Skip to content

felixcreate/Air-Quality-Arduino

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Arduino firmware for this project

Libraries used:

To use this you must create a "secrets.h" in main/ for your network's SSID and password, and also your MQTT broker address and JWT secret:

#define NETWORK_SSID "SSID"
#define NETWORK_PASS "PASS"
#define MQTT_BROKER IPAddress(0, 0, 0, 0)
#define JWT_SECRET ""

This was only tested on an Arduino Nano 33 IoT, although it should work on any Arduino with a SAMD processor and an wifi/ethernet module or shield that's compatible with the WiFiNINA library.

About

The arduino side of the project

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages