Reply To: mDot sleep problems
Hello Leon, The example code works fine on its own (both interrupt and RTC wake the mDot successfully), so the problem is not in the mDot itself. Calling the API directly from the main project acts...
View ArticleReply To: mDot sleep problems
Whats even more interesting that it seems to sleep/wake just fine upon Join Error: [INFO] Configure radio for TX [WARNING] Radio Busy, cannot open Rx Window [ERROR] Failed to join network [ERROR]...
View ArticleReply To: mDot sleep problems
Never mind – found what was wrong! When I was updating the mDot library to V3.0.0 and all my code with it, I added the dot_util files as well (from the example), but only transferred the functions I...
View ArticleReply To: mDot sleep problems
Hi Mark, I’m happy to hear you figured it out. The “[INFO] entering sleep (stop) mode 00000037″ message comes from our library. More specifically it is in the code for the Dot object. Kind regards, Leon
View ArticleReply To: RN2903A based device does not join (OTAA) Conduit AP anymore
Additional detail Multitech Support requested requested as follows for the reader of this article’s reference. * Did not reconfigure the for ABP during manual add process – was throwing the kitchen...
View ArticleReply To: RN2903A based device does not join (OTAA) Conduit AP anymore
Worked with Multitech support and posting some details in case the next developer runs into the same issue. Attempted solutions They suggested I try to manaully reset the packet forwarded (“Packet...
View ArticleSIM Types
We have a few MTCDTIP-LVW2-266L-915 IPX gateways. One of them is currently live and we are using a Verizon SIM. Is it possible to use this device with SIMs from Sprint as well or are we limited to...
View ArticleReply To: SIM Types
Hello Martin The MTCDTIP-LVW2-266L-915 Gateway is limited to Verizon, any other carriers SIM cards (Sprint/AT&T) would not work in this device. -Best Regards
View ArticleReply To: STM32 with Conduit Network Server
ok @Jason, I think I have the answer…. the demo I was trying in the node was developed for a Semtech board, and my device is the P-NUCLEO-LRWAN1 (by ST). It seems to be the same Lora extension board,...
View ArticleReply To: mDot sleep problems
One more quick question, if you don’t mind. Time to time I get the following error on saving configurations for the mDot: [INFO] Saving configuration [ERROR] SPIFFS_write failed -10015 This error also...
View ArticleReply To: mDot sleep problems
Hi Mark, Here is the full set of SPIFFS responses and yes, it is the SPI flash file system. #define SPIFFS_OK 0 #define SPIFFS_ERR_NOT_MOUNTED -10000 #define SPIFFS_ERR_FULL -10001 #define...
View ArticleReply To: MQTT traffic but no Node-Red LoRa Net NODE traffic
Upgraded the LNS to v1.0.43. Was unable to recreate using Conduit MTCDT-LVW2-247A v1.4.3 and LNS v1.0.43. Attempted to increase traffic as this tended to correlate with the symptom reported above...
View ArticleReply To: MQTT traffic but no Node-Red LoRa Net NODE traffic
We have an update for AEP soon to be released. It has a fix to reconnect the lora-in node See /opt/node-red/nodes/core/lora/lora.js The current release has this line outside of the ‘connect’ handler...
View ArticleReply To: Node-red, lost UDP frames
Hello, To correct my problem I changed the Multitech Firewall parameters. This reply was modified 3 hours, 32 minutes ago by carole jacquinot.
View ArticleMultitech git down?
git clone git://git.multitech.net/mlinux mlinux-3.x Trying the above from an Ubuntu 14.04 always times out. Any other way out?
View ArticleReply To: Multitech git down?
this worked: git clone http://git.multitech.net/cgi-bin/cgit.cgi/mlinux.git/ mlinux-3.x thanks!
View ArticleReply To: Multitech git down?
I am following the instructions here: http://www.multitech.net/developer/software/mlinux/mlinux-building-images/building-a-custom-linux-image/ using the above http link instead of the git, I move...
View ArticleReply To: Multitech git down?
Manoj, Here at Multitech we have had occasional issues with openembedded.org’s git when doing builds because our Intrusion Detection will shun the site due to some attack it has detected coming from...
View Article