-
Notifications
You must be signed in to change notification settings - Fork 7
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
Arduino Uno #4
Comments
Hello, please try to rename the library folder on "RBDdimmer" and restart your Arduino IDE ! |
Hi, i have the same issue. Is this library compatible with Uno and Nano boards, as described in the README? |
this works for atmega 328 it only uses arduino library but i need help aswell i want to keep the dim constant where this code fluctuates
|
Hello ! "Arduino IDE says: Global variables use 2411 bytes (117%) of dynamic memory, leaving -363 bytes for local variables. Maximum is 2048 bytes." So, impossible to compile the sketch. As asked @rammnco, is this library compatible with Uno and Nano boards, as described in the README ? Thanks for your help, |
Same here... |
@rammnco @Gauthieer @JimmyBondi |
@VSneg Can this really be related to the library name though? The message says its about the global variables leaving no space for local variables... It seems to be loaded well , because the sketch compiles just fine if I select a board with a bigger SRAM (like Arduino MEGA). |
@VSneg |
@JimmyBondi, @Gauthieer, @rammnco, @Gauthieer, @pcex, @thijsforel |
Auch mit der neuen Version: |
Hi, I try to connect an Arduino Nano Every but the library don't work with this version of Arduino, anypeople have idea how I can operate with this library in this Arduino Model? |
Hi,
Trying to use the library for the first time. Trying the SimpleDimmer example (provided with the Library) Arduino IDE says:
"Global variables use 2337 bytes (114%) of dynamic memory, leaving -289 bytes for local variables. Maximum is 2048 bytes."
What's up with that?
The text was updated successfully, but these errors were encountered: