Return to site

Arduino wifi template for multisim

broken image

* * Created by * * This example code is in the public domain * * Tutorial page: */ # include const char ssid = 'YOUR_WIFI_SSID' // change your network SSID (name) const char pass = 'YOUR_WIFI_PASSWORD' // change your network password (use for WPA, or use as key for WEP) WiFiClient client int status = WL_IDLE_STATUS int HTTP_PORT = 80 String HTTP_METHOD = 'GET' // or POST char HOST_NAME = '' String PATH_NAME = '/trigger' void setup() // connect to web server on port 80: if(client. Use your Arduino Uno WiFi on the Arduino Desktop IDE.

broken image