2017-08-18 09:09 AM
I am working with a Cloud Jam L4. It sucessfully connects and sends messages to the iot hub but disconnects after 45 minutes. I need it to run continuously.
2017-08-21 02:15 AM
Cloud Jam L4
What is it?
JW
2017-08-21 04:27 AM
Cloud Jam L4
What is it?
Me too.
Sounds like some high-level (script-based ?) firmware package.
And '...stops after 45 minutes' sounds like a yet undiscovered bug in this firmware.
I hardly see a way around inspecting/debugging your application ...
2017-08-22 12:08 AM
This is the Cloud application board of JAM family and then is capable of connecting the motion & environmental sensors to the cloud throught Wi-Fi network using SSID, Password and web authentication stored in the dynamic NFC.
JAM is a family of boards that embeds the most used STM32 Nucleo functional packs. Develop with STM32ODE environment, test with STM32-Nucleo and start immediately with Cloud-JAM. No firmware or software development needed, simple use the .bin file created for the Nucleo. STM32-Nucleo FW plug & play on Cloud-JAM.I think you'll need to contact the manufacture about their product!
https://community.st.com/external-link.jspa?url=https%3A%2F%2Fwww.rushup.tech%2Fjam%2F
https://community.st.com/external-link.jspa?url=https%3A%2F%2Fgithub.com%2Frushup
2017-09-06 01:42 PM
Hello Angelia, I'm Christian from RushUp.
Cloud-JAM L4 is the industrialized version of the P-NUCLEO-AZURE1 function pack
http://www.st.com/en/evaluation-tools/p-nucleo-azure1.html
The FW developed on the Nucleo function pack can be dowloaded into the Cloud-JAM L4 and thanks to the presence of the ST-Link V2, it's also possible to develop and debug code ditecty on JAM board.
Are you using the ST Nucleo demo code?
2017-09-07 06:11 AM
I am using en.fp-cld-azure1 /AZURE1_V3.0.1
2017-09-08 10:30 AM
Hi Angelia,
It seems related to the expiration of the SAS_TOKEN.
It should at least reconnect after 4 minutes as stated in thishttps://github.com/Azure/azure-iot-arduino/issues/60
but that doesn't happend withen.fp-cld-azure1 and the connection remains stuck.
We are currently investigating further.As a workaround you can increase the SAS_TOKEN_DEFAULT_LIFETIME in iothubtransport_mqtt_common.c for now.