Hi Im begginer with rpi/picon zero, I have two scripts
app.py for measuring distance with HC-SR04 and sending it to website
motorTest.py basic code for piconzero that controls motor forward/backward and speed
how do I start both scripts in same time and control motor AND send speed to website AND send distance value from hc-sr04?
Im trying sending speed from motorTest.py to app.py and than send it to website
and loading both scripts with "& "
sudo python app.py & sudo python motorTest.py
but it doesnt work
here is whole project, in templates folder is website structure
https://drive.google.com/file/d/1RBGYbZ ... 1fRQtrR7Xs
Thank you for help.