This is an Arduino implementation for the System processor on the Hologram Dash. Build your own image using the Arduino IDE or build the included Hologram firmware.
- Find your local Arduino directory (e.g. macos
~/Documents/Arduino/
). - In the
hardware
directory, clone this repository. - Open the Arduino IDE (close/reopen if already running).
- Select the
Dash System
board from thesystem.hologram.io Dash and DashPro Boards
section of the board selection menu.
- With the
Dash System
board selected, from the Examples menu, select an example sketch. - Click the Verify button to build.
- Use Hologram Arduino package version 0.10.4 or later.
- Open the user sketch to program.
- From the Programmer select
hologram.io USB loader
. - From the Firmware Updates menu, select
Custom Firmware
. - Click the Upload button in the Arduino IDE.
- From the Programmer select
system.hologram.io USB
. - Connect the Dash to your computer via USB.
- Press the Program button on the Dash.
- Click the Upload button in the Arduino IDE.
Please feel free to reach out to us if you have any questions/concerns.