You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, we are planning to use bitlash with a SD card while using the arduino Wire library for I2C communication. But once the Wire library is included to "bitlashsd" code, the arduino restarts continuously. Any idea on how to fix this problem?
Thanks!
The text was updated successfully, but these errors were encountered:
The Bitlash SD card code leaves very little space free on a standard ‘328 Arduino.
So, the first thing I would check is flash memory exhaustion. The second is ram exhaustion.
If either of these turns out to be the problem, it's possible to modify Bitlash to remove features to make room, but this is fairly painful work. It’s easier to upgrade to a larger Arduino, like the Mega.
-br
On Nov 19, 2014, at 3:33 AM, Udith Gunaratna [email protected] wrote:
Hi, we are planning to use bitlash with a SD card while using the arduino Wire library for I2C communication. But once the Wire library is included to "bitlashsd" code, the arduino restarts continuously. Any idea on how to fix this problem?
Thanks!
—
Reply to this email directly or view it on GitHub #40.
Hi, we are planning to use bitlash with a SD card while using the arduino Wire library for I2C communication. But once the Wire library is included to "bitlashsd" code, the arduino restarts continuously. Any idea on how to fix this problem?
Thanks!
The text was updated successfully, but these errors were encountered: