Reply To: Class B mode
Hello Norman Class B has not been implemented on MultiTech’s LoRa endpoints (xDot/mDot) or in the Conduit Gateway, so it is not possible to test Class B yet using MultiTech equipment.
View ArticleInject hex to lora device
I am trying to send a message downlink to a lora module from an abp station. I am using ndoe-red. I just can send a string but not an hex array. Is it possible? I also wanted to receive the hex array...
View ArticleReply To: xdot skipping one frame in class C
yes you’re right. this time dlc was incremented just 1, maybe rx error. I have just tried another one, same result. One received one not. at+rssi -61, -87, 0, -81 OK As you said, I noticed data from...
View ArticleReply To: xdot skipping one frame in class C
Use the Rx2 Datarate setting. This setting will be sent to the dot in OTA join response.
View ArticleReply To: Inject hex to lora device
// This should do the tick // In function node var downlinkMsg = new Buffer(’04000105′,’hex’); var msg = { “payload”: downlinkMsg, “eui”: “00:11:22:33:44:55:66:88″, “ack”: false, “port”: 1 }; return...
View Articleremove queued by mistake LoRa message
Hi, I was wondering if there is a way to ‘undo’ or overwrite queued lora messages sent to network server using lora-out node. In my setup, i’m using the rx slots after a transmission to send some data...
View ArticleReply To: remove queued by mistake LoRa message
The lora-in and lora-out nodes are just wrappers around MQTT. There are other message end-points available for control of the network server....
View ArticleReply To: xdot skipping one frame in class C
Hi Jason, You’re right, it was the modulation. After copying the lora-network-server.conf.sample to /var/config/lora, some params were changed to setup for EU band but some not. Rx2Datarate old value...
View ArticleReply To: remove queued by mistake LoRa message
Thanks for quick answer Jason. From the mqtt page it seems the syntax is not global, but per eid (lora/<DEV-EUI>/clear). I just tested publishing to different EUIs and it looks like only...
View ArticleReply To: remove queued by mistake LoRa message
Looks like some of my message was filtered as HTML. That is correct, each device queue must be cleared.
View Articlehow to use serial interface in xDot dongle device
Hi i’m using the xDot dongle MTMDK-XDOT. I’m trying to simulate at commands UART1 interface by using local CPU (msp430) connected to xDot dongle UART1 rx/tx points (without flow control). is it...
View ArticleUnit testing for xDots
I’m attempting to put together a unit testing framework for the xDot AT-Firmware using Unity and I’m having difficulty compiling the executable for the CommandTerminal.cpp and TestCommandTerminal.cpp...
View Articleudp client command, node list
Hi. I’m creating interface between my app and lora-network-server. I am trying to catch node list from udp server. Is there Json option as in lora-query utility??? yrs. Ismo This topic was modified 12...
View ArticleP2P checks TXN?
Hi all, I have successfully connected two xdots modules EU868 using peer to peer mode. DR=6 TXP=7. We have tested comms in Serial mode. Everything goes ok but when trying to send more than some...
View ArticleReply To: P2P checks TXN?
Maybe I am replying myself… Datasheet says set to 7dBm to allow 100% duty-cycle. Is power output calculated adding TXP+ANT? I have tested again using TXP=4 and I can send whatever I like without even...
View ArticleChange gateway_ID on AEP model
Hello, we need to change the gateway_ID in global_conf.json configuration we put into the web frontend are always overwritten with system some system configuration. how can we change the gateway_ID...
View ArticleReply To: Change gateway_ID on AEP model
The system will use the id programmed into the MTAC_LORA card. To override the behavior the init script must be modified. Edit /etc/init.d/lora-network-server Replace line 132 with either of the...
View Article