Results 1 to 3 of 3

Thread: Arduino VB Set WiFi Network SSID and Password...

  1. #1
    New Member
    Join Date
    Sep 12
    Posts
    2

    Arduino VB Set WiFi Network SSID and Password...

    Anyone know how to programmatically set the Arduino network SSID and password using a serial port and button_click event? Thanks in Advance... Trying to build a portable wifi sensor/meter that can be changed to differing personal networks using vb by a end-user.

  2. #2
    PowerPoster
    Join Date
    Jul 06
    Location
    Maldon, Essex. UK
    Posts
    5,155

    Re: Arduino VB Set WiFi Network SSID and Password...

    You'll need to establish Serial Communications between the device and the PC. It's then a fairly simple matter to send the appropriate information (eg SSID, key) from the PC to the device which would then acces the WiFiLibrary (probably WiFi.begin(SSID, keyindex, key); (see: http://arduino.cc/en/Reference/WiFiBegin)

  3. #3
    New Member
    Join Date
    Sep 12
    Posts
    2

    Re: Arduino VB Set WiFi Network SSID and Password...

    Ok. Sounds easy enough. Thank you.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •