https://github.com/apkawa/wega-esp
Wega mixer and sensors project for esp32 or esp8266
https://github.com/apkawa/wega-esp
Last synced: 6 days ago
JSON representation
Wega mixer and sensors project for esp32 or esp8266
- Host: GitHub
- URL: https://github.com/apkawa/wega-esp
- Owner: Apkawa
- Created: 2020-12-06T18:01:23.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2022-08-10T10:42:49.000Z (almost 4 years ago)
- Last Synced: 2025-10-24T02:03:12.446Z (9 months ago)
- Language: C++
- Size: 1.56 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# wega-esp
Working on esp32 and esp8266
Проект по сборке
* [Миксера](docs/mixer/README.md) - приготовление растворов из концентратов по рецепту
* [Веги](docs/wega/README.md) - мониторинг системы
## Before use
1. [Install instruction](https://docs.platformio.org/en/latest/core/installation.html)
2. [Read process integration for IDE](https://docs.platformio.org/en/latest/integration/ide/pioide.html)
3. Copy `.env.example` to `.env` and change secret credentials
## Links
* https://docs.platformio.org/en/latest/platforms/espressif8266.html
* https://docs.platformio.org/en/latest/platforms/espressif32.html
* https://docs.espressif.com/projects/esp-idf/en/latest/esp32/hw-reference/esp32/get-started-devkitc.html
* https://components101.com/microcontrollers/esp32-devkitc
* http://zelectro.cc/I2C_pull-up/
* https://elchupanibrei.livejournal.com/23293.html
* https://techtutorialsx.com/2017/04/02/esp8266-nodemcu-pin-mappings/