Category: Python

New Projects and DIY PSoC Programmer

There are several new projects up on the Learning page to check out. Face Tracker – Track your face as you move around with the PiSoC and Raspberry Pi. DIY PSoC Programmer – Put together your own $20 PSoC 4/5LP Progammer and Debugger. Leap Motion Control – Use the Leap Motion to control peripherals (motors, LEDs, […]

Published on: 10 August 2016
Posted by: Robert Barron
Discussion: Leave a comment

Leap Motion Control

In this project I use hand gestures to control Neopixel LEDs and Servo motors. Check it out in action below: As you may already know, you can write Python code for the PiSoC that lets you control various peripherals. Here I demonstrate why that is so powerful; you can work with other Python libraries simultaneously, which […]

Published on: 29 June 2016
Posted by: Robert Barron
Discussion: Leave a comment

Face Tracker

  At last, a more detailed description of the Face Tracking camera! As you may have guessed, this project will use a pan/tilt mounted camera to find faces within a video stream, and then move two servo motors controlled by the PiSoC to place any detected faces into the center of the frame. This kind […]

Published on: 17 June 2016
Posted by: admin
Discussion: 4 Comments

Sun Tracker: In Scratch, Python, and PSoC Creator

Hi Folks, This project tries to find the brightest light source in the room, using a solar panel and a pan/tilt bracket with servos. It will sweep the solar panel around and then look at the brightest light source. This could be extended to actively track the light source after acquiring it. I got this […]

Published on: 7 May 2016
Posted by: Robert Barron
Discussion: 4 Comments