Search found 7 matches

by IoT_nerd
Mon Sep 30, 2024 12:37 am
Forum: General Discussion
Topic: ESP32 not working with external 5V source
Replies: 7
Views: 2209

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...
by IoT_nerd
Wed Sep 25, 2024 12:16 am
Forum: General Discussion
Topic: MicroPython LED Matrix Library for ESP32
Replies: 0
Views: 782

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...
by IoT_nerd
Fri Sep 20, 2024 12:42 pm
Forum: General Discussion
Topic: MicroPython LCD I2C Library for ESP32
Replies: 1
Views: 595

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...
by IoT_nerd
Fri Sep 13, 2024 4:18 am
Forum: General Discussion
Topic: MicroPython Tutorials for ESP32
Replies: 2
Views: 693

Re: MicroPython Tutorials for ESP32

Thank you for your comment!
by IoT_nerd
Thu Sep 12, 2024 11:36 pm
Forum: General Discussion
Topic: MicroPython Tutorials for ESP32
Replies: 2
Views: 693

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...
by IoT_nerd
Fri May 24, 2024 6:10 am
Forum: ESP8266
Topic: ESP8266 Tutorials
Replies: 2
Views: 3368

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...
by IoT_nerd
Mon Mar 25, 2024 5:42 am
Forum: ESP8266
Topic: Connecting ESP8266 to AWS IoT Core
Replies: 0
Views: 2467

Connecting ESP8266 to AWS IoT Core

This is a detailed instruction on how to connect ESP8266 NodeMCU to AWS IoT Core
Image
I hope it is useful for newbies.