Skip to content

Commit 925c925

Browse files
authored
Update README.md
add links for example parts
1 parent 6b8037d commit 925c925

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

README.md

+13-13
Original file line numberDiff line numberDiff line change
@@ -13,21 +13,21 @@ When they finally arrive at the correct location the box unlocks to present any
1313
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.
1414

1515
### 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.
17+
* 2 18650 Lipo rechargeable batteries [with holder](https://www.amazon.com/AIMPGSTL-Battery-Storage-Parallel-Batteries/dp/B0B96JSW78/)
18+
* [Pushbutton](https://www.amazon.com/STARELO-Momentary-Button-pre-soldered-R13-507/dp/B09YTYHZQM/)
19+
* [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!
23+
* [1602 Liquid Crystal I2C display](https://www.amazon.com/HiLetgo-Interface-LCD1602-Address-Changeable/dp/B00VC2NEU8/)
24+
* 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).
25+
* [Serial GPS module](https://www.amazon.com/Microcontroller-Compatible-Sensitivity-Navigation-Positioning/dp/B07P8YMVNT/)
2626

2727
### Optional
28-
* 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/).
30+
* [Audio amplifier module](https://www.amazon.com/Onyehn-Amplifier-Module-5V-12V-Arduino/dp/B07P38H4P8/)
3131
* resistors, capacitors, wire
3232

3333
![schematic](ReverseGeocacheBoxSchem1.png)

0 commit comments

Comments
 (0)