Reply To: problem with low votage
Another subject: I used peer to peer with 4 slaves (wake up every second and send their status) and one master (receives their messages and send them an ACK). It is working!! But sometime I got this...
View ArticleReply To: problem with low votage
Martin, That error code means the mac layer is busy with the previous transmission. If your device has TRACE logging turned on, you should see the following from the debug port: “Link is busy with...
View ArticleReply To: problem with low votage
Hi Mike, if i increase the interval, yep the issue goes away! But i use this function before to use the send() if (!_dot->getIsTransmitting()) //true if currently transmitting … Should i use other...
View ArticleReply To: problem with low votage
Martin, I think you’re on the right track. Making sure the slave is idle before trying to TX is likely to resolve the issue, I think. Cheers, Mike
View ArticleReply To: problem with low votage
Great thanks Mike for your help!! Very appreciated I am gonna replace it with getIsIdle() and see it… Concerning the battery issue, we have tested a slave at least 4 times with a discharged battery...
View ArticleClass B end-device
Hello, Does the conduit : AEP model support class B third party end-devices? For example, when using class A, I can just use node-red and queue up an answer using the lora output node and when the...
View ArticleReply To: problem with low votage
I’ve been looking at the changelog and is shows that libmdot-mbed5 2.0.16 has the fix, but the revision details for libmdot-mbed5 show it is only at release 2.0.15: Revision 57:610f9e955516...
View ArticleI have a question about the mdot module.
Hi MTUDK2-ST-MDOTMultiConnect® mDot™ MTDOT-915-X1P-SMA-1 I want to use the MTDOT-915-X1P-SMA-1 product on top of the MultiConnect® mDot ™ Developer Kit MTUDK2-ST-MDOT product , do I need a shield? and...
View ArticleReply To: problem with low votage
Andrew, You’re correct. The fix is currently only in the development build. I’ll be pushing out a 2.0.16 production build for mDot in the near future. Cheers, Mike
View ArticleReply To: I have a question about the mdot module.
Hi Tae, You do not need a shield. In the pdf found at the following link, see chapters 9-12 for the MTUKD2 and chapter 13 for the MTMDK....
View ArticleReply To: problem with low votage
Hi Mike, if i got send error, do i need to do something if i want to send it again? (add delay, clear buffer, init something??) if i have 3 send errors in a row, i do this: dot->resetCpu() but it...
View ArticleReply To: Point to Point
Two questions 1) Why do only single characters appear? It’s as if there need to be a send function. 2) What is the escape sequence to leave the mode? Device ID: 00:80:00:00:04:00:03:58 Frequency Band:...
View ArticleReply To: I have a question about the mdot module.
Hi Leon I am trying to buy a MTDOT-BOX-G-915 product and it says that I can measure location, spreading factor, throughput and RSSI. time, data activity Do you know the data rate?
View ArticleReuse PA3
We’re a bit short on xDot pins, so I wonder if we could reassign PA3 (UART2_RX, Debug UART) as a GPIO? We do need PA2/UART2_TX for SWO for tracing, so I think the RX channel has no use anymore. In the...
View ArticleConduit problems after firmware update
I recently updated the firmware from 1.3.2 to 1.3.3 on a MTCDT-210A model gateway through the AEP. After rebooting, I can no longer connect to networks through Ethernet and my PC does not recognize...
View ArticleReply To: Reuse PA3
Mark, Sorry for the confusion – the USBTX/RX pins are regular GPIOs. I think using the RX pin as a GPIO should be fine. I will open a doc ticket as well so the developer guide is made more clear....
View ArticleReply To: Reuse PA3
Thought so, but asked anyway, better safe than sorry Thanks for the follow up Mike.
View ArticleReply To: I have a question about the mdot module.
The data rate is configurable. Take a look at the documentation for the survey modes under the “Getting started/Software overview” section of this page:...
View ArticleReply To: Conduit problems after firmware update
Are you using the USB port on back of the Conduit labeled “USB Device” or the one under the plate on the front? Either way, I’d recommend you open a support case at https://support.multitech.com/
View ArticleReply To: Conduit problems after firmware update
I’ve previously been using the port on the back of the device to SSH in. I will open a case.
View Article