ArduPy allows you to easily control transducers connected to an Arduino Uno using Python (ex. using a PC, Raspberry Pi, ...)
- python 3.7.3
- pyserial 3.4
install requirements:
cd Ardupy
pip install -r requirements.txt
if you have all the requirements installed, you can start using ArduPy.
Upload the ardupy/ardupy.ino sketch to your Arduino Uno
Create a new python project and import ardupy
Learn from these examples:
- use a button
- use a led
- use a temperature sensor
- use a photoresistor
- use an RGB led
- use a servo
- use a potentiometer
- use a piezo
- use a tilt switch
- use a dc motor
- use a dc motor through an h-bridge
- use an lcd
You can also use ArduPy to comunicate directly to arduino
- button
- led
- temperature sensor
- photoresistor
- RGB led
- servo
- potentiometer
- piezo
- tilt switch
- dc motor
- dc motor connected through an h-bridge
- lcd