Skip to content

Latest commit

 

History

History
executable file
·
10 lines (9 loc) · 434 Bytes

README.md

File metadata and controls

executable file
·
10 lines (9 loc) · 434 Bytes

IOT: Embedded Linux

What will it do:

  • PIR sensor connected to a RP2040.
  • Send data from a RP2040 using a nRF20L01 module to a Rpi when movement is detected by the PIR sensor.
  • Receive the data on the Rpi with another nRF20L01 module.
  • Database entry with a timestamp of the moment the data was received.
  • Web-GUI to see all database entries.
  • Possibilty to send data to the RP2040. (Specific for the project)