Using the Azure IoT Client on the Dragonfly
We’re trying to get the azure IoT client running on the Dragonfly module. The example code we’re using is from this URL: https://developer.mbed.org/users/AzureIoTClient/code/remote_monitoring/ This...
View ArticleReply To: Using the Azure IoT Client on the Dragonfly
To start, what version of mbed library and mbed-rtos are being used?
View ArticleReply To: Using the Azure IoT Client on the Dragonfly
The mbed library version is 128:9bcdf88f62b0 The mbed-rtos version is 121:3da5f55 If it would help, I could attach a copy of the export zip file for the project.
View ArticleReply To: Can't Upgrade Firmware
Shmuel, I’m assuming that you are using the Web UI upgrade and haven’t gotten the jffs2 and kernel images from somewhere. How full is the root filesystem on the device? I have seen instances on...
View ArticleReply To: Can't Upgrade Firmware
Hi Jeff, Thanks for your help. I am using the web UI for the upgrade and it has previously worked when I upgraded to 1.2.2. As you can see bellow it seems that the root file system is using only 32%...
View ArticleReply To: Join response time
Private mode on mDot and Conduit has a difference in downlink frequencies that are not LoraWAN compatible. http://www.multitech.net/developer/software/lora/introduction-to-lora/ There is not a...
View ArticleReply To: USART 6
Yet more functionality removed from the mDot platform when moving from mbed-os2 to mbed-os5. This really shouldn’t be happening as it annoys and frustrates customers. Andrew
View ArticleReply To: USART 6
Andrew, The goal was to remove peripherals that either weren’t available on the mDot pinout or mapped to pins used internally. UART6 was an oversight because one of the pins was marked RFU. Are there...
View ArticleReply To: Conduit to mDot
For class C every time a node connects it needs to be configured on the Conduit as well? Is there a way to automate this process?
View ArticleReply To: Conduit to mDot
As long as the lease does not expire the configuration on Conduit will be maintained. The device can be pre-registered prior to first join if desired.
View ArticleReply To: Can't Upgrade Firmware
Shmuel, Could you capture a “tail -f /var/log/messages” to a file either using a terminal program or “tail -f /var/log/messages > /var/config/upgrade.log” during an upgrade attempt. Then file a...
View ArticleReply To: Can't Upgrade Firmware
Hi Jeff, Once again thanks for your help. Looking over the log I noticed that the conduit was trying to connect to the cellular network during the firmware upgrade, this could be due to the fact that...
View ArticleReply To: Can't Upgrade Firmware
Shmuel, Don’t worry about recreating for our sake. Thank you for posting what you found and what fixed your problem for other people to reference. I’m sure this has happened to other people, and it...
View ArticleAdd MultiConnect Conduit to Semtech Network
Where I have to configure these informations from Semtech? Where are the files local_conf.json or global_conf.json? ********Homepage Semtech******************************** Host: iot.semtech.com Port:...
View ArticleReply To: USART 6
Mike, Deep sleep on the mDot in mbed-os5 was removed and replaced with a warning saying regular sleep was being used. This meant I couldn’t migrate the device to mbed-os5. Thanks Andrew
View ArticleReply To: Add MultiConnect Conduit to Semtech Network
http://www.multitech.net/developer/software/lora/conduit-mlinux-convert-to-basic-packet-forwarder/
View ArticleReply To: USART 6
Andrew, As I explained earlier, we removed deepsleep due to the fact that it was discovered to be unreliable and was causing a lot of customer frustration. Since sleep mode improvements were made to...
View ArticleNode-Red and Thingspeak Cloud
Hi, Has anyone been posting data to thingspeak and has a node-red Function Node to communicate with this Cloud service? I tried (https://www.npmjs.com/package/node-red-contrib-thingspeak42) on the...
View ArticleReply To: mDot to mDot communication via the conduit
Hi Jason, The problem with the regular downlink messages from the Conduit is that I am unable to have the Conduit send a message from one mDot to another, e.g. have one mDot send a message saying...
View ArticleAccessing the Internal Temperature Sensor of the mDot MCU
Hi, I am attempting to access the internal temperature sensor of the mDot using the registry of the STM32f411xe. However I am finding difficulty as there seems to be very little documentation behind...
View Article