TeamWinging / cube-arduino

0 stars 0 forks source link

Connecting wifi module to AP #1

Open batista opened 8 years ago

batista commented 8 years ago

We need to have the wifi module connecting to the internet and being able to ping a url

batista commented 8 years ago

with the initial script that @ianjenkinssem had set available, it didn't connect to the Access Point (AP). we then used this instructables tutorial and using the terminal (serial monitor) we were able to connect it.

Steps used (from step 3 in the tutorial):

  1. AT+CWMODE=1 to set the module to client only
  2. AT+RST to reset
  3. AT+CWLAP to see the list of AP available
  4. AT+CWJAP="SSID","password"
  5. AT+CIFSR and outputs the IP address