03-16-2017 06:57 AM - edited 03-16-2017 06:59 AM
I have a project to monitor the enviroment use a gas sensor and RF module.
How to read sensor value with arduino + RF 433 MHz module?
The schematic :
Sensor > Arduino+Battery > 433 MHz transmitter
433 MHz receiver > Arduino+PC> LabView
Is that possible? Thanks 🙂
05-03-2017 08:50 AM
It should be possible, the main task will be the RF data transmission but it shouldn't be a big issue. Arduino communication with the sensor and its connection with Labview should be easy.
05-03-2017 09:27 AM
@Robertoalves wrote:
I have a project to monitor the enviroment use a gas sensor and RF module.
How to read sensor value with arduino + RF 433 MHz module?
The schematic :
Sensor > Arduino+Battery > 433 MHz transmitter
433 MHz receiver > Arduino+PC> LabView
Is that possible? Thanks 🙂
Sure, anything is possible...
Chances are the 433Mhz transceivers are "transparent" and act like a wired serial connection once set up so it will be quite easy to send one single sensor data to a computer.