1

I have an Arduino Uno and a Texas Instruments CC3000 WiFi shield. I need to connect the Arduino to a local network which has no Internet access so that it can send information to a computer also connected to the same local network. I am using a Linksys WRT120N for the local network.

I can't use the Internet access WiFi because it is WPA2 Enterprise which is why I created the local network. Currently the computer is connected to the local network via WiFi.

I have downloaded and installed the correct library but when I run the connection test, it searches for Internet access which doesn't exist and sends back errors.

How do I verify that it is connecting to the local network?

Btw, I have almost no experience coding an Arduino but I have access to people who are proficient; However, they have no experience with a WiFi shield.

Nick Gammon
38.9k13 gold badges69 silver badges125 bronze badges
asked Aug 20, 2015 at 2:29
5
  • Why not modify the connection test to look for a local system instead? Commented Aug 20, 2015 at 2:32
  • Hi Nick, If my answer below doesn't help, please provide the EXACT error message/output, a link to the library, and a copy of your code. Commented Aug 20, 2015 at 3:17
  • 1
    So, I took the arduino home to attempt to connect to my own WPA2 network and for some reason, the serial monitor keeps showing it attempting to connect with the old network name. I have reloaded the code and changed the SSID and password within the code. Here is a link to the library I downloaded. The library zip file download link is at the bottom of the page under documents. sparkfun.com/products/12071 Also, I am using the code provided by the library called connection test. The only things I changed within the code are the SSID name and the password. Commented Aug 20, 2015 at 21:24
  • I don't know how to share my code with all of you because it is too long to place in here. The code is available in the library zip file. Commented Aug 20, 2015 at 21:27
  • Hi Nick. I reviewed the ConnectionTest.ino file and it should be providing some good diagnostic information through the serial port. Have your colleagues show you how to use the Serial monitor. I'd be happy to review the Serial Monitor output if you post it here. Commented Aug 21, 2015 at 0:07

1 Answer 1

1

If you have created your own local network, you may need a DHCP server to give it an IP address, or you will have to configure your Arduino with a static ip. I can't think of a reason why it would need internet access, but it is not uncommon for devices to refer (incorrectly) to connectivity issues on the local network as "internet" issues.

answered Aug 20, 2015 at 3:16

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.