Skip to content

melnikovae87/arduino-servo-ui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

app_cover.png

UI Arduino Servo Control

Release 1.0 (30.05.2024)

Specification

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

Arduino Code for upload

  1. Open Arduino IDE (from v.2.3.2)
  2. Open with IDE folder libs/serial_com
  3. Connect PIN #9 to communication wire (yellow) with Servo (VCC and GND optional)
  4. Connect Arduino UNO/NANO and UPLOAD code
  5. IMPORTANT: do not open Serial Monitor in IDE (allowed only one connection to Serial Port on OS Win/Linux)

app_cover.png

pyinstaller main.py \
  --clean \
  --onefile \
  --windowed \
  --icon=assets/iot.ico \
  --name ArduinoUI

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages