You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+13-13
Original file line number
Diff line number
Diff line change
@@ -13,21 +13,21 @@ When they finally arrive at the correct location the box unlocks to present any
13
13
This can be built using pretty much any Atmel microcontroller including ATTiny85's if you only implement the LiquidCrystal_I2C, PWMServo, and SoftwareSerial that talks to the GPS module, and the GPS module itself. All other parts are optional.
14
14
15
15
### Required
16
-
* Wooden craft box from a craft/hobby store. Pick any size and shape, there are a lot of great choices that make good project boxes.
17
-
* 2 18650 Lipo rechargeable batteries with holder
18
-
* Pushbutton
19
-
* LM2931A 5V LDO regulator
20
-
* 0.1 µF capacitor
21
-
* 100 µF capacitor
22
-
* Arduino Uno, Nano or any other Atmel processor with at least 4 pins available. 1 pin is needed for the servo, 1 pin is needed for the serial Rx from the GPS module, and 2 pins are needed for the I2C bus. On Uno, Nano and Arduino platforms larger than ATTiny85 you can also use up to 8 pins to play polyphonic MIDI music as I have done here, 2 pins are used as a secret backdoor so that as a developer you don't lock yourself out of the box!
23
-
* 1602 Liquid Crystal I2C display
24
-
* Small Servo. I used a metal gear digital mg90.
25
-
* Serial GPS module
16
+
*[Wooden craft box from a craft/hobby store](https://www.amazon.com/Unfinished-Dedoot-Rectangle-Organizer-5-5x2-75x2-87/dp/B07Q18H8CX/). Pick any size and shape, there are a lot of great choices that make good project boxes.
*[LM2931A 5V LDO regulator](https://media.digikey.com/pdf/Data%20Sheets/Fairchild%20PDFs/LM2931A.pdf) or other 5V regulator
20
+
* 0.1 µF ceramic capacitor
21
+
* 100 µF electrolytic capacitor
22
+
*[Arduino Uno, Nano or any other Atmel processor with at least 4 pins available](https://www.amazon.com/ELEGOO-Arduino-ATmega328P-Without-Compatible/dp/B0713XK923/). 1 pin is needed for the servo, 1 pin is needed for the serial Rx from the GPS module, and 2 pins are needed for the I2C bus. On Uno, Nano and Arduino platforms larger than ATTiny85 you can also use up to 8 pins to play polyphonic MIDI music as I have done here, 2 pins are used as a secret backdoor so that as a developer you don't lock yourself out of the box!
* Small Servo. I used [a metal gear digital mg90](https://www.walmart.com/ip/MG90-UAV-RC-Model-Servo-Servo-Fixed-Wing-9G-Metal-Teeth-Mini-Digital-Servo-Servo-for-Rc-Helicopter-Airplane-Boat-Car/1781823832).
* Solid state power button(https://www.adafruit.com/product/1400) NOT SHOWN IN SCHEMATIC!
29
-
* 2W tiny speaker. You could also use a piezo disc.
30
-
* Audio amplifier module
28
+
*[Solid state power button](https://www.adafruit.com/product/1400) NOT SHOWN IN SCHEMATIC!
29
+
*[2W tiny speaker](https://www.amazon.com/uxcell-Magnetic-Speaker-Replacement-Loudspeaker/dp/B082652NYX/). You could also use [a piezo disc](https://www.amazon.com/Adafruit-Small-Enclosed-Piezo-ADA1740/dp/B00OKCR7EG/).
0 commit comments