CC3000 Wifi module on Stand Alone Mode doesn't seem working #472
Replies: 2 comments
-
Posted at 2014-05-01 by @gfwilliams What do you mean by 'stand alone mode'? You mean that you have saved the code? Your problem could be that commands that you issue on the console (like
Now, when you save, the next time Espruino starts onInit is called and the CC3000 connects. One other thing that could be an issue is that if you have Espruino powered from a computer, the computer connects to it via USB but stops reading data after a few characters have been sent. This means that if you're using |
Beta Was this translation helpful? Give feedback.
-
Posted at 2014-05-01 by rocky_manobi
yes, that's exactly what I meant. I also understand the other tips. thanks a lot! :) |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Posted at 2014-05-01 by rocky_manobi
Hi.
I'm trying to run some program with a CC3000 WiFi module as Stand Alone Mode.
The program below( mostly, on the sample codes ) is working as I expected when it runs with WebIDE, but not when it's on Stand Alone Mode.
On Stand Alone Mode( after press the RESET BTN ), I'm geting this error below.
Here is the other information.
Is there any step that I missed?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions