PWM problems

New members questions
Post Reply
rimai
Posts: 12881
Joined: Fri Mar 18, 2011 6:47 pm

Re: PWM problems

Post by rimai »

Did it compile and got uploaded properly?
On your RA screen, do you see AP and DP?
What do they say?
Roberto.
SCStephens
Posts: 13
Joined: Sun Jan 01, 2012 4:06 pm

Re: PWM problems

Post by SCStephens »

Everything compiled/loaded fine. AP/DP both 100%
Image
SCStephens
Posts: 13
Joined: Sun Jan 01, 2012 4:06 pm

Re: PWM problems

Post by SCStephens »

Got it, Im an idiot, thanks :-)
Image
SCStephens
Posts: 13
Joined: Sun Jan 01, 2012 4:06 pm

Re: PWM problems

Post by SCStephens »

I'm happy to report that I am up and running with my Reefangel controlled LEDs. Thank you very much for your help :). I am having trouble with space constraints and WiFi, do I need the WiFi installed in the controller? I can't seem to make it fit with everything else. Do I need the ragen pwm option if I don't have the expansion module?
Image
rimai
Posts: 12881
Joined: Fri Mar 18, 2011 6:47 pm

Re: PWM problems

Post by rimai »

If you use Simple Menu feature, it will decrease the code size considerably.
Roberto.
SCStephens
Posts: 13
Joined: Sun Jan 01, 2012 4:06 pm

Re: PWM problems

Post by SCStephens »

Messing with coding and getting this at the bottom. Compiling never finishes, any ideas?

Exception in thread "Thread-5" java.lang.NoClassDefFoundError: com/oroinc/text/regex/MalformedPatternException
at processing.app.Sketch.preprocess(Unknown Source)
at processing.app.Sketch.build(Unknown Source)
at processing.app.Sketch.build(Unknown Source)
at processing.app.Editor$DefaultRunHandler.run(Unknown Source)
at java.lang.Thread.run(Thread.java:619)
Caused by: java.lang.ClassNotFoundException: com.oroinc.text.regex.MalformedPatternException
at java.net.URLClassLoader$1.run(URLClassLoader.java:200)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
at java.lang.ClassLoader.loadClass(ClassLoader.java:252)
at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:320)
... 5 more
Image
rimai
Posts: 12881
Joined: Fri Mar 18, 2011 6:47 pm

Re: PWM problems

Post by rimai »

That's an Arduino thing I've seen once in a while too. I don't know what makes it do that, but I just restart the Arduino application.
Roberto.
Post Reply