https://github.com/comigor/esp-01-demo
https://github.com/comigor/esp-01-demo
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/comigor/esp-01-demo
- Owner: comigor
- Created: 2022-07-27T03:06:36.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-09-05T03:29:42.000Z (over 3 years ago)
- Last Synced: 2025-02-03T13:15:41.014Z (over 1 year ago)
- Language: C++
- Size: 34.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ESP-01 demo
Theoretically, the [ESP-01 I've bought](https://www.aliexpress.com/item/4000140068083.html) should have been configured as [esp01_1m (Generic ESP8266 ESP-01 1M)](https://docs.platformio.org/en/latest/boards/espressif8266/esp01_1m.html) on PlatformIO. However, it works flawlessly (and out-of-the-box) when configured as [nodemcuv2 (ESP-12E)](https://docs.platformio.org/en/latest/boards/espressif8266/nodemcuv2.html).
I've kept both working configurations.
Oh – on Windows, install [CP210X](https://www.silabs.com/developers/usb-to-uart-bridge-vcp-drivers) and [CH340X](https://github.com/justcallmekoko/ESP32Marauder/blob/master/Drivers/CH34x_Install_Windows_v3_4.EXE) drivers.[1](https://askubuntu.com/questions/1403705/dev-ttyusb0-not-present-in-ubuntu-22-04)
And on Linux, [remove `brltty`](https://askubuntu.com/a/1417483) and/or [comment udev rules](https://askubuntu.com/a/1403754).[1](https://askubuntu.com/questions/1403705/dev-ttyusb0-not-present-in-ubuntu-22-04) [2](https://www.reddit.com/r/pop_os/comments/uheuov/fix_usb_to_ttl_disconnection_issue/)
## Resources
- https://create.arduino.cc/projecthub/mdraber/controlling-8x8-dot-matrix-with-max7219-and-arduino-7314a7
- http://www.forward.com.au/pfod/ESP8266/GPIOpins/ESP8266_01_pin_magic.html#TX_RX_normal
- https://www.hackster.io/news/expanding-the-esp-01-s-capabilities-to-build-an-led-matrix-041b89a175fc