Skip to content
 
 

Repository files navigation

Team 1, or Team Transmitter, should write code to have their Argon transmit data over UART (specifically Serial1) in the loop() function. Every time it sends data, it should blink the LED on for 500 ms, then turn it back off. It should send data every 2 seconds. (HINT: look up the delay() function to configure your device's timing).
Team 2, or Team Receiver, should write code to have their Argon receive data from Transmitter Argon using Team Receiver Argon's UART (i.e., also their Serial1). Upon receiving data from Transmitter Argon, Receiver Argon should print the data to the serial monitor (i.e., they should use a Serial.println([BLANK]) where [BLANK] will be replaced by the appropriate code corresponding to data coming from Transmitter Argon.
Successful execution of the full project will result in one Argon that is blinking an LED every 2 seconds for 500 ms and sending data to another Argon which is displaying those data on the second Argon's serial monitor (Team Receiver's computer screen) every two seconds.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages