Scanning available networks...
** Scan Networks **
number of available networks:14
[snip]
3) SignalK Signal: -57 dBm Encryption: WPA
[snip]
Attempting to connect to WPA SSID: SignalK
Waiting 1 seconds for network to settle
Attempting to connect to WPA SSID: SignalK
Waiting 1 seconds for network to settle
You're connected to the networkSSID: SignalK
BSSID: [snip]
signal strength (RSSI):-54
Encryption Type:2
IP Address: 10.10.10.204
MAC address: [snip]
Attempting MQTT connection...connected
Subscribing to ... signalk.put
{"self":"D344B1D0","version":"1","vessels":{"D344B1D0":{"uuid":"D344B1D0","environment":{"depth":{"belowTransducer":{"value":10.83,"timestamp":"2016-04-15T17:56:50.000Z","source":{"type":"NMEA0183","sentence":"DBT","label":"signalk/signalk-parser-nmea0183"}}}}}}}$PMTK001,220,3*30
$PMTK001,300,3*33
$PMTK001,314,3*36
$GPGGA,104712.000,5023.2238,N,01545.2436,E,1,07,0.98,84.9,M,44.8,M,,*58
$GPRMC,104712.000,A,5023.2238,N,01545.2436,E,0.21,205.96,250916,,,A*63
Successful GPS fix. Coordinates in D M.M format are:
Latitude: 50 degrees, and 23.22 minutes North.
Longitude: 15 degrees, and 45.24 minutes East.
$GPGGA,104715.000,5023.2238,N,01545.2436,E,1,07,0.98,84.9,M,44.8,M,,*59
$GPRMC,104715.000,A,5023.2238,N,01545.2436,E,0.14,149.20,250916,,,A*62
Sending SignalK Demo...
Failed to publish SignalK Demo
--
You received this message because you are subscribed to a topic in the Google Groups "Signal K" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/signalk/oGtUONASVOE/unsubscribe.
To unsubscribe from this group and all its topics, send an email to signalk+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Hi Brian,
sorry for the delay, this is how MQTT works in openplotter: https://github.com/sailoog/openplotter/issues/113
--
Your JSON is not valid, there is an extra quotation mark after vessels.Before cross posting to multiple places a suspected fault in JSON parser you should validate your input first. It is very much more likely that the input is faulty.
I know, I just got a bit overexcited since this was the first real progress I've had in weeks on this project.
On Wed, Oct 12, 2016 at 6:48 AM, Teppo Kurki <t...@iki.fi> wrote:
Your JSON is not valid, there is an extra quotation mark after vessels.Before cross posting to multiple places a suspected fault in JSON parser you should validate your input first. It is very much more likely that the input is faulty.
--
You received this message because you are subscribed to a topic in the Google Groups "Signal K" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/signalk/oGtUONASVOE/unsubscribe.
To unsubscribe from this group and all its topics, send an email to signalk+u...@googlegroups.com.
--
You received this message because you are subscribed to the Google Groups "Signal K" group.
To unsubscribe from this group and stop receiving emails from it, send an email to signalk+unsubscribe@googlegroups.com.
Another update, and a question about the signalk message content:I am now able to construct and send true signalk deltas, albeit with only a single value per message, based on the example from here: http://signalk.org/specification/master/data_model.htmlMy signalk message now contains, for example:{"context": "vessels.123456789","updates": [{"source": {"device": "/dev/gps001","pgn": "","timestamp": "2016-10-16T16:08:30Z","src": "signalkGPSNodule"},"values": [{"path": "navigation.courseOverGroundTrue","value": 6.1126666}]}]}However, I cannot find the specifications on what the source fields are supposed to contain (apart from timestamp). Can anyone inform me about what "src", "device", and "pgn" are supposed to be in this case, or if they are supposed to be filled in at all in this case?
Hi.I'm new to SignalK, but understand the issues and approve of the approach. I'm researching building inexpensive but reliable (and redundant) boat instruments to take with me on small rental boats, and was looking for a suitable communications protocol between measurement devices and a display. Right now, I have built combined I2C sensor and display units using basic Arduino's and LED displays, and the second project had me connecting a GPS via Arduino to multiple LED display units.Now I'd like to separate the sensors from the displays. Looking at robust packages incorporating as many features as possible, I came across the Arduino MKR1000 https://www.arduino.cc/en/Main/ArduinoMKR1000 which incorporates a power supply unit, processor and wifi module. I ordered one of these to play around with, as this should be sufficient hardware to read out a GPS unit and construct SignalK JSON messages. This is probably within my capabilities.What is not in my capabilities is writing the script to establish communication between the Arduino and the SignalK MQTT server. Has anyone tried writing such a thing for Arduino before?Cheers,Brian.
--
You received this message because you are subscribed to a topic in the Google Groups "Signal K" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/signalk/oGtUONASVOE/unsubscribe.
To unsubscribe from this group and all its topics, send an email to signalk+unsubscribe@googlegroups.com.
Basically yes, although I cant remember off hand if the java server will pre-pend `ip_address.mqtt` to an incoming source. Probably a good idea if it doesnt. This kind of practical issue is why we need to build real devices to use the protocol we define, and refine the protocol as we go to make it properly functional..
--
--
--
You received this message because you are subscribed to the Google Groups "Signal K" group.
To unsubscribe from this group and stop receiving emails from it, send an email to signalk+unsubscribe@googlegroups.com.
--
We have a 508 on order to take apart and cnd will share findings.
To unsubscribe from this group and all its topics, send an email to signalk+u...@googlegroups.com.
130mAh a lot of power draw. Most likely some bad choices for DC/DC converters on the MKR1000 may be?
But you've crossed wires there Brian. The suggestions regarding power consumption is based on a requirement not to run a cable up to a mast head unit. Once you run a cable for power, you might as well run a cable for data. And if you're going to run a cable for data then you might as well forget WiFi and go for a straight forward, soon to be NMEA standard and much more reliable Ethernet connection.
Here's a comparison of BLE, ANT and ZigBee (WiFi doesn't even get a look in):(Note that there are significant difference in wake up for ZigBee 2.4GHz and 900MHz, 900 being almost instantaneous)
--
You received this message because you are subscribed to a topic in the Google Groups "Signal K" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/signalk/oGtUONASVOE/unsubscribe.
To unsubscribe from this group and all its topics, send an email to signalk+unsubscribe@googlegroups.com.