Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xorgzz/esp_8266_libs
A set of libraries for ESP 8266 and Arduino
https://github.com/xorgzz/esp_8266_libs
arduino cpp esp8266 esp8266-arduino
Last synced: 20 days ago
JSON representation
A set of libraries for ESP 8266 and Arduino
- Host: GitHub
- URL: https://github.com/xorgzz/esp_8266_libs
- Owner: xorgzz
- License: gpl-2.0
- Created: 2024-08-05T11:06:17.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-09-08T15:19:11.000Z (4 months ago)
- Last Synced: 2024-12-22T00:44:30.661Z (20 days ago)
- Topics: arduino, cpp, esp8266, esp8266-arduino
- Language: C++
- Homepage:
- Size: 25.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# This is a set of libraries for ESP 8266 or Arduino
**Requires Arduino libraries**
* NV_24c32 - Non volatile memory 24c32 (reqires `` and ``)
![image](https://github.com/user-attachments/assets/c8bb12ae-6427-410a-91c8-0bce404cf4d1)
* WiFi_connector (requires ``) (**Only for ESP**)
* Web_server (requires ``) (**Only for ESP**)
* Access_point (requires ``) (**Only for ESP**)
* Waveshare_LCD1602_I2C - for Waveshare LCD1602 I2C Blue/White (**NOT RGB**) display(reqires `` and ``)
![image](https://github.com/user-attachments/assets/f02189c8-c5fa-42f3-ae4f-41bb3788e953)
(In example of esp8266 I had to connect this Waveshare LCD as depicted below)
![lcd_drawing](https://github.com/user-attachments/assets/94e85926-17b9-40f0-8531-898339a6ae1c)