This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm whether you accept or reject these cookies being set.

A cookie will be stored in your browser regardless of choice to prevent you being asked this question again. You will be able to change your cookie settings at any time using the link in the footer.

Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
OpenPlotter v2.x.x is coming!!
#41
Surprise, yesterday, the foundation lauched RPi 4 , together with a new Raspbian : Buster  Exclamation
Raspian even anticipated the Debian Buster validation, only foreseen in a month or two  !

Well, new raspbian means new OP Version isn't it ? 
You guys in the dev team will  be rather busy nowdays ...

Take Courrage ! or take your favorite beer !

We are with you and  will support your choices ! Smile
Cordialement
Didier B
Pi4, SSD USB3, OP 3.0 Touch SK 3.2.1 OpenCPN  5.8.4 :  Thank you  Thank you  Thank you


Reply
#42
(2019-06-25, 12:23 PM)Didier B Wrote: Surprise, yesterday, the foundation lauched RPi 4 , together with a new Raspbian : Buster  Exclamation
Raspian even anticipated the Debian Buster validation, only foreseen in a month or two  !

Well, new raspbian means new OP Version isn't it ? 
You guys in the dev team will  be rather busy nowdays ...

Take Courrage ! or take your favorite beer !

We are with you and  will support your choices ! Smile

http://forum.openmarine.net/showthread.php?tid=1855
Reply
#43
Regarding SMS removal, I'm sad to see it go! Especially in the fun sailing destinations far away, roaming internet is very expensive or not possible at all. Even in Germany, I'm often in areas where internet is not available, but SMS work.
SMS is still the best as the critical warning format, like boat at anchor drifting, bilge alarm, ...

Cheers for all the amazing work, looking 4ward to Pi4 release!
Reply
#44
It seems that this a popular request so we will have to do something, f....g democracy Tongue 

Actions in openplotter 2 are managed by node-red so SMS should be managed by node-red too. The problem is that I do not  find any module that does not require internet twilio.
Any clue?
Reply
#45
sailoog
this might help assuming tethered phone will take AT commands

Code:
[{"id":"797c262e.2c5518","type":"ui_form","z":"2060cb2f.c779d4","name":"Get Input","label":"","group":"770d6fa.1e1229","order":0,"width":"0","height":"0","options":[{"label":"Number","value":"number","type":"number","required":true},{"label":"Message","value":"message","type":"text","required":true}],"formValue":{"number":"","message":""},"payload":"","topic":"","x":107,"y":152,"wires":[["f9d2c605.320188","216dfd45.c35812","d493348b.938738"]]},{"id":"f9d2c605.320188","type":"function","z":"2060cb2f.c779d4","name":"Send 'To' Number","func":"var num = msg.payload.number;\nvar at_cmd = \"AT+CMGS=\\\"\"+num+\"\\\"\"; \n\nmsg.payload=at_cmd+\"\\r\";\n//msg.payload.msg =msg.payload.message;\n\nreturn msg;","outputs":"1","noerr":0,"x":415,"y":105,"wires":[["dc0e90fe.66132"]]},{"id":"dc0e90fe.66132","type":"serial out","z":"2060cb2f.c779d4","name":"Serail-Out","serial":"93485f7d.0073f","x":805,"y":45,"wires":[]},{"id":"c3fbfb60.4900d8","type":"function","z":"2060cb2f.c779d4","name":"Send Message","func":"var sms_msg = msg.payload.message;\n\nmsg.payload=sms_msg+\"\\x1A\";\n//msg.payload.msg =msg.payload.message;\n\nreturn msg;","outputs":1,"noerr":0,"x":470,"y":422,"wires":[["dc0e90fe.66132"]]},{"id":"216dfd45.c35812","type":"delay","z":"2060cb2f.c779d4","name":"Wait for > prompt","pauseType":"delay","timeout":"5","timeoutUnits":"seconds","rate":"1","nbRateUnits":"1","rateUnits":"second","randomFirst":"1","randomLast":"5","randomUnits":"seconds","drop":false,"x":292,"y":360,"wires":[["c3fbfb60.4900d8"]]},{"id":"d493348b.938738","type":"delay","z":"2060cb2f.c779d4","name":"","pauseType":"delay","timeout":"1","timeoutUnits":"seconds","rate":"1","nbRateUnits":"1","rateUnits":"second","randomFirst":"1","randomLast":"5","randomUnits":"seconds","drop":false,"x":344,"y":273,"wires":[["abd26de3.852c3"]]},{"id":"abd26de3.852c3","type":"function","z":"2060cb2f.c779d4","name":"Write newline","func":"msg.payload=\"\\r\\n\";\nreturn msg;","outputs":1,"noerr":0,"x":513,"y":256,"wires":[["dc0e90fe.66132"]]},{"id":"6b7a2b6a.740544","type":"serial in","z":"2060cb2f.c779d4","name":"Serial-In","serial":"93485f7d.0073f","x":836,"y":199,"wires":[["8d7199e9.55e978"]]},{"id":"8d7199e9.55e978","type":"debug","z":"2060cb2f.c779d4","name":"","active":true,"console":"false","complete":"false","x":864,"y":389,"wires":[]},{"id":"770d6fa.1e1229","type":"ui_group","z":"","name":"SMS","tab":"7f142395.74446c","order":1,"disp":true,"width":"6"},{"id":"93485f7d.0073f","type":"serial-port","z":"","serialport":"/dev/ttyUSB0","serialbaud":"115200","databits":"8","parity":"none","stopbits":"1","newline":"\\n\\r","bin":"false","out":"char","addchar":false},{"id":"7f142395.74446c","type":"ui_tab","z":"","name":"SMS","icon":"dashboard"}]

