-
Notifications
You must be signed in to change notification settings - Fork 222
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
memory requirements for running the entire code #102
Comments
Looks like a support request. Those are handled at another location. See issue #45. |
Within the Arduino family the Uno and Nano have just 32K of flash memory. You can not enable all the features and have it fit into a Uno or Nano. The Arduino Mega2560 has 256K of flash and it can fit all the features. |
there is no way to load the rest in some way like micro sd? |
I agree, the Mega2560 is physically quite large, but it does have more flash, more RAM, more EEPROM, more interrupts and many more pins than a Uno or Nano. It is showing its age a little with no WiFi, no bluetooth, no ethernet etc. |
Can this issue be closed? |
it may well close as it wasn't and a bug was a request |
Hi, @manotroll . You can close by adding a comment, and instead of clicking 'Comment', click 'Close and Comment'. |
reading in some places he asks for a mega 2560 plus a much smaller esp32 r cheaper and has more memory
which cards can I run all the code on?
it seems that the nano was also indicated in another pdf
sorry for bad english i'm using translator
The text was updated successfully, but these errors were encountered: