Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 986 Bytes

README.md

File metadata and controls

31 lines (22 loc) · 986 Bytes

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