Skip to content

Ardupy allows you to easily control transducers connected to an Arduino Uno using Python (ex. using a PC, Raspberry pi, ...)

License

Notifications You must be signed in to change notification settings

dbarattini/ArduPy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ArduPy

Language Module

About

ArduPy allows you to easily control transducers connected to an Arduino Uno using Python (ex. using a PC, Raspberry Pi, ...)

Where to start

Requirements

  • 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.

How to use

Upload the ardupy/ardupy.ino sketch to your Arduino Uno

Create a new python project and import ardupy

Learn from these examples:

You can also use ArduPy to comunicate directly to arduino

Supported transducers (for now)

  • button
  • led
  • temperature sensor
  • photoresistor
  • RGB led
  • servo
  • potentiometer
  • piezo
  • tilt switch
  • dc motor
  • dc motor connected through an h-bridge
  • lcd

About

Ardupy allows you to easily control transducers connected to an Arduino Uno using Python (ex. using a PC, Raspberry pi, ...)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published