HackerHotel2019Badge

From Badge team
Revision as of 16:26, 21 February 2019 by AnneJan (talk | contribs) (→‎Hardware)
Jump to navigation Jump to search

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

applue.start_ota()