Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"bitlashsd" with Wire library cause restart #40

Open
Udith opened this issue Nov 19, 2014 · 2 comments
Open

"bitlashsd" with Wire library cause restart #40

Udith opened this issue Nov 19, 2014 · 2 comments

Comments

@Udith
Copy link

Udith commented Nov 19, 2014

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!

@billroy
Copy link
Owner

billroy commented Nov 19, 2014

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 notifications@github.com 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.

@Udith
Copy link
Author

Udith commented Nov 19, 2014

Thank you very much for the quick response! We'll check those.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants