Raspberry Pi driving RC servos through a PIC 16F690 with Face Detection #piday #raspberrypi @Raspberry_Pi
Here’s an interesting Pi + PIC project by MrValkeerie that is using a Raspberry Pi to run face detection analysis via an inexpensive webcam and then in turn trigger position adjustments for a series of hobby servos hooked up to his PIC breakout board. His intended application? A costume where many eyes track the human faces that it detects! From the video description:
This is a stock Model B Rev 1.0 256Mbyte, 700Hz Raspberry Pi running Raspbian. It is interfaced to a PIC 16F690 through a homebrew 3.3V-5.2V level convertor based on a couple of 2N7000 Mosfets (circuits online). The protocol is I2C, with the Pi acting as master and the PIC as slave.
The Pi uses I2C to update 8 registers in the PIC holding angles in the range 0-255, which in turn converts the angles into pulses of 1-2 milliseconds every 20 milliseconds (this is normal for servos). The servos are low-cost generics ordered off Ebay direct from China.
The Webcam came from a thrift store and is reported as “Pixart Imaging Inc”. The face detection uses the Python bindings to OpenCV and is based on Haar Cascades. The eyes were found in a graveyard.
The face detection is slow … but I only integrated everything this morning, and I am sure I can speed it up a little.
Adafruit publishes a wide range of writing and video content, including interviews and reporting on the maker market and the wider technology world. Our standards page is intended as a guide to best practices that Adafruit uses, as well as an outline of the ethical standards Adafruit aspires to. While Adafruit is not an independent journalistic institution, Adafruit strives to be a fair, informative, and positive voice within the community – check it out here: adafruit.com/editorialstandards
Stop breadboarding and soldering – start making immediately! Adafruit’s Circuit Playground is jam-packed with LEDs, sensors, buttons, alligator clip pads and more. Build projects with Circuit Playground in a few minutes with the drag-and-drop MakeCode programming site, learn computer science using the CS Discoveries class on code.org, jump into CircuitPython to learn Python and hardware together, TinyGO, or even use the Arduino IDE. Circuit Playground Express is the newest and best Circuit Playground board, with support for CircuitPython, MakeCode, and Arduino. It has a powerful processor, 10 NeoPixels, mini speaker, InfraRed receive and transmit, two buttons, a switch, 14 alligator clip pads, and lots of sensors: capacitive touch, IR proximity, temperature, light, motion and sound. A whole wide world of electronics and coding is waiting for you, and it fits in the palm of your hand.
Have an amazing project to share? The Electronics Show and Tell is every Wednesday at 7pm ET! To join, head over to YouTube and check out the show’s live chat – we’ll post the link there.
Python for Microcontrollers — Python on Microcontrollers Newsletter: 100 CircuitPython Community Libraries, a New Arduino UNO and much more! #CircuitPython #Python #micropython @ThePSF @Raspberry_Pi