MODEL = Arduino UNO/NANO
DIGITAL_PIN = 9
TYPE = PWM
SERIAL_BAUD_RATE = 9600
SERIAL_PORT = by default detect Arduino device
Communication keys:
PING - check RX/TX communication
ANGL<90> - set servo angle for connected device
- Open Arduino IDE (from v.2.3.2)
- Open with IDE folder libs/serial_com
- Connect PIN #9 to communication wire (yellow) with Servo (VCC and GND optional)
- Connect Arduino UNO/NANO and UPLOAD code
- IMPORTANT: do not open Serial Monitor in IDE (allowed only one connection to Serial Port on OS Win/Linux)
pyinstaller main.py \
--clean \
--onefile \
--windowed \
--icon=assets/iot.ico \
--name ArduinoUI