Hello guys!
I want to trasmit state of three signals through RF (10m distance) - power, fault1, fault2 indicated by leds. Transmitter - powered from 12VDC, receiver - led for each signal indication, battery powered let's say CR2032, or AAA battery or some small li-po.
My initial thought was to use those chinese simple 4ch modules running on 433mhz (SCT2260), but they introduce delay on the incoming signal, hundreds of ms. What is more, the power signal is transmitted almost all the time, so no other signal could be transmitted at the same time. However, I could opt out of using the power signal and live with the delays, but I started looking for a better solution.
My second thought was using microcontroller, some simple STM32 or ATMEGA with the nrf24l01 module. Would this allow for pairing the modules with some single button if I needed to use a couple of them in closer distance? Would this allow for transmitting multiple signals and reduce delay? I'm not sure if microcontroller is needed with this simple application for just transmitting three signals.
Any other solutions? I'm open for your suggestions.
Thank you!
I want to trasmit state of three signals through RF (10m distance) - power, fault1, fault2 indicated by leds. Transmitter - powered from 12VDC, receiver - led for each signal indication, battery powered let's say CR2032, or AAA battery or some small li-po.
My initial thought was to use those chinese simple 4ch modules running on 433mhz (SCT2260), but they introduce delay on the incoming signal, hundreds of ms. What is more, the power signal is transmitted almost all the time, so no other signal could be transmitted at the same time. However, I could opt out of using the power signal and live with the delays, but I started looking for a better solution.
My second thought was using microcontroller, some simple STM32 or ATMEGA with the nrf24l01 module. Would this allow for pairing the modules with some single button if I needed to use a couple of them in closer distance? Would this allow for transmitting multiple signals and reduce delay? I'm not sure if microcontroller is needed with this simple application for just transmitting three signals.
Any other solutions? I'm open for your suggestions.
Thank you!