Unable to access Arduino plus Adafruit CC3000 shield from we

For other supported Arduino products from Adafruit: Shields, accessories, etc.

Moderators: adafruit_support_bill, adafruit

Please be positive and constructive with your questions and comments.
Locked
User avatar
jainraje
 
Posts: 9
Joined: Sun Nov 16, 2014 10:12 pm

Unable to access Arduino plus Adafruit CC3000 shield from we

Post by jainraje »

HI All,

My HW configuration is Arduino UNO Rev 3 w/ Adafruit CC3000 shield.

All Adafruit CC3000 examples sketches are successfully working with the exception of the HTTPServer.

Here is serial log:

Hello, CC3000!

Free RAM: 795

Initializing...

Attempting to connect to calypso-gu
Connected!
Request DHCP

IP Addr: 192.168.1.9
Netmask: 255.255.255.0
Gateway: 192.168.1.1
DHCPsrv: 192.168.1.1
DNSserv: 192.168.1.1

NOTE: This sketch may cause problems with other sketches
since the .disconnect() function is never called, so the
AP may refuse connection requests from the CC3000 until a
timeout period passes. This is normal behaviour since
there isn't an obvious moment to disconnect with a server.

Listening for connections...


My web browser (http://192.168.1.9) is unable to connect to the Arduino. My trouble shooting has concluded the "website" (192.168.1.9) is online but isn't responding to connection attempts.

Could someone please help and/or advise what I am missing or need to change to get this working.

I can provide further details, screenshots, etc if any questions or more information is required.

Thank you very much.

Rajeev

User avatar
jainraje
 
Posts: 9
Joined: Sun Nov 16, 2014 10:12 pm

Re: Unable to access Arduino plus Adafruit CC3000 shield fro

Post by jainraje »

HI All,

I was able to get it to partially work by using using a browser on wireless device (iphone) and attaching to same SSID as the Arduino.

Hello, CC3000!

Free RAM: 789

Initializing...

Attempting to connect to calypso-gu
Connected!
Request DHCP

IP Addr: 192.168.1.9
Netmask: 255.255.255.0
Gateway: 192.168.1.1
DHCPsrv: 192.168.1.1
DNSserv: 192.168.1.1

NOTE: This sketch may cause problems with other sketches
since the .disconnect() function is never called, so the
AP may refuse connection requests from the CC3000 until a
timeout period passes. This is normal behaviour since
there isn't an obvious moment to disconnect with a server.

Listening for connections...
Client connected.
Processing request
Action: GET
Path: /
Client disconnected



Interestingly a browser on a wired computer on the same IP network is not able to connect to the Arduino HTTPSever.

I need to look at my router settings and may need to adjust.

Thank you,
--Rajeev

User avatar
Franklin97355
 
Posts: 23938
Joined: Mon Apr 21, 2008 2:33 pm

Re: Unable to access Arduino plus Adafruit CC3000 shield fro

Post by Franklin97355 »

Let's keep this in one thread. Continue this in the post you have in Arduino Shields forum.

Locked
Please be positive and constructive with your questions and comments.

Return to “Other Arduino products from Adafruit”