Skip to content

Temperature and humidity measuring project for our cottage. Three sender modules and one receiver. Using nRF24L01+ modules to transfer data.

Notifications You must be signed in to change notification settings

eidetech/Temperature-humidity-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Temperature & humidity project

Temperature and humidity measuring project for our cottage. Three sender modules and one receiver. Using nRF24L01+ modules to transfer data.

All TX's have their own id, and send data to the RX when they wake up every 7 minutes (for now). The RX will know which TX is which by it's id, and display the received data on a TFT screen.

Libraries used:

#include <dht.h>

#include <SPI.h>

#include "nRF24L01.h"

#include "RF24.h"

#include "printf.h"

#include <avr/power.h>

#include "LowPower.h"

About

Temperature and humidity measuring project for our cottage. Three sender modules and one receiver. Using nRF24L01+ modules to transfer data.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages