Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lisoveliy/svet
Super-Visor ESP Tools - library add-on for ESP to create a simple web infrastructure, work with Wi-Fi, Web and EEPROM or flash-memory. (WIP of Alpha)
https://github.com/lisoveliy/svet
arduino arduino-library esp esp8266 esp8266-arduino espressif platformio
Last synced: 27 days ago
JSON representation
Super-Visor ESP Tools - library add-on for ESP to create a simple web infrastructure, work with Wi-Fi, Web and EEPROM or flash-memory. (WIP of Alpha)
- Host: GitHub
- URL: https://github.com/lisoveliy/svet
- Owner: Lisoveliy
- License: mit
- Created: 2024-06-14T08:41:33.000Z (5 months ago)
- Default Branch: master
- Last Pushed: 2024-09-05T13:19:00.000Z (2 months ago)
- Last Synced: 2024-10-10T15:03:17.312Z (27 days ago)
- Topics: arduino, arduino-library, esp, esp8266, esp8266-arduino, espressif, platformio
- Language: C++
- Homepage:
- Size: 192 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
### Super-Visor ESP Tools - library add-on for ESP to create a simple web infrastructure, work with Wi-Fi, Web and EEPROM(flash) (you can call it CMS)
## What is it?/Что это?#### EN
SVET(sweet/SVIET) is a library for simplifying the creation of smart home devices or devices that need a Wi-Fi connection and a Web interface. It provides interfaces for creating your own Web environment, making it easier to connect to Wi-Fi and work with device states.
#### RU
SVET(свит/свет) это библиотека для упрощения создания устройств умного дома или устройств которым нужно подключение по Wi-Fi и Web-интерфейс. Она предоставляет интерфейсы для создания своего Web окружения, упрощения подключению к Wi-Fi и работы с состояниями устройства.## Library structure/Устройство библиотеки
## Requirements and Limitations/Требования и ограничения
#### EN
SVET is being written and tested on ESP8266(NodeMCU v3 (ESP-12E)) in the PlatformIO environment and using the Arduino framework (More about the Arduino framework for ESP - https://github.com/esp8266/Arduino). This means that full stability is possible if the following requirements are met:- Development on the PlatformIO IDE
- Using (https://github.com/esp8266/Arduino)
- ESP8266 (Preferably ESP-12E)Problems related to this stack will be considered more priority than when using other microcontrollers, programmers, firmware, IDE, SDK, etc.
#### RU
SVET пишется и тестируется на ESP8266(NodeMCU v3 (ESP-12E)) в окружении PlatformIO и с использованием фреймворка Arduino(Подробнее о фреймворке Arduino под ESP - https://github.com/esp8266/Arduino). Это означает что полная работоспособность возможна при соблюдении следующих требований:- Разработка под PlatformIO IDE
- Использование (https://github.com/esp8266/Arduino)
- ESP8266 (Желательно ESP-12E)Проблемы связанные с данным стеком будут рассматриваться приоритетнее чем при использовании других микроконтроллеров, программаторов, прошивальщиков, IDE, SDK и прочее.