Difference between revisions of "HackerHotel2019Badge"

From Badge team
Jump to navigation Jump to search
Line 47: Line 47:
 
badge.nvs_set_str("badge", "wifi.password", "YourP4ssW0rd")
 
badge.nvs_set_str("badge", "wifi.password", "YourP4ssW0rd")
  
applue.start_ota()</nowiki>
+
appglue.start_ota()</nowiki>

Revision as of 08:16, 22 February 2019

Badge project for HackerHotel 2019 15 – 17 Feb 2019

https://pad.ijhack.nl/p/hackerhotel2019

HackerHotel badge.png

Hardware

HH BadgeTeam.jpg

https://github.com/HackerHotel/PCB

Software

https://github.com/badgeteam/ESP32-Firmware

The HackerHotel2019 badge will run on our combined firmware.

This makes LTS a lot easier because updates for one badge will usually be applied to the firmware of other badges too.

Biggest changes

Debugging

Audio

If the sound is weird, please first check the software tweaks.

But you might want to do a hardware mod too.

I forgot to OTA and there is no wifi setup app

Easiest solution: Setup a hotspot SSID Hackerhotel-insecure

Nicer solution:

Connect via USB serial, press enter to get to the REPL shell.

import badge,appglue

badge.nvs_set_str("badge", "wifi.ssid", "YourSSID")
badge.nvs_set_str("badge", "wifi.password", "YourP4ssW0rd")

appglue.start_ota()