All Projects → AndruPol → nRF24LE1-sensor

AndruPol / nRF24LE1-sensor

Licence: other
nRF24LE1 remote sensor module, support DHT21/22, DS18B20, photoresistor as light sensor, AES encryption

Programming Languages

c
50402 projects - #5 most used programming language
assembly
5116 projects
Makefile
30231 projects
C++
36643 projects - #6 most used programming language

Projects that are alternatives of or similar to nRF24LE1-sensor

tehybug
Low Power WIFI environmental data trackers based on ESP8266 Module
Stars: ✭ 15 (+0%)
Mutual labels:  smarthome, ds18b20, bme280
CaravanPi
System for measuring and displaying various values in caravans and motor homes, including climate values, filling levels and levelling data. MagicMirror (https://magicmirror.builders/) is used for presentation. A circuit board design is available now
Stars: ✭ 14 (-6.67%)
Mutual labels:  ds18b20, bme280
Periph
Go·Hardware·Lean
Stars: ✭ 1,700 (+11233.33%)
Mutual labels:  ds18b20, bme280
SONOFF-BASIC-firmware
Sonoff Basic firmware; config by browser, OTA, MQTT, DS18B20
Stars: ✭ 19 (+26.67%)
Mutual labels:  firmware, ds18b20
EncrypC
🔑 File Encryption Application using Python.
Stars: ✭ 14 (-6.67%)
Mutual labels:  aes
openwrt-rockchip
OpenWRT Official master source code + CTCGFW & Lean's packages code
Stars: ✭ 197 (+1213.33%)
Mutual labels:  firmware
csak
Cartel Swiss Army Knife for Android devices - easy to use toolkit for Android devices
Stars: ✭ 18 (+20%)
Mutual labels:  firmware
AES
AES for microcontrollers (Arduino & Raspberry pi)
Stars: ✭ 116 (+673.33%)
Mutual labels:  aes
homebridge-konnected
A Homebridge plugin for Konnected Alarm Panel devices
Stars: ✭ 25 (+66.67%)
Mutual labels:  smarthome
vue-apicloud-cli
基于vue的APICloud脚手架
Stars: ✭ 44 (+193.33%)
Mutual labels:  aes
drone-cortexm
ARM® Cortex®-M platform crate for Drone, an Embedded Operating System.
Stars: ✭ 31 (+106.67%)
Mutual labels:  firmware
ctaes
Simple constant-time AES implementation
Stars: ✭ 62 (+313.33%)
Mutual labels:  aes
XPS-17-9700-Ubuntu-Soundfix
A simple script to install the necessary firmware to fix sound output (dummy sound).
Stars: ✭ 19 (+26.67%)
Mutual labels:  firmware
esp32-weather-google-sheets
Weather station based on ESP32 and MicroPython with sending data to Google Sheets
Stars: ✭ 48 (+220%)
Mutual labels:  dht22
dtls
Datagram Transport Layer Security (DTLS) client.
Stars: ✭ 72 (+380%)
Mutual labels:  aes
homebridge-switcheroo
Simple on/off or multiswitch radio buttons for http reqs. Useful for lights, A/V systems, home automation, whatever
Stars: ✭ 38 (+153.33%)
Mutual labels:  smarthome
OtterPill
stm32f072 dev board with arduino nano alike pinout
Stars: ✭ 127 (+746.67%)
Mutual labels:  firmware
switchmate
A python-based command line utility for controlling Switchmate switches
Stars: ✭ 34 (+126.67%)
Mutual labels:  smarthome
yandex-dialogs-smarthome-mqtt
Умный дом Яндекса для MQTT устройств (Sonoff Tasmota и т.п.)
Stars: ✭ 17 (+13.33%)
Mutual labels:  smarthome
weweibuy-framework
基于Springboot 封装的基础组件, 包括: Http请求响应日志,日志脱敏,APM, 加解密,签名(AES,BCrypt,RSA,JWT),数据库脱敏,报文脱敏,下滑线风格URL传参,统一异常处理,feign mock,feign日志,feign报文风格转换,跨应用异常上抛,自动补偿组件,幂等组件,RocketMq客户端
Stars: ✭ 24 (+60%)
Mutual labels:  aes

nRF24LE1-sensor

==============

##nRF24LE1 remote sensor

  • support DHT21/22, DS18B20, BME280, BH1750, photo resistor as light sensor, AES encryption

  • works with my custom nRF24 - MODBUS gateway

  • settings stored in nRF24LE1 NVM memory

based on great project SDK for the Nordic nRF24LE1

#####WARNING: BME280 with AES encryption cause linker error: Insufficient ROM/EPROM/FLASH memory

=== PINOUT ===

P0.1 - LED

P0.3 - Battery voltage ADC value

P0.0 - Photo resistor ADC value

P0.4 - BH1750/BME280 I2C SCL

P0.5 - BH1750/BME280 I2C SDA

P1.4 - DHT21/22

P1.3 - DS18B20

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].