How to implement I2C on PIC® and AVR® Microcontrollers

preview_player
Показать описание

Ever wonder how to set up the I2C protocol on PIC and AVR Microcontrollers? In this video, we will do a quick walkthrough outlining what I2C is, how it works, and how to quickly get the protocol up and running. Links for hardware, source code, and other resources is available in the links below.

Hardware:

Reference Documents:

Рекомендации по теме
Комментарии
Автор

I was so into Pic Micros and did so many cool projects with Pic Basic Pro. Then the whole Arduino thing happend and i got on that new thing. Now looking back i'm so sad Microchip didn't do their own IDE that was as easy to use as the Arduino IDE.

mariaviklund
Автор

So how to call interrupt on event? or send data? how the hell this thing even work?!!

nwtydlf
Автор

Hey, it doesn't work for my Attiny2313.... Any tips?

subjectdelta
Автор

I truly dislike these "API's" that do NOT teach you ANYthing about how the I2C bus works. It's just another layer of coding that's hidden from the person RESPONSIBLE for the project they're working on.

SciHeartJourney