OpenMarine
New OpenPlotter GPIO app available - Printable Version

+- OpenMarine (https://forum.openmarine.net)
+-- Forum: OpenPlotter (https://forum.openmarine.net/forumdisplay.php?fid=1)
+--- Forum: General discussion (https://forum.openmarine.net/forumdisplay.php?fid=2)
+--- Thread: New OpenPlotter GPIO app available (/showthread.php?tid=3029)

Pages: 1 2 3 4 5 6 7 8 9


RE: New OpenPlotter GPIO app available - Sailoog - 2021-05-21

You can play with both suggestions but do not forget to remove changes when the new revision is published. You will not need neither physical resistors (maybe only the 100 ohms suggested by holgerw but it is not required) nor editing the config.txt file.


RE: New OpenPlotter GPIO app available - Lazzz - 2021-05-21

(2021-05-21, 08:37 PM)Sailoog Wrote: You can play with both suggestions but do not forget to remove changes when the new revision is published. You will not need neither physical resistors (maybe only the 100 ohms suggested by holgerw but it is not required) nor editing the config.txt file.

Thanks for the replies but not being very confident with inserting resistors I'll wait for the revision.

This is just something to make life/sailing a little easier along with the whole OpenPlotter project. Many thanks to all the developers.


RE: New OpenPlotter GPIO app available - Sailoog - 2021-05-23

Done. A new version has been published with corrections.

We have also added the first draft for GPIO app to docs with the secrets about pull resistors revealed:

https://openplotter.readthedocs.io/en/latest/gpio/gpio_app.html

Test reports will be appreciated.


RE: New OpenPlotter GPIO app available - Techstyle - 2021-05-24

(2021-05-23, 01:22 PM)Sailoog Wrote: Done. A new version has been published with corrections.

We have also added the first draft for GPIO app to docs with the secrets about pull resistors revealed:

https://openplotter.readthedocs.io/en/latest/gpio/gpio_app.html

Test reports will be appreciated.

document write up looked good.

I wrote up some notes on the ST1 process, I will submit a pull request


RE: New OpenPlotter GPIO app available - farrucho - 2021-06-08

(2021-05-20, 08:21 PM)Sailoog Wrote: New version of OpenPlotter GPIO app available. We go from alpha to beta.
...........

We have fixed the SSL issue and now you can send data from this app to a local SSL Signal K server.

............

Sorry for taking time to reply. Works fine with SSL. Thank you.


RE: New OpenPlotter GPIO app available - Sailoog - 2021-06-08

thanks for reporting!


RE: New OpenPlotter GPIO app available - Lazzz - 2021-06-08

(2021-05-23, 01:22 PM)Sailoog Wrote: Done. A new version has been published with corrections.


Test reports will be appreciated.

If SK is re booted the Digital SK keys for the sensors will not re start on their own.

I need to pretend to Edit one sensor & then they start.


RE: New OpenPlotter GPIO app available - Sailoog - 2021-06-09

(2021-06-08, 10:52 PM)Lazzz Wrote:
(2021-05-23, 01:22 PM)Sailoog Wrote: Done. A new version has been published with corrections.


Test reports will be appreciated.

If SK is re booted the Digital SK keys for the sensors will not re start on their own.

I need to pretend to Edit one sensor & then they start.

I am afraid that is the expected behavior but you do not need to pretend to edit one sensor. After a SK reset when the server is up again the sensor estate will be published only if the state has been changed when the server was down. When the server is up again any change of sensor state will be published too without  editing any setting. If you are experimenting something different that is a bug.

We do not want to send the sensors state every microsecond to the server, just once when the state has changed and this is the minor side effect we have to deal with. Normally you do not reset the server, only when modifying some settings.

does this make sense for you?


RE: New OpenPlotter GPIO app available - Lazzz - 2021-06-09

(2021-06-09, 08:02 PM)Sailoog Wrote: I am afraid that is the expected behavior but you do not need to pretend to edit one sensor. After a SK reset when the server is up again the sensor estate will be published only if the state has been changed when the server was down. When the server is up again any change of sensor state will be published too without  editing any setting. If you are experimenting something different that is a bug.

We do not want to send the sensors state every microsecond to the server, just once when the state has changed and this is the minor side effect we have to deal with. Normally you do not reset the server, only when modifying some settings.

does this make sense for you?

It sure does thank you.

It isn't a drama, I just didn't know if it was working correctly. I also didn't give it time for any sensors to change state before editing the sensor.

Thanks again for your time & effort!! Smile


RE: New OpenPlotter GPIO app available - SCarns - 2021-06-14

I'm not yet into GPIO sensor, but am headed that way. Had a look at the app. Found that everytime I reboot the Pi, it asks me to confirm it in the Setting/Devices pane. Once I give it read/write privileges, its fine until I reboot the Pi again.