Uploading Code for ESP-01: Arduino IDE and PlatformIO
Overview When working with the ESP-01 module, you have two popular options for uploading code: the Arduino IDE and PlatformIO. Here's a guide on how to upload code using both...
YU WANG |
Free help & advice Talk to us
Overview When working with the ESP-01 module, you have two popular options for uploading code: the Arduino IDE and PlatformIO. Here's a guide on how to upload code using both...
YU WANG |
The ESP8266 community created an add-on for the Arduino IDE that allows you to program the ESP8266 using the Arduino IDE and its programming language.This tutorial shows how to install...
Lonely Binary |
Sometimes, you might encounter difficulties when trying to establish a connection between your development board and your PC. Typically, these issues can be attributed to one of two common reasons:Incompatible...
Lonely Binary |
OVERVIEW I2C (Inter Integrated Circuit) is a low-speed serial data protocol, commonly used to transfer data between multiple components and modules within a single device. Developed in the early 1980s by...
Lonely Binary |
The pin mapping is different compared to standard Arduino Uno Board. Here are three basic examples to show you how to use WeMos's digital pins, analog pin as well as PWM feature.
Lonely Binary |
The WeMos D1 is a ESP8266 WiFi based board that uses the Arduino layout with a operating voltage of 3.3V. It has a larger flash memory compared to an Arduino Uno.
Lonely Binary |
ESP8266 have ONE ADC pin that is easily accessible. This means that those ESP8266 boards can read analog signals. In this tutorial we’ll show you how to use analog reading...
Lonely Binary |