![]() |
OpenPlotter 2 roadmap - 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: OpenPlotter 2 roadmap (/showthread.php?tid=1992) |
RE: OpenPlotter 2 roadmap - verkerkbr - 2019-12-10 Hi Sailoog, what I'am still missing is the switch to put the screen saver to off. I can simply install a screen saver and after installing it I can switch this to off. That works without problems. But you recommendation is to not install a screen saver. But the option in OpenPlotter is not yet working. Regards, Bram RE: OpenPlotter 2 roadmap - Sailoog - 2019-12-10 (2019-12-10, 10:26 AM)verkerkbr Wrote: Hi Sailoog, This is already fixed in github and it will be included in next openplotter-settings app update with other improvements and fixes. RE: OpenPlotter 2 roadmap - Max1947 - 2019-12-16 (2019-09-14, 06:33 PM)Sailoog Wrote: OpenPlotter 2 is in beta stage. Now OP consists of independent applications. For the first time, we open the door to the entire Debian family and even to other hardware. However, the most interesting applications remain exclusive for Raspberry. Hi Sailoog, nice work. Reporting: after upgrading to 2.0.18 beta, in OP Setting, the I2C app no longer opens and in the OP Network no more Addresses and Ports opens. Serial is finally operational !!! Grando! Congratulations again. ![]() ![]() RE: OpenPlotter 2 roadmap - Sailoog - 2019-12-17 (2019-12-16, 10:32 PM)Max1947 Wrote: Hi Sailoog, nice work. Reporting: after upgrading to 2.0.18 beta, in OP Setting, the I2C app no longer opens and in the OP Network no more Addresses and Ports opens. Serial is finally operational !!! Grando! Congratulations again. Ops, sorry I forgot to say that you should remove any previous defined I2C connection before updating openplotter-12c. If you have already installed it go to /home/pi/.openplotter/openplotter.conf and remove all under [I2C] tag. Save and try again. I2C should work and probably openplotter-network issue will be fixed too. Please report. The technical explanation: we have changed the way we keep config settings from python arrays to python dictionaries. Using dictionaries makes easier changing things in the future without breaking anything but we have to break things now because we are in beta stage. New images and NOOBS files today. RE: OpenPlotter 2 roadmap - glowntiger - 2019-12-17 (2019-12-17, 11:04 AM)Sailoog Wrote: The technical explanation: we have changed the way we keep config settings from python arrays to python dictionaries. Using dictionaries makes easier changing things in the future without breaking anything but we have to break things now because we are in beta stage. Hi Sailoog, do you change that directly in the config.py or do I have something to change the way I read/write the config? RE: OpenPlotter 2 roadmap - Sailoog - 2019-12-17 (2019-12-17, 12:02 PM)glowntiger Wrote:(2019-12-17, 11:04 AM)Sailoog Wrote: The technical explanation: we have changed the way we keep config settings from python arrays to python dictionaries. Using dictionaries makes easier changing things in the future without breaking anything but we have to break things now because we are in beta stage. This change does not affect you. Nothing changed to read/write the config file. You are using arrays to save your data and this will keep working, if you want to switch to dictionaries you can too. It is easier because with awways you have to deal with items positions (data[0]) but with a dictionary you can refer items with keys and it makes easier to add or remove items (data['mykey']) RE: OpenPlotter 2 roadmap - Sailoog - 2019-12-17 New images and NOOBS files available: http://forum.openmarine.net/showthread.php?tid=1992&pid=10280#pid10280 Now working on pypilot and moitessier HAT and then we will publish the final release candidate. We need translators now: https://crowdin.com/project/openplotter Thanks! RE: OpenPlotter 2 roadmap - Latitude - 2019-12-17 Please provide instructions on how to get Daisy Hat working with Raspberry Pi 4 and OpenPlotter v2.0. What are the serial configurations needed to use the hat plugged into the R Pi 4 GPIO? RE: OpenPlotter 2 roadmap - Sailoog - 2019-12-17 (2019-12-17, 06:20 PM)Latitude Wrote: Please provide instructions on how to get Daisy Hat working with Raspberry Pi 4 and OpenPlotter v2.0. What are the serial configurations needed to use the hat plugged into the R Pi 4 GPIO? Unfortunately we do not have any Daisy Hat to test. Could you provide details about it? RE: OpenPlotter 2 roadmap - Sailoog - 2019-12-17 (2019-12-17, 06:20 PM)Latitude Wrote: Please provide instructions on how to get Daisy Hat working with Raspberry Pi 4 and OpenPlotter v2.0. What are the serial configurations needed to use the hat plugged into the R Pi 4 GPIO? Try this: - Install and open "Serial" app. - Click on UART button, accept and reset. - Open again Serial app and you should see a new device in the list: ttyS0 - Select this device and provide an alias "daisy" and select NMEA 0183. - click Apply - Then go to "Connections" tab, select the device and click on "Add to signal K" - Select 38400 bauds and click "Auto". - Signal K will restart and you are done. You should get data in SK. From Daisy page: Note: On the Raspberry Pi 3 and 4, UART0 is occupied by the built-in Bluetooth radio. Bluetooth may not be available when using the dAISy HAT. |