upload to internal memory

Do you have a question on how to do something.
Ask in here.
Post Reply
Ademster
Posts: 144
Joined: Tue Aug 14, 2012 1:11 pm

upload to internal memory

Post 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.
Adam
58 Gal
Image
rimai
Posts: 12881
Joined: Fri Mar 18, 2011 6:47 pm

Re: upload to internal memory

Post by rimai »

You need to generate a code with the Wizard and choose internal memory.
Then you can use android to change the values.
Roberto.
Ademster
Posts: 144
Joined: Tue Aug 14, 2012 1:11 pm

Re: upload to internal memory

Post 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?
Adam
58 Gal
Image
User avatar
DrewPalmer04
Posts: 818
Joined: Tue May 29, 2012 2:12 pm
Location: Christopher, IL

Re: upload to internal memory

Post 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
Out for now...but not over.

VISIT: Ethernet Module/Wifi Alternative
rimai
Posts: 12881
Joined: Fri Mar 18, 2011 6:47 pm

Re: upload to internal memory

Post by rimai »

If you already uploaded a code that uses internal memory, just use the Android app to change the values.
Roberto.
Ademster
Posts: 144
Joined: Tue Aug 14, 2012 1:11 pm

Re: upload to internal memory

Post 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.
Adam
58 Gal
Image
Ademster
Posts: 144
Joined: Tue Aug 14, 2012 1:11 pm

Re: upload to internal memory

Post 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
Adam
58 Gal
Image
rimai
Posts: 12881
Joined: Fri Mar 18, 2011 6:47 pm

Re: upload to internal memory

Post by rimai »

It's the same as standardlights
Roberto.
Ademster
Posts: 144
Joined: Tue Aug 14, 2012 1:11 pm

Re: upload to internal memory

Post 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
Adam
58 Gal
Image
rimai
Posts: 12881
Joined: Fri Mar 18, 2011 6:47 pm

Re: upload to internal memory

Post by rimai »

Try this:

Code: Select all

ReefAngel.PWM.DaylightPWMParabola();
ReefAngel.PWM.ActinicPWMParabola();
Roberto.
Post Reply