Continue to Site

Welcome to our site!

Electro Tech is an online community (with over 170,000 members) who enjoy talking about and building electronic circuits, projects and gadgets. To participate you need to register. Registration is free. Click here to register now.

  • Welcome to our site! Electro Tech is an online community (with over 170,000 members) who enjoy talking about and building electronic circuits, projects and gadgets. To participate you need to register. Registration is free. Click here to register now.

OOPic I2C

Status
Not open for further replies.
Just started today at school. Our newest motor driver uses I2C and has built in differential steering, which is perfect for our maze bots.

I learned how to use I2C in under an hour and it looks very promising, more like an actual computer in terms of addresses, etc.

Any one else have good experiences with I2C?

Just thought it'd make an interesting conversation about microcontroller usage, etc.
 
OOPIC, much like BASIC Stamp, is a marketing gimmick and actually a pointless and poor piece of hardware. In fact C can and does produce encapsulated structures virtually identical to those in "OOPIC". OOPIC is not actually Object Oriented at all, they're making their own interpretation of the term and it's unfortunate that this gets taught in a class. They isolate people from the microcontroller itself (completely unnecessary) and try to tell people that writing in assembly or C is difficult (which it isn't).

Not that any first microcontroller project isn't neato. I just strongly dislike these companies for passing off misinformation.

PIC comes with hardware capable of I2C, serial comm, SPI, and for newer lines, CANBus and USB. All very useful. Much of this can be bit-banged in code if there is no hardware module onboard to do it.
 
Status
Not open for further replies.

Latest threads

New Articles From Microcontroller Tips

Back
Top