Page 1 of 1

Re: Quick Tips from a newbie, for the newbies...

Posted: Sat Jan 11, 2014 5:30 pm
by lnevo
My code isn't really plug and play. It does a lot of things specific to my setup.

On the other hand its broken up very modularly by using separate functions to organize all the code i have.

My recommendation is to start with the wizard and having all use the internal memory path.

Then i would recommend looking at the function you want to copy from my code and cut and paste that function.

You will need whatever #defines I have for the custom memory locations I use. You'll need to initialize them. The easiest way is through the android app or direct http calls. Or you can write them in the setup() function. Don't use the init_memory function, i have without understanding what it does.

It will also be much easier to customize if you focus on the one function at a time that you'd be adding and much easier for me to help you than trying to do it in one bang.

Re: Quick Tips from a newbie, for the newbies...

Posted: Sun Aug 17, 2014 6:36 am
by Sleepingtiger
so tell me if i got this right. for users that doesn't have the wifi module, using the internal memory path is unnecessary because if you do need to change a function, you will still need to hook it up to your computer and upload the new code. might as well upload your pde file instead.

where as if you did have the wifi module, u can make changes to your function without ever having to upload your new pde files???

Re: Quick Tips from a newbie, for the newbies...

Posted: Sun Aug 17, 2014 7:30 am
by lnevo
Essentially :)

Re: Quick Tips from a newbie, for the newbies...

Posted: Thu Sep 11, 2014 11:41 am
by Mako56
Boy disicions disicions it sure would be nice to have my tank controlled again I surrender hope I chose the right product.