-
Notifications
You must be signed in to change notification settings - Fork 6
Home
A web-based installer for the latest firmware can be found here: https://reeltwo.github.io/Penumbra-Installer/
Connect your Bluetooth dongle. Power on the board.
Penumbra Shadow MD - Mar 1 2023 - ESP: [2.0.5] Bluetooth Library Started
Unplug the Bluetooth dongle and connect your PS3 controller via mini-USB cable. HOT SWAP while board is powered.
BT Address of Last connected Device when FOOT PS3 Connected: ##:##:##:##:##:## Assigning ##:##:##:##:##:## as FOOT controller.
Unplug your PS3 controller and connect your second PS controller (dome controller)
BT Address of Last connected Device when DOME PS3 Connected: ##:##:##:##:##:## Assigning ##:##:##:##:##:## as DOME controller.
Unplug your dome PS3 controller and connect the Bluetooth dongle. Power on your PS3 controllers. The pairing should be complete.
Sabertooth and Syren are connected to Serial #4. Both the Sabertooth and Syren should be configured for packet serial. Sabertooth (foot motor) should be address 128. Syren should be address 129. Both motor controllers are connected to the same Serial #4 TX pin (RX pin not used). All should share the same GND connection as well.
Marcduino controller can be connected to Serial #2
Optional body Marcduino controller can be connected to Serial #3
HCR Vocalizer, DFMini Player, or MP3 Trigger can be connected to pin 14 (TX) and pin 35 (RX) and GND.
- Pin 14 (TX) should be connected to pin RX on header J5 on the HCR vocalizer.
- Pin 35 (RX) should be connected to pin TX on header J5 on the HCR vocalizer.
- GND should be connected to GND on HCR vocalizer.
Restart the controller.
#SMRESTART
Delete all preferences, reset button triggers to sketch defaults, unpair controllers.
#SMZERO
List all button triggers and associated commands.
#SMLIST
Set the volume to the specified value.
#SMVOLUME500
Set the startup sound to the specified file number.
#SMSTARTUP255
Set the minimum delay before playing the next random sound.
#SMRANDMIN600
Set the maximum delay before playing the next random sound.
#SMRANDMAX10000
Disable random sound playback.
#SMRAND0
Enable random sound playback.
#SMRAND1
Set the button trigger (trigger) to the specified action (action).
#SMSET btnUP_MD $83
Reset command for specified trigger to sketch default.
#SMDEL btnUP_MD
Set the sound output module to of the following:
- 0: Disabled
- 1: MP3 Trigger
- 2: DFMini Player
- 3: HCR Vocalizer
#SMSOUND3