Skip to content

Python music instrument for arduino with an Utrasonic Ranging Module HC SR04

License

Notifications You must be signed in to change notification settings

sanxofon/musultra

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Non Mus Ultra v0.6

Twitter: @sanxofon License

Python music instrument for arduino with an Utrasonic Ranging Module HC SR04

Author:

Santiago Chávez Novaro (@sanxofon)

Install dependencies:

pip install keyboard
pip install pyserial
pip install pyaudio

Example use:

Python 2.7+

$ python musultra.py -p -e Ryosen -d 3 -t C -a 440.0 -x COM11

Python 3.4+

$ python musultra3.py -p -e Ryosen -d 3 -t C -a 440.0 -x COM11

Show help:

Python 2.7+

$ python musultra.py -h

ToDo:

- Send max and min limits to arduino on startup and transfer (& test) calibration script to arduino itself.
- Improve RGB heat-map color settings

Arduino set-up:

circuito

About

Python music instrument for arduino with an Utrasonic Ranging Module HC SR04

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published