Main Content

IOT Made Simple: Playing With the ESP32 on Arduino IDE

We will learn how to program the ESP32 on Arduino IDE, exploring its most common functions and libraries, differences, and new features. By MJRoBot.
Introduction
Let’s explore in this tutorial, the ESP32, the fantastic newer Development Kit board for IoT use. This board, developed by Espressif, should be the NodeMCU’s successor, due to its low price and great features.
But is also important to point that NOT ALL libraries or functions that you are used to working with ESP8266 and/or Arduino are yet functional on this new board. Probably this will be soon, so check it regularly on ESP 32 Forum WebPage.
Here we will learn how to program the ESP32 on Arduino IDE, exploring its most common functions and libraries, point some of the important differences and new features introduced with this great chip.”

Link to article