forked from dingwilson/Hackathon-Packing-List
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathISSUE_TEMPLATE
102 lines (90 loc) · 2.45 KB
/
ISSUE_TEMPLATE
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
1. [Essentials](#essentials)
2. [Extras](#extras)
3. [Hygiene](#hygiene)
4. [Flights](#flights)
5. [Hardware](#hardware)
- [Basics](#basics)
- [Tools](#tools)
- [I/O](#io)
6. [ToDos](#todos)
## Essentials
- [ ] Computer and Charger
- [ ] Phone and Charger
- [ ] Smartwatch and Charger
- [ ] Backpack/Storage
- [ ] Earphones/Headphones
- [ ] Identification (Student ID, Drivers License, etc.)
- [ ] Dongles/Adapters (Lightning, USB-C, etc.)
- [ ] Medications
- [ ] Wallet (Hackathons are usually free, but it doesn't hurt to carry some cash and your ID)
- [ ] Keys
## Extras
- [ ] Surge Protector
- [ ] Battery Bank
- [ ] Sleeping Bag/Blanket/Pillow
- [ ] Mouse/Mousepad
- [ ] Keyboard
- [ ] USB Flashdrives
- [ ] Pen/Pencil and Paper/Sticky Notes
- [ ] Extra Cords
- [ ] Pajamas
- [ ] Resumes
## Hygiene
- [ ] Toothbrush/Toothpaste
- [ ] Deodorant
- [ ] Change of Clothing
## Flights
- [ ] Plane Tickets
- [ ] Identification (Passport, Drivers License, etc.)
- [ ] Travel Reimbursement/Etc. Forms
- [ ] Neck/Hoodie Pillow
## Hardware
### Basics
- [ ] Dev Board (Arduino, Raspberry Pi, Edison, Photon, etc.)
- [ ] Cables
- [ ] Breadboards
- [ ] Jumper Wires/Alligator Clips
- [ ] Resistors
### Tools
- [ ] Needle Nose Pliers
- [ ] Wire Cutters
- [ ] Screwdrivers
- [ ] Superglue
- [ ] Electric Tape
- [ ] Zipties
- [ ] Multimeter
### I/O
##### Small Components
- [ ] LEDs
- [ ] Photoresistors
- [ ] Reflective IR
- [ ] IR Transmitter/Reciever LEDs
- [ ] Transistors
- [ ] Capacitors
- [ ] Piezos
- [ ] Humidity sensor
- [ ] Temperature sensor
- [ ] Hall sensors
- [ ] Vibration Motors
- [ ] Tilt/vibration sensors
- [ ] DC Motors
- [ ] Push button switches
- [ ] Flex sensors (a bit more expensive, I’d only get one)
- [ ] Force sensitive resistors (same as above)
##### Large Components
- [ ] Servos
- [ ] Pulse sensor
- [ ] Ultrasonic range sensors
- [ ] Gyro/Accelerometer (usually have both on the same breakout board)
- [ ] LCD screen (preferably with I2C for less wires)
- [ ] Bluetooth module (you’ll need one with BLE support for iPhones)
##### Additional Power
- [ ] Relay module
- [ ] Breadboard psu
- [ ] 9v Batteries (for powering motors that needs more power. Use with transistor to switch on/off)
- [ ] Rechargeable power bank (for when you want to power your dev board without a laptop)
## ToDos
- [ ] Update OS, IDEs, and all other software
- [ ] Confirm venue location and time
- [ ] Confirm transportation arrangements
- [ ] Set multiple alarms and get a good nights sleep!