Skip to content
Snippets Groups Projects
Commit e8a74126 authored by Mina Mayo-Smith's avatar Mina Mayo-Smith
Browse files

Update file 02-process.md

parent 60ae60d5
No related branches found
No related tags found
No related merge requests found
Pipeline #434920 passed
......@@ -268,7 +268,6 @@ Boards:
![Alt text](<../images/FINAL PROJ/circuit_boards03.jpg>){width=300}
![Alt text](<../images/FINAL PROJ/diagrams01.jpg>)
![Alt text](<../images/FINAL PROJ/diagrams04.jpg>)
### ESP32 board set up
......@@ -301,16 +300,18 @@ xxxx
- [ESP32-to-ESP32 Simplex Communication via ESP-NOW](https://www.youtube.com/watch?v=GzugxHEzB0g)
TX: Microphone and Xiao on Garment
RX: ESP32 connected to Computer Arduino IDE and TD
![Alt text](<../images/FINAL PROJ/diagrams04.jpg>)
TX, Transmitter: Microphone sensor and Xiao on Garment
RX, Receiver: ESP32 connected to Computer Arduino IDE and TD
The two boards will communivate via a program called ESP-NOW. Tutorial above.
You will end up running 3 pieces of code...
I will end up running **3 pieces of code**...
1. Configuring and uploading the Transmitter Code to the TX board
2. Running the Mac Address code on the RX board > to get it's unique wireless communication ID
3. Configuring and uploading the Receiver Code to the RX board
1. Configuring and uploading the Transmitter Code to the TX board
2. Running the Mac Address code on the RX board > to get it's unique wireless communication ID
3. Configuring and uploading the Receiver Code to the RX board
## PART FOUR: COMMUNICATION BETWEEN ARDUINO IDE & TD
......@@ -319,7 +320,7 @@ Once i've managed to transfer my microphone sensor data from Arduino IDE to TD,
It is essentially the same practice as creating audio-reactive visuals but instead of inserting a song or beat, it would take the live incoming data from the microphone sensor and trigger different animations depending on the threshold of the data.
### spiral one: transfer serial data
### **step one**: transfer serial data
Step 1: Drag a **DAT Serial** Node into your workscreen.
Step 2: Select Port and Baud Rate
......@@ -331,7 +332,8 @@ For a more thorough run-through, watch one of the youtube tutorials I've linked
![Alt text](<../images/FINAL PROJ/SERIAL_DATA.jpg>)
![Alt text](<../images/FINAL PROJ/SERIAL_DATA2.jpg>)
### spiral two: chop reference serial data in animation
### step two: chop reference serial data in animation
<iframe width="1058" height="595" src="https://www.youtube.com/embed/k-2cls4pCwo" title="scream data in TD" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
<iframe width="1035" height="595" src="https://www.youtube.com/embed/jqAqSRJ_LPY" title="Scream data in TD 2" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment