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

Update file 02-process.md

parent e8a74126
No related branches found
No related tags found
No related merge requests found
Pipeline #434922 passed
......@@ -190,7 +190,7 @@ My first experiment with kantan mapping actually started early in October when R
## PART THREE: ELECTRONICS
### **step 1**: set up
### **spiral one**: set up
I knew i would need at least three aspects to create **my circuit**:
1. an **input sensor**: heart rate, microphone, or body temperature sensor
......@@ -221,7 +221,7 @@ sketch of microphone sensor generating different outputs:
![Alt text](<../images/FINAL PROJ/LOUD_SOFT01.jpg>)
### **step 2**: test microphone sensor
### **spiral two**: test microphone sensor
Goals:
- connect microphone sensor to Arduino IDE
......@@ -251,7 +251,7 @@ Finally, i wanted to make sure my serial monitor works and that it would print t
<iframe width="1058" height="595" src="https://www.youtube.com/embed/YiCNezor1aI" title="serial monitor testing with scream" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
### **step 3**: test bluetooth mcus
### **spiral three**: test bluetooth mcus
Goals:
- Test that each board is functioning properly.
......@@ -269,7 +269,7 @@ Boards:
![Alt text](<../images/FINAL PROJ/diagrams01.jpg>)
### ESP32 board set up
#### ESP32 board set up
!!! example "**ESP32** Information"
......@@ -286,7 +286,7 @@ Steps:
4. Upload Code to ESP32
### XIAO-ESP32-C3 board set up
#### XIAO-ESP32-C3 board set up
!!! example "**XIAO ESP32-C3** Information"
......@@ -294,7 +294,7 @@ Steps:
- [Seeed Studio XIAO ESP32C3 - RISC-V tiny MCU board with Wi-Fi and Bluetooth5.0, battery charge supported, power efficiency and rich Interface](https://www.seeedstudio.com/Seeed-XIAO-ESP32C3-p-5431.html)
xxxx
### communication between the two boards
#### communication between the two boards
!!! example "Communication Between **two ESP32 mcus**"
......@@ -320,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.
### **step one**: transfer serial data
### **spiral one**: transfer serial data
Step 1: Drag a **DAT Serial** Node into your workscreen.
Step 2: Select Port and Baud Rate
......@@ -332,7 +332,7 @@ 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>)
### step two: chop reference serial data in animation
### spiral 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>
......
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