Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 1010 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 1010 Bytes

nrf24stuff

Linux configuration

  • Github CLI
  • Avahi-etc: sudo apt-get install avahi-daemon libnss-mdns libnss-mymachines
  • GPIO: sudo usermod -a -G gpio $USER or sudo usermod -a -G dialout $USER
  • sudo usermod -a -G gpio $USER

NRF24 Receiver

NRF 24 Libraries

  • Documentation
  • Download native release from Releases
  • Install package sudo dpkg -i librf24-RPi_1.4.6-1_armhf.deb
  • CMake sudo apt install cmake
  • Install nrf24 library python3 -m pip install pyrf24

Python Dependencies

pip3 install paho.mqtt numpy sudo apt install python3-rpi.gpio

Bedroom Receiver

python3 -m pip install homeassistant-mqtt-binding adafruit-circuitpython-bmp3xx adafruit-circuitpython-sgp30

Study AM2301

python3 -m pip install homeassistant-mqtt-binding adafruit-circuitpython-bmp3xx adafruit-circuitpython-sgp30 adafruit-circuitpython-dht