|
-
Sep 9th, 2012, 09:01 PM
#1
Thread Starter
New Member
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.
-
Sep 9th, 2012, 11:31 PM
#2
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)
-
Sep 10th, 2012, 06:37 AM
#3
Thread Starter
New Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|