Hello,
I am interfacing some chips + sensors to wirelessly communicate to an nRF24L01 connected to an arduino nano which is pluged via USB to a computer.
This nRF24L01+ arduino would receive an array of maybe 6 numbers between 0 and 1000, about 30 times / second.
I was considering buying 3 nRF52832's and powering them with coin cell batteries.
I was wondering:
- Can several nRF52832's communicate to the nRF24L01+ ?
- Do the SPI libraries for arduino for nRF24L01 work for the nRF52832?
- How much would a nRF52832 last transmitting with a 500mAh coin cell ? the only number I have in mind is 10 mA consumption, which gives me 50h.
- Is this the right hardware/approach?
Any advice is greatly appreciated!