// TEMPORAL BADGE
Badge Basics
Explore what the Temporal Badge can do, then hack on it and make it your own.
// SECTION 1
Displays
The Temporal Badge has two displays: a monochrome 128x64 OLED and a red 8x8 LED matrix. The OLED is great for text, UI, and simple graphics, while the LED matrix is perfect for bold, low-res images and animations.
The badge has an accelerometer that keeps track of orientation. When it's hanging around your neck in a normal position, the OLED displays your name. When you turn it up to face you, it displays an interactive menu.
// SECTION 2
Controls
The badge has a joystick and four face buttons for navigating menus. Move between menu items with the joystick, select with the Right button, and go back with the Down button.
// SECTION 3
Own Your Badge
To access and hack on your badge, you'll need a MicroPython development environment.
- Install the Thonny IDE from https://thonny.org/
- Connect your badge to your computer with a USB-C cable. Wait a moment for the badge to activate.
- In Thonny, click the button at the bottom of the window that reads Local Python 3 * Thonny's Python. Select the option MicroPython (ESP32). If the IDE shows an error, click the button and reconnect.
- Click the Open button. In the dialog that appears, select MicroPython Device. You will now see a listing of the files on your badge.
- Open the `badgeinfo.json` file. Edit your name and title, which will be transmitted when you BOOP.
// SECTION 4
BOOP
Once you've set your name and title on your badge, you can connect to other attendees or vendors. We call this a BOOP. Select the BOOP item from the badge menu, then TODO: something something IR transmitter?
// SECTION 5
Replay
The badge includes the Schedule for Replay and an interactive Map of the venue, both from the main menu. The Sponsors menu item includes list of the amazing companies supporting the event.
// SECTION 6
Have Fun!
The badge includes several apps to have fun with. Draw on the OLED, create LED matrix animations, express yourself musically with Synth, and even play DOOM right on your badge. There are some other games hidden in your badge as well.
// SECTION 7
Badge Settings
Dig into the settings for your badge with the Settings and Diagnostics items. You can also adjust the haptic feedback and try out several animations featuring Ziggy.
