Difference between revisions of "HackerHotel2019Badge"

From Badge team
Jump to navigation Jump to search
Line 34: Line 34:
 
Connect via USB serial, press enter to get to the REPL shell.
 
Connect via USB serial, press enter to get to the REPL shell.
  
  <nowiki>import badge,appglue
+
<nowiki>import badge,appglue
  
 
badge.nvs_set_str("badge", "wifi.ssid", "YourSSID")
 
badge.nvs_set_str("badge", "wifi.ssid", "YourSSID")

Revision as of 13:20, 21 February 2019

Badge project for HackerHotel 2019 15 – 17 Feb 2019

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

HackerHotel badge.png

Hardware

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

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")

applue.start_ota()