Skip to content

Arduino pro mini compatable #1

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

Open
JSkye3293 opened this issue Jan 12, 2018 · 0 comments
Open

Arduino pro mini compatable #1

JSkye3293 opened this issue Jan 12, 2018 · 0 comments

Comments

@JSkye3293
Copy link

JSkye3293 commented Jan 12, 2018

Is it possible to make this compatible with the Arduino Pro mini or the Uno R3?
What I need is this to work with Software Serial, and to accept commands through that. (I dont have enough buttons but I do have 3 microcontrollers) I am also wondering if it was possible to use a Potentiometer as a manual brightness control?

when compiling for the mini, I get this in compiler:

Sketch uses 33,234 bytes (108%) of program storage space. Maximum is 30,720 bytes.
Global variables use 4,213 bytes (205%) of dynamic memory, leaving -2,165 bytes for local variables. Maximum is 2,048 bytes.
processing.app.debug.RunnerException: Sketch too big; see http://www.arduino.cc/en/Guide/Troubleshooting#size for tips on reducing it.
at cc.arduino.Compiler.size(Compiler.java:315)
at cc.arduino.Compiler.build(Compiler.java:156)
at processing.app.Sketch.build(Sketch.java:1108)
at processing.app.Sketch.build(Sketch.java:1083)
at processing.app.Editor$BuildHandler.run(Editor.java:2011)
at java.lang.Thread.run(Thread.java:745)
Sketch too big; see http://www.arduino.cc/en/Guide/Troubleshooting#size for tips on reducing it.

Overall a very cool program! I cant wait to get this to run to see what it can do. I highly respect people who take the time to write these!
-JSkye

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

1 participant