Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kotyara12/rewifi
A library for connecting to a WiFi hotspot using only the ESP-IDF framework
https://github.com/kotyara12/rewifi
esp-idf esp32 wifi
Last synced: about 17 hours ago
JSON representation
A library for connecting to a WiFi hotspot using only the ESP-IDF framework
- Host: GitHub
- URL: https://github.com/kotyara12/rewifi
- Owner: kotyara12
- Created: 2021-04-12T19:42:58.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-08-09T19:11:11.000Z (3 months ago)
- Last Synced: 2024-08-09T20:37:26.128Z (3 months ago)
- Topics: esp-idf, esp32, wifi
- Language: C++
- Homepage:
- Size: 52.7 KB
- Stars: 6
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# reWiFi for ESP32 / ESP-IDF
A library for connecting to a WiFi hotspot using only the ESP-IDF framework.
## Dependencies:
- https://github.com/kotyara12/rLog
- https://github.com/kotyara12/rTypes
- https://github.com/kotyara12/reEsp32
- https://github.com/kotyara12/reNvs
- https://github.com/kotyara12/reLed### Notes:
- libraries starting with the re prefix are only suitable for ESP32 and ESP-IDF
- libraries starting with the ra prefix are only suitable for ARDUINO compatible code
- libraries starting with the r prefix can be used in both cases (in ESP-IDF and in ARDUINO)