Skip to content

Latest commit

 

History

History
61 lines (42 loc) · 2.52 KB

README.md

File metadata and controls

61 lines (42 loc) · 2.52 KB

1. Zombie-Pagers

Zombie Pagers Workshop for No School Nevers. Presentation link.

Materials

  • Ardunio & cord
  • OLED Screen
  • Radio Transmitter
  • Breadboard
  • Male Wires
  • Button(s)
  • Laptop

Software

Wiring

Transmitter

Reciever

OLED

Button

Programming

Find the code in the folders.

Download Libraries

  1. Download RadioHead Library from here: (download link is the first on this website) or (direct download link)
  2. In the Arduino IDE click Sketch > Include Library > Add .ZIP Library...

3. Select the RadioHead-1.91.zip from your Downloads folder (or wherever else you saved it)
4. Close and reopen the Arduino IDE.

Programming // Write Code

Programming // Upload To Arduino

  1. Make sure you have the correct board type selected (ie arduino uno). Tools > Board > Arduino/Genuine Uno
  2. Make sure you have the correct port selected. (Note: the port name refers to the USB port and not the Arduino). Tools > Port > (something like)COM2 (For PC or) /dev/ttyusbmodemmfa132 (For Mac)
  3. Verify the code
  4. Upload the code

Note if both arduinos are connected to the same laptop upload the transmitter code first, then the receiver code. This will allow you to open the serial port for the receiver.

To open the serial monitor press the magnifying class in the top right. Make sure the baudrate in the bottom right corner of the serial port matches that you wrote in the code, 9600.

Troubleshooting

((Solutions to common problems will be updated here)).