This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision Next revision Both sides next revision | ||
|
digispark:tutorials:eeprom [2013/02/09 22:24] mcb1 [Parts:] |
digispark:tutorials:eeprom [2013/02/20 19:53] BobDole |
||
|---|---|---|---|
| Line 66: | Line 66: | ||
| =====Programming:===== | =====Programming:===== | ||
| + | |||
| + | *TROUBLESHOOTING NOTE: If you experience trouble writing to the EEPROM try connecting a jumper wire from Pin 4 of the IC (or any GND) to Pin 7 of the IC (Pins: http://ww1.microchip.com/downloads/en/devicedoc/21203m.pdf) - some boards may be missing this connection, we are looking into it further.* | ||
| + | |||
| The pin connections are as follows: | The pin connections are as follows: | ||
| Digispark P0 -> SDA | Digispark P0 -> SDA | ||
| - | Digispark P3 -> SCL | + | Digispark P2 -> SCL |
| The I2C Address is 0x50 | The I2C Address is 0x50 | ||
| Please refer to the EEPROM example included with the Digispark Arduino Addon. | Please refer to the EEPROM example included with the Digispark Arduino Addon. | ||