MatthiasCAlbrecht

Results 8 comments of MatthiasCAlbrecht

Good morning Petr, thanks for your help. You were right. When I could not get the device to respond I changed to value of Initial RX2 Freq to 863. I...

of course: ssh [email protected] tail /var/log/lorawan-server/debug.log 2020-02-01 09:28:00.796 [warning] @lorawan_backend_factory:send_to_connectors:179 Message not sent to any connector 2020-02-01 09:28:00.997 [info] device BC9740FFFE1065FB {join,} 2020-02-01 09:28:00.998 [warning] node 022CDE41 {repeated_reset,41} 2020-02-01 09:28:00.999...

Good evening Petr, I really appreciate your prompt help and was sad when I left the house for today's business. I did not know, that the warning you copied means...

Good evening Petr, let me first thank you for your support. I was out of town, so the late answer. Well, here they are: (a) I called the manufacturer for...

Good evening Petr, I have got your demo page running (for me: http://192.168.35.208:8090/admin/ws.html, since I moved everything to port 8090). When I enter the link "/ws/uplink/02EB7A9E" an JSON, I get...

Well, did just this: gedit client.js const WebSocket = require('ws'); const ws = new WebSocket('ws://192.168.35.208:8090/ws/uplink/02EB7A9E'); ws.on('message', function incoming(data) { console.log(data); ws.send('{"data":"48656c6c6f2c20776f726c6421","devaddr":"02EB7A9E"}'); }); node client.js {"data":"534F444151","devaddr":"02EB7A9E","netid":"000001","port":1} # an the serial output...

Oh, just saw that: port | Integer | LoRaWAN port number in the range 1-223. Optional for Class A: if not specified, the uplink port number will be used. Mandatory...

Good evening Petr, well, I am making progress. I can program my SODAQ ExpLoRer board to send and receive messages. And now I have a SML meter next to my...