WiFi Shield

From Visuino
Revision as of 10:41, 9 June 2022 by Visuino (talk | contribs) (Created page with "Image:TArduinoRemoteWiFiAccessPoint.png == Summary == {{:Summaries:Summary WiFi Shield}} == Description == Add this element to the Arduino Shields to control an WiFi Shield. == Used By == *Arduino Board.Shields - {{:Summaries:Summary Arduino Board.Shields}} == Properties == *AccessPoints - {{:Summaries:Summary WiFi Shield.AccessPoints}} *Sockets - {{:Summaries:Summary WiFi Shield.Sockets}} *TArduinoBasicN...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Summary

WiFi Shield element

Description

Add this element to the Arduino Shields to control an WiFi Shield.

Used By

Properties

  • AccessPoints - Specifies the Remote WiFi Access Points to connect to
  • Sockets - Specifies the sockets of the WiFi Shield
  • IPAddress - Specifies the IPV4 IP Address of the Shield
  • Enabled - Enables or Disables the shield

Pins

  • ScanNetworks - The Scan Network clock input pin of the WiFi Shield
  • FoundSignalStrength - Return the RSSI /Received Signal Strength in dBm) of the the network discovered during the scan.
  • FoundSSID - Return the SSID of the the network discovered during the scan.
  • Address - Returns the Local IP Address
  • MAC - Returns the Local MAC Address
  • SignalStrength - Return the current RSSI /Received Signal Strength in dBm) associated with the network
  • BSSID - Returns the BSSID - MAC address of the Access Point
  • GatewayIP - Returns the Gateway IP Address
  • SubnetMaskIP - Returns the IP Address Mask
  • CheckSignalStrength - The Check Signal Strength Clock Event Input pin of the component