Skip to content

juniper-garden/juniper-networks-twig-debug

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Links to Remember:

Things we have tried

  • Using the improv-wifi-mod of Juniper Gardens
  • note: we noticed that the uuid had to be reversed for the ESP server side to find the BLE device
  • We also stopped commenting out the length check, as using that bleservices json file y'all had was sufficient
  • Using the reference implementation of the improv-wifi from improv-wifi.com

    • https://improv-wifi.com
    • note: this works successfully when flashing over usb, but not over ble
  • Using HomeAssistant's ESPHome in Docker

    • docker run -p 8123:8123 -v ~/homeassistant:/config
  • Building the ESPHome firmware locally git clone git@github.com:esphome/esphome.git

  • Using platform.io

  • I found a cdn with semver! Maybe we can use this to get an earlier version https://unpkg.com/esp-web-tools@9.0.4/dist/install-button.js

  • improv-wifi.com, inspect element, set debug level to verbose

  • Manually implemented the spec and wrote it to the device via a low-level tool

Things we need to do

  • Write the checksum on the packet
  • Deal with ssid+password > 20 bytes

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 93.5%
  • Shell 3.9%
  • HTML 2.6%