mirror of
https://github.com/acabon29/ia_hackathon.git
synced 2025-10-30 11:56:00 +00:00
correct readme
This commit is contained in:
parent
49bd95d51d
commit
cfc11ab576
12
README.md
12
README.md
@ -28,7 +28,7 @@ This project was made as part of a collaboration between **42 school** and **Laz
|
|||||||
## ⚙️ Wiring Diagram
|
## ⚙️ Wiring Diagram
|
||||||
Here’s how to connect the components:
|
Here’s how to connect the components:
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
📌 **Explanation:**
|
📌 **Explanation:**
|
||||||
- The **HC-SR04 sensor** is connected to **Trig** and **Echo** pins
|
- The **HC-SR04 sensor** is connected to **Trig** and **Echo** pins
|
||||||
@ -42,14 +42,14 @@ Here’s how to connect the components:
|
|||||||
```sh
|
```sh
|
||||||
git clone https://github.com/user/my-arduino-project.git
|
git clone https://github.com/user/my-arduino-project.git
|
||||||
```
|
```
|
||||||
|
2 follow the diagram for the connections
|
||||||
2 update motor.ino in arduino card and close the IDE Arduino (for resolve Serial problem)
|
3 update motor.ino in arduino card and close the IDE Arduino (for resolve Serial problem)
|
||||||
3 Install all lib :
|
4 Install all lib :
|
||||||
```sh
|
```sh
|
||||||
pip install requests openai-whisper sounddevice numpy soundfile pyttsx3 pygame pyserial
|
pip install requests openai-whisper sounddevice numpy soundfile pyttsx3 pygame pyserial
|
||||||
```
|
```
|
||||||
4 Replace MY_API_KEY and COM_OF_THE_ARDUINO in main.py
|
5 Replace MY_API_KEY and COM_OF_THE_ARDUINO in main.py
|
||||||
5 Run main.py
|
6 Run main.py
|
||||||
```sh
|
```sh
|
||||||
python main.py
|
python main.py
|
||||||
```
|
```
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user