Skip to content

Latest commit

 

History

History

week2

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

#Circuit Sunday Session 2

###Session Two: Serial Communications and Arduino Text Adventure

Code Chat: Gitter IM

#Requirements Software

Recommended Boards

Prepare boards by Soldering Pins onto them. Place boards into breadboard

  • Become familiar with putting boards into programming/bootloader mode

Projects:

Serial Communications

  • Serial Adventure Code

  • Parse serial data for single letter commands

  • Add more travel features s, w, e for south, west, east

  • Interact features with on board led

  • Interact with on board button

  • Communicate with each other

  • User on board serial to connect to another person's board

  • Debug using a single board with rx/tx looped to each other

  • Then connect GND, RX/TX to each board and send messages

  • Create messages to send to one another

  • If there is time connect the adventure code between boards