Arduino PPT
Arduino PPT
INTRODUCTION TO IOT
• ARDUINO
• Raspberry pi
• Node MCU (ESP8266/ESP32)
RASPBERRY PI
• Launched in 2005
• Arduino boards are manufactured by the Italian company Arduino
• Raspberry Pi can often put out a processing power of 1.6 GHz–100x more than the Arduino’s usual 16 MHz.
• Raspberry Pi is much more robust, but is more expensive- Impractical for basic applications
• The high cost of Raspberry Pi also makes it impractical for basic IoT applications that don’t require as much power, but still need WiFi/Bluetooth
capabilities.
• Arduino does not have WiFi /Bluetooth capabilities and that’s where this next microcontroller comes in handy.
• The ESP32 is a very low-cost, low-power microcontroller with WiFi and Bluetooth capabilities that make it perfect for IoT and Home Automation
projects.
• It is compatible with Arduino IDE, making it easy to adapt to it without much experience.
• There’s even a cheaper option (the ESP8266) if we don’t need all the power that the ESP32 provides.
• Raspberry Pi could perform the job that an ESP32 does, but the cost and size of each make it impractical.
• The ESP32 fills the gap between the Arduino and the Raspberry Pi for a WiFi/Bluetooth capable microcontroller that has enough processing power to
handle IoT tasks.
INTRODUCTION TO ARDUINO
INTRODUCTION TO ARDUINO