WEEK 11
Embedded Networking and Communications
How the week started
How the week ended
Week 11’s Assignment
Group assignment:
- Send a message between two projects.
- Document your work on the group work page and reflect on your individual page what you learned.
Individual assignment:
- Design, build, and connect wired or wireless node(s) with network or bus addresses and a local input and/or output device(s).
Individual Assignment
This week I have to communicate between 2 boards. In the previous weeks input device week 9 and output device week 10 I had created 2 boards. I am trying to create wireless connection between them. I have used ESP-NOW (Espressif Network Operation Wireless) and BLE (Bluetooth Low Energy).
image source https://randomnerdtutorials.com/esp32-uart-communication-serial-arduino/
uart transmits data bit by bit using Asynchronous serial communication protocol
UART needs both the devices to work with the same preset frequency or BAUD rate.
It uses TX(Trasnmit)/RX(receive) wire interface to tansfer 7-8 bits in wrapped in start (0) and stop (1) bits fro synchronisation.
RX must be connected the other board's TX.
Serial peripheral interface (SPI)
------------------------------------------------------------------------------------------------------------------------------------------------
info from:
TO CREATE A COMMNUNICATION BETWEEN PCB BOARD THERE ARE DIFFERENT WAYS.
Wired and wireless mode of comminucation.
wired communincation we use: wires/cables or traces

week 9 (ATtiny 1614 + rtc + touchpad + phototransistor )

week 10 output device (Xiao rp2040 - servo motor + stepper motor )
I am creating a Breakout board to connect it to week 9's board. in week 9's board i have used ATtiny 1614 , i am adding a xiao esp32c6 to control it using ESP_NOW protocol.
.jpg)
.jpg)
.jpg)
.jpg)
.jpg)
.jpg)






