Here you will find links to all of our Python documentation for the PiSoC. Python with the PiSoC is great because you write your Python programs as you normally would, and simply import our PiSoC library to use physical computing functions along with the rest of your code.
Installation – Learn how to install our Python libraries and the PiSoC USB driver onto your computer.
Python Documentation – This webpage covers each class and function contained in our API.
Tutorials – We have short written and video tutorials covering basic usage, along with a few real world example projects.
- Examples ( Blinking an LED, Voltmeter, Buzzers, Ultrasonic Range Finding, Neopixel RGB LEDs, Servos, and more)
- More Examples are in the folder you installed our Python files to. If you can’t find them, grab them from our github.
- Youtube tutorials
- Part 1: Digital I/O
- Part 2: Analog I/O
- Part 3: PWM, Servos, Generating tones
- Part 4: Controlling Neopixel RGB LED’s
- Part 5: Capacitive and Proximity Sensing (Use fruit or anything conductive as in input!)
- Projects