-->
Page 1 of 1

Query for migrating Arduino program and running on ESP12

PostPosted: Sun Feb 05, 2017 9:34 pm
by aruneshdutta
Hello Friends

I wanted to know can arduino ide be used to program and migrate the existing arduino programs and offload it to esp module like esp12f.What changes are needed and other information .

Thanks

Re: Query for migrating Arduino program and running on ESP12

PostPosted: Mon Feb 06, 2017 8:50 am
by rudy
Some programs will just run, some need some more work and consideration of the stuff that needs to run in the background. Try to not use blocking code. Or block for only short periods of time.

Your question is too broad. Nobody is going to go through all of the details of this module. Pick something you want to try first and have a more specific target for people to give answers to.

Re: Query for migrating Arduino program and running on ESP12

PostPosted: Mon Feb 06, 2017 11:34 am
by aruneshdutta
Thanks I also believe it's broad just had a query as had few programs in arduino based and wanted to use with this module..as pointed it can be run thanks I'll post with specific detail