Brandon Pomeroy
Brandon Pomeroy
Thanks for the feedback! I've made almost all the changes you suggested. The only one that needs a bit more review is the rotation. Using rotateLocal() does work fine, but...
No worries at all! I'm writing examples to help myself learn Magnum in small steps -- being able to contribute them to the project is just a bonus. 👍
I believe that the file you've uploaded won't work. You'll need to use either "routed.brd" or "routed-norf.brd" for a file that works I think. Opening "charliewatch-bicolor.brd" shows that there are...
The routed version breaks out pins for the wireless antenna. The routed-norf version doesn’t, but they are otherwise identical iirc. I’m not personally using any rf stuff in my version,...
The LEDs on the routed boards are all 0603 surface mount LEDs. On the bicolor file, the minute LEDs are https://www.digikey.com/product-detail/en/kingbright/APHB1608SYKSURKC/754-1855-1-ND/4977027 The crystal used is (I believe) https://www.digikey.com/product-detail/en/iqd-frequency-products/LFXTAL050789REEL/1923-1583-1-ND/8634325 @osresearch could...
All of the LEDS are wire to pins that are able to do PWM, so you can set the output using "analogWrite()". Right now the part of the main loop...
Check out the SFX branch of this project. All the code, sound files, and wiring guides are in place. It wasn't compelling enough for me to continue work on it,...
Hey there, You'll want to use the SFX branch. Unfortunately I gave up on SFX personally, but the functionality should all be there. The button presses are between line 144...
The trinket doesn't have any sound capabilities built in, so you will need an Adafruit FX board. I used these products (Also listed in the top of the .ino file)...
Without the sfx board, my gun can go multiple days without a charge while in sleep mode (I haven't tested with the LEDs on constantly). When the trinket is put...