Hello to all!
Finally I select NRF24L01 transceiver to make 2 sensors wireless.
A. FSR SENSOR
1. FSR sensor with Analog out, is connected to A2 Analog IN on a PIC12F1822 that connected to NRF24L01 module (SPI). That works as transmitter.
2. Another PIC12F1822 is connected to a second NRF24L01 module(SPI) that works as receiver. Analog out at pin A0.
B. MAX30100 heart rate SENSOR
1. MAX30100 module is connected to PIC16F1847 (I2C IN ), and that MCU is connected with NRF24L01 module (SPI)..That works as transmitter.
2. Another PIC16F1847 is connected to a second NRF24L01 module (SPI), and received data from MAX30100 are at pins B2, B5 ( I2C). That works as receiver.
I made some demo codes for 2 pairs to make some tests . I have no sensors data to receivers..I was checked hardware for errors , I was changed NRF, but I have no data..Any idea about errors in below codes?
Many thanks
Basil
CONVERT SENSORS TO WIRELESS WITH NRF24L01
-
- Posts: 120
- http://meble-kuchenne.info.pl
- Joined: Tue Dec 13, 2022 9:04 pm
- Has thanked: 31 times
- Been thanked: 2 times
CONVERT SENSORS TO WIRELESS WITH NRF24L01
- Attachments
-
- DEMO CODES-WIRELESS SENSORS.zip
- (13.26 KiB) Downloaded 304 times