This version of esp-iot-bridge is focused on wifi extender and timer for gpio pins. Differences with ESP-IOT-Bridge are our files in main/t3ch_*...
- START => Download RELEASE if you dont think to develop.
1a.) Upload to your MCU.
(Choose correct PORT for your device! (-p) )
Ex.:
idf.py menuconfig (OPTIONAL)
idf.py build (OPTIONAL)
idf.py -p /dev/tty.usbserial-54F90067081 -b 115200 flash
2.) connect to wifi ssid: STARTING_SSID, pwd: STARTING_PWD
ssid & pwd of AP can be changed in t3ch_config.h if necessary before upload or later with HTTP panel.
3.) navigate to http://192.168.4.1
4.) configure time, ap, sta, timer... enjoy.
1b.)
- idf.py build
- Image for OTA updates can be found in build/esp-kos-bridge.bin
- timer settings
- ap settings
- sta settings (Time still needs to be set if device gets out of power! :/)
(On OTA update time stay saved!)
(Should be used ESP_LOGI(.. so logs are logged, with printf wont take effect.. :) )
(v0.4) test on two browsers and cleaning of data! ole! :)
- Comming: v0.4 aka Rasca Pantalla
- wss
- 22.1.23: v0.3 aka Gallina Inglesa
added:
- web log
- 11.1.23: v0.2 aka Conejo Blanco
added:
- wifi scan
- ota updates
- ( ESP32 - Memory ), https://docs.espressif.com/projects/esp-idf/en/latest/esp32/api-guides/external-ram.html
- ( ESP32 - HELP ), https://www.esp32.com/viewforum.php?f=13