Search found 7 matches
- Mon Sep 30, 2024 12:37 am
- Forum: General Discussion
- Topic: ESP32 not working with external 5V source
- Replies: 7
- Views: 3275
Re: ESP32 not working with external 5V source
A common cause of this issue is the bootup time. When a microcontroller boots up, your code in microcontroller may try to connects to other components. If one of these components have not initialized yet, your MCU will fail to communicate with the component. If no retries are made, your system is st...
- Wed Sep 25, 2024 12:16 am
- Forum: General Discussion
- Topic: MicroPython LED Matrix Library for ESP32
- Replies: 0
- Views: 1244
MicroPython LED Matrix Library for ESP32
Hello, I would like to share the MicroPython LED Matrix Library that works with ESP32 boards. https://newbiely.com/images/cover/esp32-led-matrix-with-micropython.jpg Features Supports ASCII characters, including the degree (°) symbol Allows custom characters (with a provided custom character generat...
- Fri Sep 20, 2024 12:42 pm
- Forum: General Discussion
- Topic: MicroPython LCD I2C Library for ESP32
- Replies: 1
- Views: 1286
MicroPython LCD I2C Library for ESP32
Hello, I would like to share the MicroPython LCD I2C Library that works with ESP32 boards. This library also supports printing custom characters on LCD displays. The library can be installed via the Package Manager on Thonny IDE. You can see instructions on how to use this library in the following t...
- Fri Sep 13, 2024 4:18 am
- Forum: General Discussion
- Topic: MicroPython Tutorials for ESP32
- Replies: 2
- Views: 1168
Re: MicroPython Tutorials for ESP32
Thank you for your comment!
- Thu Sep 12, 2024 11:36 pm
- Forum: General Discussion
- Topic: MicroPython Tutorials for ESP32
- Replies: 2
- Views: 1168
MicroPython Tutorials for ESP32
Hello everyone, I would like to introduce a series of MicroPython Tutorials for ESP32 The series includes from the getting started with ESP32 and MircoPython, blinking LED, reading button, controlling relay, LCD display, OLED display, controlling servo motor, DC motor and so on... The below are some...
- Fri May 24, 2024 6:10 am
- Forum: ESP8266
- Topic: ESP8266 Tutorials
- Replies: 2
- Views: 3779
ESP8266 Tutorials
The ESP8266 is becoming increasingly popular. Here is a comprehensive list of ESP8266 tutorials ESP8266 tutorials - English ESP8266 tutorials - French ESP8266 tutorials - Korean that provide instructions on how to use the ESP8266 with various sensors and actuators, with a particular focus on IoT app...
- Mon Mar 25, 2024 5:42 am
- Forum: ESP8266
- Topic: Connecting ESP8266 to AWS IoT Core
- Replies: 0
- Views: 2677
Connecting ESP8266 to AWS IoT Core
This is a detailed instruction on how to connect ESP8266 NodeMCU to AWS IoT Core
I hope it is useful for newbies.
I hope it is useful for newbies.