https://maker.pro/raspberry-pi/tutorial/...-node-red/
Reply
#46
(2019-07-05, 08:25 PM)jim321 Wrote: sailoog
this might help assuming tethered phone will take AT commands

Code:
[{"id":"797c262e.2c5518","type":"ui_form","z":"2060cb2f.c779d4","name":"Get Input","label":"","group":"770d6fa.1e1229","order":0,"width":"0","height":"0","options":[{"label":"Number","value":"number","type":"number","required":true},{"label":"Message","value":"message","type":"text","required":true}],"formValue":{"number":"","message":""},"payload":"","topic":"","x":107,"y":152,"wires":[["f9d2c605.320188","216dfd45.c35812","d493348b.938738"]]},{"id":"f9d2c605.320188","type":"function","z":"2060cb2f.c779d4","name":"Send 'To' Number","func":"var num = msg.payload.number;\nvar at_cmd = \"AT+CMGS=\\\"\"+num+\"\\\"\"; \n\nmsg.payload=at_cmd+\"\\r\";\n//msg.payload.msg =msg.payload.message;\n\nreturn msg;","outputs":"1","noerr":0,"x":415,"y":105,"wires":[["dc0e90fe.66132"]]},{"id":"dc0e90fe.66132","type":"serial out","z":"2060cb2f.c779d4","name":"Serail-Out","serial":"93485f7d.0073f","x":805,"y":45,"wires":[]},{"id":"c3fbfb60.4900d8","type":"function","z":"2060cb2f.c779d4","name":"Send Message","func":"var sms_msg = msg.payload.message;\n\nmsg.payload=sms_msg+\"\\x1A\";\n//msg.payload.msg =msg.payload.message;\n\nreturn msg;","outputs":1,"noerr":0,"x":470,"y":422,"wires":[["dc0e90fe.66132"]]},{"id":"216dfd45.c35812","type":"delay","z":"2060cb2f.c779d4","name":"Wait for > prompt","pauseType":"delay","timeout":"5","timeoutUnits":"seconds","rate":"1","nbRateUnits":"1","rateUnits":"second","randomFirst":"1","randomLast":"5","randomUnits":"seconds","drop":false,"x":292,"y":360,"wires":[["c3fbfb60.4900d8"]]},{"id":"d493348b.938738","type":"delay","z":"2060cb2f.c779d4","name":"","pauseType":"delay","timeout":"1","timeoutUnits":"seconds","rate":"1","nbRateUnits":"1","rateUnits":"second","randomFirst":"1","randomLast":"5","randomUnits":"seconds","drop":false,"x":344,"y":273,"wires":[["abd26de3.852c3"]]},{"id":"abd26de3.852c3","type":"function","z":"2060cb2f.c779d4","name":"Write newline","func":"msg.payload=\"\\r\\n\";\nreturn msg;","outputs":1,"noerr":0,"x":513,"y":256,"wires":[["dc0e90fe.66132"]]},{"id":"6b7a2b6a.740544","type":"serial in","z":"2060cb2f.c779d4","name":"Serial-In","serial":"93485f7d.0073f","x":836,"y":199,"wires":[["8d7199e9.55e978"]]},{"id":"8d7199e9.55e978","type":"debug","z":"2060cb2f.c779d4","name":"","active":true,"console":"false","complete":"false","x":864,"y":389,"wires":[]},{"id":"770d6fa.1e1229","type":"ui_group","z":"","name":"SMS","tab":"7f142395.74446c","order":1,"disp":true,"width":"6"},{"id":"93485f7d.0073f","type":"serial-port","z":"","serialport":"/dev/ttyUSB0","serialbaud":"115200","databits":"8","parity":"none","stopbits":"1","newline":"\\n\\r","bin":"false","out":"char","addchar":false},{"id":"7f142395.74446c","type":"ui_tab","z":"","name":"SMS","icon":"dashboard"}]

https://maker.pro/raspberry-pi/tutorial/...-node-red/

This sounds promising, thanks jim, I will try.
Reply
#47
Has a disk image of open plotter 2.0 been launched yet?

Also did I read correctly that vs 1.2x won’t run in the Rpi 4


Sent from my iPhone using Tapatalk
Reply
#48
not yet, the RPi4/Raspbian buster caught us in the middle of development of OP 2 and we have to adjust some things. Here the road map: https://github.com/sailoog/openplotter/projects/4

openplotter 1.x.x does not work in RPI4 because it is based on Raspbian Strech and you need the current Raspbian Buster to use a RPi4. Openplotter 2 is based on Raspbian Buster and it can be ran in RPi 4, 3 and even 2.
Reply
#49
So how do I install openplotter 2 on Raspbian Buster (pi 4)?

do I use the new https://github.com/openplotter/openplotter ? (code looks old)
I tried clonning it and running but no real luck
Reply
#50
(2019-07-31, 04:01 PM)xslim Wrote: So how do I install openplotter 2 on Raspbian Buster (pi 4)?

do I use the new https://github.com/openplotter/openplotter ? (code looks old)
I tried clonning it and running but no real luck



"how do I install openplotter 2 on Raspbian Buster (pi 4)?"
you don't
you will have wait till its released like the rest of us
https://github.com/sailoog/openplotter/p...d-23705456


first will be a beta, then a RC "release candidate" ,then a stable release.so it wont be ready for a pi4 until at least the beta.
Reply


Forum Jump:


Users browsing this thread: 3 Guest(s)