Skip to content

Repository containing a prototype version of the CIN project for small data delivery using MQT.

Notifications You must be signed in to change notification settings

NAU-IoT/D1Mini_prototype

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Repository for a D1Mini pro prototype for the Northern Arizona University Internet of Things (IoT) lab.

Authors Akiel Aries

Introduction

This repository contains code that transmits values read from a BME280 and published via MQTT to an Instance of InfluxDB hosted on an RPI 4. The D1Mini acts as a publishing device while the RPI acts as a subsriber and listens on port 1883.

D1Mini_proto

(MQTT publish code currently decoupled from main())

Folder contains a rough sketch on sending values read from the BME280 and publishing the data through the ESP module located on the D1 mini dev board via MQTT. The data is then sent into an instance of InfluxDB hosted on a Raspberry Pi 4.

MQTT

Folder contains rough sketch of how values will be transmitted from the host microcontroller(D1 Mini Pro) to the raspberry pi that will store these values in JSON format using python.

Schematic

D1Mini IoT Lab_schematic_v0 with KiCad

Dependencies

Todo

Build

Explain how to build this project. Want this to be executed with running docker only

Clone the repository and build from the Dockerimage:

$ cd climate_indicator_proj
$ docker build --rm -t climate_indicator_proj .

Todo:

How to Contribute to this project...

Todo:

About

Repository containing a prototype version of the CIN project for small data delivery using MQT.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published