Skip to content

listlessjade/esp-hitachi-2

Repository files navigation

esp-hitachi firmware... 2!

This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.

CC BY-NC-SA 4.0

OTA procedure

  1. build the compressed firmware image with idf.py gen_compressed_ota
  2. upload it with curl --data-binary "@build/custom_ota_binaries/esp-cmake.bin.xz.packed" --header "Content-Type: application/octet-stream" http://ip:port/ota/upload

Setting Up Wifi

  1. connect to UART via BLE (use a Nordic BLE UART compatible client - e.g Bluefruit Connect)
  2. invoke the following incantations:
wifi -f ssid set "SSID"
wifi -f password set "PASSWORD"
  1. restart the wand via BLE
restart

or just unplug it

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published