ESP32 is a new IoT device comes with Dual core CPU, WiFi, Bluetooth, In this tutorial we start with ESP32 Simple LED Blink Example. For software setup with arduino IDE read this.
TinyPICO is the world’s smallest, fully-featured ESP32 development board, designed to unlock the power of the ESP32’s dual-core 240MHz and internet connectivity, in a package smaller than your thumb! THIS IS THE TINYPICO. Don’t be fooled by it’s size, TinyPICO is a super versatile proto-typing and development board for MicroPython and C.
ESP32 DevKit V1 comes with on board red LED which is connected to GPIO2 same as ESP8266 blink example.
Steps to Make LED Blink
Step 1: Connect Board to Laptop
Step 2: ESP32 LED Blink Example Code
Upload this program to ESP32. Select boar ESP32 DEV Module from Tools >> Boards menu, then select appropriate com port. Upload the below program.