cc3000 start procedure #379
Replies: 4 comments
-
Posted at 2013-11-29 by @gfwilliams Hi Andrey, One thought is that using
(or actually doing the raising and lowering of A4 manually, and not specifying it for SPI.send at all) The code that I have been using (different pins) is:
However I haven't had much luck with the Embedded Adventures module. I'm in contact with them and hopefully we'll figure out what the problem is. There is CC3000 support in Espruino itself though (which works with the Adafruit module) - see http://www.espruino.com/CC3000 Until the Espruino board comes out you'll have to compile your image with USE_CC3000=1 and USE_NET=1 in the Makefile though (I've been developing using the F4DISCOVERY board and it works well). |
Beta Was this translation helpful? Give feedback.
-
Posted at 2013-11-30 by Andrey Hi, and thanks a lot for the explanations. Have I understand It correctly, that embeddedadventures module will not work with Espruino? Is their module workable in common? What the problem with It? |
Beta Was this translation helpful? Give feedback.
-
Posted at 2013-11-30 by @gfwilliams At the moment I can't get it working with Espruino, but hopefully we will sort that out soon. There is no reason why it shouldn't work but for some reason, even with the same firmware, the Adafruit module works and this one doesn't. the modules do work in other MCUs and with other software though. |
Beta Was this translation helpful? Give feedback.
-
Posted at 2013-11-30 by @gfwilliams Just to say, if you have any luck getting it going , I'd love to know. Given how soon I want to get the Espruino boards out, if I don't get this fixed in the next few days I will have to order the Adafruit modules. |
Beta Was this translation helpful? Give feedback.
-
Posted at 2013-11-29 by Andrey
Hi, Gordon, Hi all!
according to the TI instructions I tryed to initialize cc3000. (i've got the module from
embeddedadventures)
here is the code snippet, I've used:
monitoring "ans" variable by lcd indicator shows me always zero, but must contain the answer from the module.
what is my mistake ?
Beta Was this translation helpful? Give feedback.
All reactions