Skip to content

hansvana/CMDWifi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CMDWifi

Simple wrapper to send a repeating HTTP request to a server.

Not intended for general use!

While this wrapper could be easily adapted for use with any webserver, it was written for an introductory class about the Internet of Things, to connect to a specially written Node.js server. Be warned.

Requirements:

  • ARDUINO UNO WiFi REV2
  • WiFiNINA library

Getting started

  • Install the WiFiNINA library using the Library Manager.
  • Download the Source Code (zip) from this link, and unzip it in your Documents/Arduino/libraries folder
  • (Re)launch your Arduino IDE and open one of the CMDWifi examples.
  • Insert the settings you were given by your instructor.