Arduino presentation.pptx it's made up by Mrs electron
avnish27jankumar2010
12 views
16 slides
May 31, 2024
Slide 1 of 16
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
About This Presentation
Pee Kelly's email ID please work send you are Trisha to use it ke liye aur vah apane ghar ke bahar bhi karya ko lekar bhi charcha ki simran aur hai mere pass
Size: 720.94 KB
Language: en
Added: May 31, 2024
Slides: 16 pages
Slide Content
ARDUINO Presented by AVNISH
)WHAT IS AN ARDUINO )ARDUINO PARTS )WORKING OF ARDUINO PARTS )WORKING OF ARDUINO IN DRONE )WORKIN OF ARDUINO IN BLUETOOTH INDEX:-
WHAT IS AN ARDUINO ? Arduino is an open-source electronics platform based on easy-to-use hardware and software. Arduino boards are able to read inputs - light on a sensor, a finger on a button, or a Twitter message - and turn it into an output - activating a motor, turning on an LED, publishing something online. You can tell your board what to do by sending a set of instructions to the microcontroller on the board. To do so you use the Arduino programming language (based on Wiring ), and the Arduino Software (IDE) , based on Processing .
Parts of Arduino
WORKING OF RESET BUTTON BELOW The reset button is a hardware or software mechanism that allows you to restore a device or system to its original state or restart it in case of malfunction or freeze . By pressing the reset button, you can initiate the process of resetting the device.
Working of microcontroller A microcontroller is embedded inside of a system to control a singular function in a device. It does this by interpreting data it receives from its I/O peripherals using its central processor .
WORKING OF POWER PORT A power port is essentially an interface that facilitates the transfer of electrical energy from a source, such as a power supply or a battery, into a device .
WORKING OF VOLTAGE REGULATOR A voltage regulator is a circuit that creates and maintains a fixed output voltage, irrespective of changes to the input voltage or load conditions . Voltage regulators (VRs) keep the voltages from a power supply within a range that is compatible with the other electrical components.
WORKING OF TX RX LEDS When the data logger is powered, the cellular LED will turn on according to cellular modem communications states: Off: Cellular modem off, insufficient power, or failure to establish a connection with the provider (periodic retries will occur).
WORKING OF USB INTERFACE CHIP A USB controller handles all the communication via a USB stack running on a microcontroller (MCU), while a PHY provides the physical interface to the cable . Some hubs and MCUs integrate all components required for a USB system into a single IC.
WORKING OF CRYSTAL OSCILLATOR Crystal oscillator circuits. The crystal oscillator circuit sustains oscillation by taking a voltage signal from the quartz resonator, amplifying it, and feeding it back to the resonator . The rate of expansion and contraction of the quartz is the resonant frequency, and is determined by the cut and size of the crystal.
WORKING OF DIGITAL PIN Digital Input pins can be configured as pinMode(pin, INPUT), where the pin is the digital pin number you want to initialize. Often it is useful to steer an input pin to a known state if no input is present. This can be done by adding a pull-up resistor (to +5V), or a pulldown resistor (resistor to ground) on the input.
WORKING OF ANALOG DIGITAL PIN Analog input pins allow an application to examine the voltage levels present on a pin as an analog signal . Analog signals are used to measure signals that are continuous in nature. Examples of such a signals would be a sine wave or an EKG. The frequency and magnitude of an analog signal has meaning.
WORKING OF ARDUINO IN DRONE An Arduino Uno autopilot drone with multiple sensors and a wireless camera controlled by two microcontrollers. Normally we see drones controlled using an RF remote, or for autopilot using a GPS module to control it automatic by giving proper direction by it.
WORKING OF ARDUINO IN BLUETOOTH The Working principle of Arduino-Bluetooth Module It receives the data from the app and sends it through TX pin of Bluetooth module to RX pin of Arduino . The uploaded code inside Arduino checks the data received.