Skip to content

gearhead10/node-mcu-mongodb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

node-mcu-mongodb

Alpha proyect v0.1.2

DESCRIPCIÓN

-- Proyecto para conectar broker + NodeMCU ESP8266 WiFi para envío de datos obtenidos desde sensores de humedad y temperatura hacia una base de datos NoSQL MongoDB utilizando clusteres y datos en JSON.

DESCRIPTION

-- Project to connect broker + NodeMCU ESP8266 WiFi to send data obtained from humidity and temperature sensors to a NoSQL MongoDB database using clusters and JSON data.

FUNCIONAMIENTO

  • Instalar librerías de Arduino.
  • Llenar los campos marcados de credenciales y conexiones.
  • Instalar dependecias de NodeJs para correr el servicio del servidor de Express.
  • La información se muestra en el "Index.ejs" del directorio "Views".

OPERATION

  • Install Arduino libraries.
  • Fill in the marked credentials and connections fields.
  • Install NodeJs dependencies to run the Express server service.
  • The information is displayed in the "Index.ejs" in the "Views" directory.

## logs ##

  1. 02/06/2023

--SPANISH-- ✓ Conexión a Broker correcta. ✓ Conexión del ESP8266 a la red WiFi establecida. ✓ Envío de datos de sensores hacia Broker correcta. ✓ Creación de doc JSON con los datos de cada sensor.

--ENGLISH-- ✓ Correct Broker connection. ✓ Connection of the ESP8266 to the established WiFi network. ✓ Sending sensor data to Broker correct. ✓ Creation of JSON doc with the data of each sensor.

-- TO BE FIXED --

  • Conexión HTTPs hacia el cluster de MongoDB Atlas. | HTTPs connection to the MongoDB Atlas cluster.
  • Actualización en tiempo real de los datos obtenidos desde el JSON del cluster hacia NodeJs. | - Real-time update of the data obtained from the cluster JSON to NodeJs.

About

Alpha proyect

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors