Networking and communications
https://academy.cba.mit.edu/classes/networking_communications/index.html
💡Group assignment
Send a message between two projects
Document your work to the group work page and reflect on your individual page what you learned
About this week
Briefly describe the goal of the assignment. What are you characterizing, testing, or exploring
For this week we are sending a input from one project over TXRX to another project
The input device is Carls linear pot module for a FabXiao.
Tools and materials used
List all the machines, software and materials used in this assigment.
Thonny
Fab Xiao (RP2040)
Thoms Dev board (RP Pico)
Circuit Python
Process and methodology
Describe step-by-step what the group did. Include sketches, screenshots, or videos if possible.
Transmision:
For the transmitting board we used the following code in CircuitPython to send a UART over the TX and TX pins on our devices.
Receive
Diarmuid had to modify the Board to access the Tx and Rx pins with some form of header - this required some stealthy soldering skills that we all lack but got there!! It is not the prettiest but it will get the job done!!
We connected the two boards together after attaching a header to Diarmuid's Fab board for Tx and Rx.
Attempted to run the code - something was not working!!
The header on Carls Tx pin was going to ground - to fix this carl just held the cable to the Tx pin on the XIAO RP2040- and we also had to run a cable from ground to ground on each board.
and hey presto - we are networking - sending and receving data.
Group conclusions
Findings: Did not receive as many messages as we sent, must be due to poor connection / noise
Challenges: the development boards we are using have other components on the TXRX pins so we had to get creative as to our connections
Solutions: we ended up probing with jumpers by hand.
Type here
Files
Add all files created for this group assignment
See below link to to files created this week:
Last updated