cmagagna / CC3000Patch

An Arduino sketch to upgrade a TI CC3000 WiFi module to the latest firmware
18 stars 2 forks source link

CC3000 stuck at the initializing #8

Open ritikadhyawala opened 10 years ago

ritikadhyawala commented 10 years ago

I am using Arduino Uno. For the command option 0, It gets stuck at Initializing the hardware.

cmagagna commented 10 years ago

Hi,

Have you verified the wiring is correct? That's the most likely cause of problems.

Can you run this program on your Uno, it does some basic tests to make sure the CC3000 and Arduino can communicate via SPI:

https://github.com/cmagagna/ArduinoCC3000Test

Chris

On 4/5/2014 2:42 AM, ritikadhyawala wrote:

I am using Arduino Uno. For the command option 0, It gets stuck at Initializing the hardware.

— Reply to this email directly or view it on GitHub https://github.com/cmagagna/CC3000Patch/issues/8.

ritikadhyawala commented 10 years ago

Hi Chris,

I ran the basic tests and all tests were passed. So i guess the connections are fine. My cc3000 firmaware version is 1.10.

I was able to connect to the internet using the example code (WebClient) in AdafruitCC3000 library but I was not able to make socket connection with the server. Therefore, I thought of doing a patch of firmware on cc3000. It was then when it got stuck at initiallizing the hardware. Is there anything else I must do?