Buy an Axon, Axon II, or Axon Mote and build a great robot, while helping to support SoR.
0 Members and 1 Guest are viewing this topic.
Thanks, I tried googling I2C but couldn't find any schematics Could you please give me a link?Thanks.
Can someone give me a schematic for linking 2-3 ATmega8 microcontrollers together?
Quote from: geek1 on January 05, 2009, 07:01:27 PMThanks, I tried googling I2C but couldn't find any schematics Could you please give me a link?Thanks.I googled I2C schematic and found it immedeatly...It's not much of a schematic anyway:connect the two SDA pins to eachother, connect the two SCL pins together, and connect 2 resistors (2K2 if I remember correctly) to these two lines, and the other end of the resistor to Vcc. (pull up resistor)
Can you tell me which pins on the ATmega8 to do this with?Thanks.
You must also understand that linking microcontrollers will only allow them to communicate with each other. They wont truly be able to share tasks or divide processing like this.I remember a topic a while ago where I shared my ideas and pictures of my dual PIC board and there seemed to be a few people excited in the idea of having a dual processor board. But in reality all they can ever do is communicate with each other. (though by linking all of the pins you can create a supervisor / worker pair which is a project that i still want to investigate...)