noemu / sam-fusee-launcher

Fusee Launcher for the Adafruit Trinket M0
GNU General Public License v2.0
49 stars 12 forks source link

sam-fusee-launcher

Fusee Launcher for the adafruit trinket m0 board. Based on sam fusee launcher.

Build and tested with Arduino SDK.

Install

Build

Go through trinket m0: arduino-ide-setup and trinket m0: arduino-ide-setup2

Summary:

Go to Sketch > Include Library > Manage Libraries Install USBHOst, Adafruit DotStar and FlashStorage.

Connect the Trinket m0 to your computer and double Click on the Reset Button. Your computer should detect the Trinket m0 automatically (On win7 install this driver)

Got to Tools > Port and select your conneted trinket m0

Download this Repository, open main/main.ino with Arduino IDE.

Then Verify/Compile (Ctrl + R) If no errors appear Upload (Ctrl + U).

The trinket is ready for use.

LED is:

Update the Payload

download your favorit payload as a .bin file. run the python script tools/binConverter.py with the path to the file as an argument: python binConverter.py "C:\pathToMyPayload\hekateNew.bin or just drag the .bin file on the script

in the same folder as the .bin file is located, a new .h file should appear. Copy the new file to the main folder and in the main.ino go to line 6 #include "hekate_ctcaer_2.3.h" and rename it to your new file #include "hekateNew.h"

Then just compile and upload.

Hardware

trinket m0 + liPoly charger + Button + 150mAh LiPoly Battery

Layout

front

back

Power consumption:

Finished Dongle

Micro USB to USB C converter

microUsbToUsbC

inside

dongle

plugged

Test

Thanks to: