Page 1 of 1

upload to internal memory

Posted: Sat Jan 12, 2013 9:21 pm
by Ademster
how do I do it?

and how do I know where everything is so I can change it on the fly from the android app.

Re: upload to internal memory

Posted: Sun Jan 13, 2013 10:15 am
by rimai
You need to generate a code with the Wizard and choose internal memory.
Then you can use android to change the values.

Re: upload to internal memory

Posted: Sun Jan 13, 2013 9:05 pm
by Ademster
last time I tried it did pre-set values for the lights, I run them opposite of my dt lights and it wont let me do it custom it presets them.

how can I upload directly into the head unit with out using the wizard?

Re: upload to internal memory

Posted: Mon Jan 14, 2013 7:23 am
by DrewPalmer04
Not sure...BUT if you know the internal memory locations you could just use the serial monitor and the GET/ command?

So, GET/mb(memory location),(value you want)(space) enter.

GET/mb855,3(space) ENTER would set my internal memory location for RF expansion to tell my mp10 to use short pulse. ETC

Re: upload to internal memory

Posted: Mon Jan 14, 2013 10:53 am
by rimai
If you already uploaded a code that uses internal memory, just use the Android app to change the values.

Re: upload to internal memory

Posted: Mon Jan 14, 2013 12:43 pm
by Ademster
I only wanted the pwm to be internal and a few other things.

I figured it out. if you leave the values blank, you can control it with internal memories.

Re: upload to internal memory

Posted: Mon Jan 14, 2013 2:14 pm
by Ademster
how do I know what the start time and end time is for the pwm lighting?

I want it to be on at 11 and off at 9

Re: upload to internal memory

Posted: Mon Jan 14, 2013 3:17 pm
by rimai
It's the same as standardlights

Re: upload to internal memory

Posted: Mon Mar 11, 2013 7:39 am
by Ademster
I figured out how to do it, back then. Now that I had to add the orp module, pwm module, relay expansion module. I don't remember what I did to have it in the internal memory.

using the wizzard didn't help...

anyone show me their code for pwm parabola code that is in their internal memory

Re: upload to internal memory

Posted: Mon Mar 11, 2013 8:51 am
by rimai
Try this:

Code: Select all

ReefAngel.PWM.DaylightPWMParabola();
ReefAngel.PWM.ActinicPWMParabola();