SUPERCON
2017
Badge Hacking
Hackaday IO Project page: https://hackaday.io/project/27427-camera-badge-for-supercon-2017
Lithium Conversion
According to Mike the regulator circuit will handle up to 5V input and a couple hundred milliamp current.
Optionally remove/de-solder battery holders, or just remove batteries.
Connect lithium battery to 0V and VBAT, there are several 0V connections exposed on the board. There is one VBAT on unpopulated header on the lower part of the board. I added a 2x6 female header, and soldered a solid where to a the lithium battery + lead and used that as a jumper so the battery could easily be disconnected as well.
TODO: Add header for charging battery.
Easter Eggs
Firmware
IDE & Compiler
Linux
All platforms
Cellular Hacking
Trinket M0 running CircuitPython with a SIM800 2G cell module and hologram SIM.
### MODEM CONFIGURE #############################
CMD (~3 seconds) AT
CMD (~5 seconds) AT+IPR=19200
CMD (~5 seconds) AT+CPIN?
CMD (~10 seconds) AT+CMGF=1
### MODEM CONFIGURE SUCCESSFUL ###
### NETWORK CONNECT #############################
CMD (~65 seconds) AT+CIPSHUT
CMD (~10 seconds) AT+CGATT?
CMD (~2 seconds) AT+CIPMUX=1
CMD (~2 seconds) AT+CSTT="hologram"
CMD (~85 seconds) AT+CIICR
CMD (~2 seconds) AT+CIFSR
### NETWORK CONNECT SUCCESSFUL ###
### SEND MESSAGE ################################
CMD (~75 seconds) AT+CIPSTART=1,"TCP","23.253.146.203","9999"
CMD (~5 seconds) AT+CIPSEND=1,43
CMD (~60 seconds) {"k": "********", "d": "Yay, We did it!"}
### SEND MESSAGE SUCCESSFUL ###
CMD (~4 seconds) AT+CIPCLOSE=1
Auto-reload is on. Simply save files over USB to run them or enter REPL to disable.
Press any key to enter the REPL. Use CTRL-D to reload.
Message in hologram dashboard log Yay, We did it!
2016
noisebridge.net/SUPERCON
hackaday
샞
[EXPERIMENTAL]
If you are on-site at supercon and connected to WiFi or ethernet you can hit teh following
http://192.168.7.35
http://192.168.7.35:9999/index
badge h4x0r'n
pro tip, hold teh left and right buttons, and press up/down buttons to adjust LED brightness
firmware
- Open the link: https://mplabxpress.microchip.com/mplabcloud/Example/Details/259#
- Write some code
- Press the button with a down arrow and chip icon "Make and Program Device", this will build the new firmware and download a .hex file.
- Connect your badge with a USB cable
- Hold down teh "ON" button, press the "RESET" button, release the "ON" button
- Copy the .hex file to the badge, which shows up like a usb stick
- Unplug the USB cable
- Play with your new version of firmware
crypto.hac.io
Hints, of a sort, include Mastermind, Morse, electronics, history, and geography, and more.
1
Mastermind Challenge
think binary eh?
2
Morse Code Challenge
.... --- .-- -- .- -. -.-- -... .. - ... .. -. .- --. .. --. .- -... -.-- - .
HOW MANY BITS IN A GIGABYTE
There's an app for that "Morse Encoder Decoder" by Tsai Chieh-Ping
3
GO as in GO Game? Challenge
4
? Challenge
5
? Challenge
0x34A5B2
<=herring=x
- https://hackaday.com/2016/11/03/the-hacks-and-puzzles-of-the-hackaday-supercon-badge/#more-229804
- http://hackaday.com/2016/11/04/the-fastest-path-to-supercon-badge-firmware-hacking/
- https://hackaday.io/project/17953-superconference-challenge
- https://en.wikipedia.org/wiki/Mastermind_(board_game)
- https://en.wikipedia.org/wiki/Morse_code
- https://www.microchip.com/mplab/mplab-xpress
mousepad
Hackerspace in a vbox
ask a h4x0r for mousepad-cyan, please have a usb stick or SD card with a few gig's free.
nubcore
Temperature/Humidity
Volts
Concept Development
more
add things here...