Replies: 3 comments 8 replies
-
Hi, I have the same issue recently. In the past, everything was fine, then suddenly this behavior appeared. |
Beta Was this translation helpful? Give feedback.
-
I identified a pinout problem with ATmega2560 (SDA and SCL were reversed... big blunder) and added the I2C_NOINTERRUPT flag to the sketch. Just tested with Arduino Uno and Arduino Mega and it works! Finally. |
Beta Was this translation helpful? Give feedback.
-
I made several devices for reading the characteristics of batteries on an arduino. Now I'm doing the same project, but on stm32. I have noticed that some batteries are poorly readable. First, this is due to the pull-up resistors. They should be in the range of 2-4.7 kOhm. |
Beta Was this translation helpful? Give feedback.
-
Hi,
I have some trouble connecting to a battery. I have 3 different type of dell battery:
And thats it, now I can not connect to any of my batteries. Checked the cables and ressistors (1k for battery pin 1 and 4, and 4k7 on both SDA and SCL lines to the 5V). Tried to reprogram the Arduino Uno R3 with SmartBatteryHack_SoftI2CMaster.ino and SmartBatteryHack_Wire.ino as well, but no luck. Btw, which one should I upload to the arduino?
Can you help me?
Thank you,
Adam.
Beta Was this translation helpful? Give feedback.
All reactions