19 lines
269 B
Markdown
19 lines
269 B
Markdown
# Sound Transceiver
|
|
|
|
## Execution steps for ESP32
|
|
|
|
```Open ESP32_Sound_transmitter in Arduino IDE to compile and execute. ```
|
|
|
|
## Flashing steps for Verilog
|
|
|
|
*Temporary upload
|
|
|
|
```./OpenFPGALoader -m <File> ```
|
|
|
|
*Flash upload
|
|
``` ./OpenFPGALoader -f <File> ```
|
|
|
|
|
|
|
|
|