<< return to Pixycam.com

Atmega328 Interfacing with Pixy Camera

Hi,

I am working on a project in which I want to interface Atmega328 with Pixy Camera. I have already interfaced it with Arduino UNO but now I just want to use Atmega328. I am following this “Introduction to Atmega328”:https://www.theengineeringprojects.com/2017/08/introduction-to-atmega328.html, which is quite good for its pinout. So what I need to ?

Thanks.

Hi Zain,
You might take a look at the porting guide:

http://cmucam.org/projects/cmucam5/wiki/Porting_Guide

It describes Pixy’s protocol and how to communicate with it.

Edward