Replies: 4 comments 5 replies
-
I get the following monitor output: START D:\Downloads\Ultimate-Battery-Tester-master\UltimateBatteryTester\UltimateBatteryTester.ino .... 45494 45436 45436 |
Beta Was this translation helpful? Give feedback.
-
I changed the I2C LCD with a simple parallel version and the restarts are over! |
Beta Was this translation helpful? Give feedback.
-
I also switched to Arduino IDE today and before I used Platform IO and had instability issues with parallel and I2C. |
Beta Was this translation helpful? Give feedback.
-
Found the root cause of the instability issues, the button interrupt pin 2. If a wire is connected to pin 2 all kind of issues occur. As far as I can see internal pull-up is enabled at pin 2 or not? I'll test it with external pull-up. |
Beta Was this translation helpful? Give feedback.
-
Hi Armin,
Great project, so I started to build the tester myself. But unfortunately I'm having problems to get it working properly. From first build I'm getting strange behaviour and ended up with I think wrong data in the EEPROM which now results in restarts after the first init and no matter what I write into the EEPROM it keeps restarting.
Some questions:
Could you add a software definition to enable/disable the reading/writing to EEPROM?
What versions of the libraries that are not included in Github do you use?
What data should be written to EEPROM in initial state, 0xFF?
I tested the software with nano and promini 5v/16Mhz.
I hope that you can get me on the way,
Regards,
Jerby
Beta Was this translation helpful? Give feedback.
All reactions