Hello this is my first post here, please forgive the mistakes
So I want to do a network of sensors (it will be up to 6 or maybe even 100) based on:
-RF24L01
-pro mini atmega328p
-DS18d20
- TMRh20 libraries
They will send their measurements to the main receiver every 1min, arduino uno atmega328p
My question is whether it is possible or you have some pages where there is something more about it. how to do it?
Because assuming that the sensor will be sleeping, he will wake up for 10ms, send a measurement and go to sleep again.
This RF24L01 has 6 possible ports to read at one time 6 * (minute [ms] / 10ms) = 6 * (60000/10) = 36,000 measurements per minute.
So it is theoretically possible to handle these 100 sensors.
Only just nw how to get on it from the programming side
I found this only is C and not arduino IDE unless (nRF24 Multi-Network – Allowing for 255 addresses « insideGadgets)
I will add that the data from these sensors wants to write probably on the SD card of this main receiver
If you have any other ideas on how you could do it or what other interface to use, I would be very grateful for every clue.
Thank you in advance for every reply