a friendly robot connected with ai
These requirement for a simulation only, not if u have the modules
- make sure installing wokwi extension in vscode
- Having wokwi license to simulate
- Installing PlatfomIO extention in vscode
- you need to clone the repo
git clone https://github.com/0xffvirus/DeskRobot.git
- go to
src/main.cpp
and complile by clicking the check button top right (make sure that u installed PlatformIO) - go to
diagram.json
and click start, then you should be done
go to wokwi.toml
and replace the paths to these
firmware = '.pio\build\esp32doit-devkit-v1\firmware.bin'
elf = '.pio\build\esp32doit-devkit-v1\firmware.elf'
go to wokwi.toml
and replace the paths to these
firmware = '.pio/build/esp32doit-devkit-v1/firmware.bin'
elf = '.pio/build/esp32doit-devkit-v1/firmware.elf'
0.15
Bahaa Najjar, Omar Alaa, Eyad Darkashly