readUserBackupRegister
Hello everyone – Does anyone have example code that they can share showing the use of read and write user backup register? I can’t get it to work right. if ((ret = dot->writeUserBackupRegister(0,...
View ArticleReply To: Update Nodered
Hi, the multitech ftp site reports a new AEP firmware (v 1.4.4) ftp://ftp.multitech.com/wireless/mtcdt-x-210a/ but in the downloads page the last one is v 1.4.3...
View ArticleAEP Firmware 1.4.4 available?
Hi, the multitech ftp site reports a new AEP firmware (v 1.4.4) ftp://ftp.multitech.com/wireless/mtcdt-x-210a/ should be considered official? I have a MTCDT-H5-210A… thanks in advance max
View ArticleBase Station IP68 and NTP
Hi. NTP seems to not be working. When I try to run it it says that user NTP does not exist. Added it manually to passwd reboot and the user dissapears. Is this intended? How can I add the NTP user and...
View ArticleReply To: AEP Firmware 1.4.4 available?
Massimiliano, I don’t think that firmware should be on that site. Use it with discretion. In other words, I think it was something custom for a specific customer. However, I may be incorrect. Jeff
View ArticleIPX Gateway PoE Supply
We have 4 IPX gateways. We have two of the older model with the gateway and PoE converter inside and two of the newer models with external LEDs and the more integrated guts. We have two types of PoE...
View ArticleAutomatic recognition of class C nodes
Hello, I asked a question similar to this one in the mDot section about 4 months ago, but didn’t get an answer, so I decided to repeat it here. In addition – a lot has changed and been added over...
View ArticleReply To: Automatic recognition of class C nodes
There is no message in the protocol for an end-device to send to the network server to change class. This will need to be an application level message. An application can listen for Joined messages...
View ArticleReply To: readUserBackupRegister
Anyone? This is an mDot, that I’m trying to keep persistent variables across sleep.
View ArticleFlashing conduit to firmware
Hi I am following the instruction on howto flash my MLinux conduit back with origin firmware from here:...
View ArticleReply To: readUserBackupRegister
I’m sorry, I was not very clear, and had typos. Both readUserBackRegister and write fail. Beginning code: if ((ret = dot->readUserBackupRegister(0, sleeptime)) != mDot::MDOT_OK){ pc.printf("Failed...
View ArticleDevice HQ Lora Node list question
Can someone explain to me the sequence column of the Lora node list available in device HQ and what the number represents? Also is there documentation on the RSSI and SNR stats? i.e. how is the...
View ArticleSet lora and ethernet settings from application
I have a nodejs app running on the conduit and I need to be able to update the lora network id & key as well as the ethernet settings from the nodejs app. I’m able to use the Conduit AEP Api to...
View ArticleReply To: Set lora and ethernet settings from application
Here are the end-points for the REST API http://www.multitech.net/developer/software/aep/conduit-aep-api/ Here are some curl examples, these are easier to show than a node-red flow. Should not be too...
View ArticleReply To: Set lora and ethernet settings from application
Thanks for the info, I now have the lora working, so the I should be able to get the rest.
View ArticleReply To: Flashing conduit to firmware
Kenneth, What is your u-boot environment (output of print at the U-Boot> prompt)? Jeff
View ArticleAT firmware: raw tx
Dear All, I’ve just received our mDot and Micro Dev Kit. Connection via UART is successful and I wonder if there is any AT command for sending raw loramac packets. I know there are already recent...
View ArticleReply To: AT firmware: raw tx
Sorry, there is not a command to send raw LoRa packets in the AT firmware or libmDot libraries. Closest thing would be to set in MANUAL mode AT+NJM=0 The ADDR can be set with AT+NA=00112233 Uplink...
View Article