https://github.com/rahji/esp8266_oled_test
https://github.com/rahji/esp8266_oled_test
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/rahji/esp8266_oled_test
- Owner: rahji
- Created: 2024-01-04T05:05:28.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-11T04:04:16.000Z (over 1 year ago)
- Last Synced: 2025-02-06T02:51:28.353Z (4 months ago)
- Language: C++
- Size: 8.17 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ESP8266 OLED Test
This is an example that works with the NodeMCU board found here:
The OLED screen is 128x64 pixels and is connected via I2C. The I2C pins are 14 (SDA) and 12 (SCL)
After installing the OSC library via PIO's "Libraries" page, I needed to delete the two bluetooth header and source files from `.pio/libdeps/nodemcuv2/OSC`. This doesn't seem like a great workaround since the `.pio` directory isn't under source control and I assume those files would return if I reinstalled or updated the OSC library. Not sure. In any case, this was the only way I could see to keep it from including those files and causing a compile error. The ESP8266 board has no bluetooth capabilities.
In a YouTube video, I walk through the code:
