dnp3 / rpi-dnp3-gpio

Example project that interfaces opendnp3 with the Raspberry PI's GPIO pins
Apache License 2.0
11 stars 8 forks source link

How to use this software? #6

Open EduardoRonchi opened 2 years ago

EduardoRonchi commented 2 years ago

Hello, I have some doubts on how to use this application. I have an Raspberry Pi and a thermographic sensor (FLIR Lepton 3.5). I want to send temperature values via DNP3 to my master (windows 10 notebook). In my Raspberry Pi I will run ./rpi-dnp3-gpio ../default.ini and I will have to write the analog value from my thermal sensor to the Raspberry Pi GPIO ports with another program, right? Thins other program may be independet of DNP3, correct?

Than in my master I will run a DNP3 master polling data from the Raspberry Pi? For the master part I will use opendnp3 repository?

Thanks in advance!