New user.
Trying to set up communication using CC3000 breakout on an Arduino Uno board.
Blynk library 1.1.0 used
I have updated to CC3000 Firmware 1.14.
I am able to connect using the Blynk CC3000 example code modified with my template, device and token details.
It is connecting fine, but drops offline after 10 seconds.
Sometimes it reconnects after a while, but not more than 2-3 times.
After that it goes to “sleep”, nothing happens.
Wiring is as follows:
VBEN to Digital 5
IRQ to Digital 3
CLK to Digital 13
MISO to Digital 12
MOSI to Digital 11
CS to Digital 10
It would probably be useful if you stated which board you are using this breakout board with, show exactly how you’ve wired the board to the breakout board, explain which board type you’ve selected in the IDE, explain which Blynk library version you are using, and share the serial monitor output.
When you post the serial monitor output copy the text from the serial monitor and paste it between triple backticks in the same way you did with your sketch.
I think I have provided all you asked for.
Any ideas on what the problem might be?
I was looking into Blynk to make life a bit easier after having struggled a bit with Xcode.
Why are you using this particular module?
I would choose a more commonly used module like the esp-01 instead, which is also way cheaper than the cc3000, or switch the hardware to nodemcu or esp32, which is the best approach.
Hi, I had a CC3000 laying around and planned to try working with that to see how Blink would work for me. Might upgrade if it turns out to be useful, but at this time I am not getting anywhere…
My fellow Blynkers, please STOP whatever you’re doing right NOW and help this man!
He’s a fellow swede for Christ sake! With him, me, and the-not-so-very-active @Fettkeewl & @Jonaa I can see members reaching double digits in no time!
Hej Leif och välkommen till Blynk!
I understand why you don’t want to spend money on new hardware for a simple starter project when your old junk should work. I myself love junk, and are always trying to reuse whatever is laying around. But sometimes… it just doesn’t!
If you search the forum you will find that the CC3000 have caused a lot of headaches over the years, but few success stories. Bad libraries, bad sketches, bad hardware, who knows?! It’s just simply “Blynk unfriendly”!
An ESP-01 doesn’t cost more than (SEK) 99:90 from kjell.com. Even if you later on decide that Blynk wasn’t what you hoped for, I’m sure you will find the ESP-01 useful in other projects.
I did get an ESP-01 but I have not come around to use it yet.
There is an abundance of tutorials on the net for various purposes.
Do you have any recommended tutorial for use of the ESP with Blynk?
This should help you to avoid some of the basic mistakes when setting-up the communication between the board and the ESP-01.
Some wiring diagrams on the net advocate the use of resistors or voltage dividers to convert the 3.3 and 5v logic levels, but in my experience this isn’t necessary.