4.3 - Fez Cobra II WiFi

Fez Cobra II WiFi
In 4.2 the premium libraries were used for WiFi, as described here.
https://www.ghielectronics.com/docs/48/fez-cobra-ii-developer

How do you use the embedded WiFi on the Fez Cobra II using the new 4.3 libraries?
This code obviously does not work.


 wifi = new WiFiRS9110(Microsoft.SPOT.Hardware.SPI.SPI_module.SPI2, GHI.Pins.G120.P1_10, GHI.Pins.G120.P2_11, GHI.Pins.G120.P1_9, 4000);
if (!wifi.Opened){ wifi.Open()};
wifi.Join("***SSID***", "***phrase***");

… will copy complete code later today :wink:

1 Like

@ sandy - The examples on https://www.ghielectronics.com/docs/30/networking should get you going.

1 Like

Great. Thanks Guys. It worked on the first try :smiley:
Now one more silly question… for you smart people.

How do you specify a client name for the device?