-
asbjorn replied to the topic Widget – Time Series? in the forum Managed IoT Cloud 3 months, 2 weeks ago
Copied the dashboard, and got into the thing, sort of (not quite sure), then I found Time series as one of the widgettype, but not possible to chose the temperature property.
BUT, I could change the widget that was there before to be an timeseries widget, that works, so I guess it must be something wrong in the MIC?(btw, slack was better since…[Read more]
-
asbjorn started the topic Widget – Time Series? in the forum Managed IoT Cloud 3 months, 2 weeks ago
This example https://startiot.wpengine.com/tutorials/fipy-dev-kit-coap/#user-content-72-create-widgets
shows how to create an Time Series widget, but time series is not listed?
Also, when I add something else, I cannot choose my resource (temperature) but are getting “connection_status” as the only option?I see connection status is part of the…[Read more]
-
asbjorn replied to the topic Firmware updates? in the forum Pycom FiPy 3 months, 2 weeks ago
So, the device came with 1.18.1.r7 which does not contain Coap as the example uses.
After chatting with pycom they could tell me that the firmware 1.20.1 was the first to introduce Coap module.
https://github.com/pycom/pycom-micropython-sigfox/releases/tag/v1.20.1But installing the newest version only gives me coredump messages, but reverting to…[Read more]
-
asbjorn replied to the topic Firmware updates? in the forum Pycom FiPy 3 months, 3 weeks ago
Followed this and installed newer firmware: https://docs.pycom.io/updatefirmware/device/ and got some pybytes 1.20.2.r1
Your modem is in application mode. Here is the current version:
UE5.0.0.0d
LR5.1.1.0-39529So uploaded the code again, but now are getting bootloop and coredumps:
Rebooting…
ets Jun 8 2016 00:22:57
rst:0xc… -
asbjorn started the topic Firmware updates? in the forum Pycom FiPy 3 months, 3 weeks ago
I have an fipy with kinda old firmware I think, I get error trying to upload the code here: https://startiot.wpengine.com/tutorials/fipy-dev-kit-coap
The errors I get is these:File “main.py”, line 1, in <module>
File “/flash/lib/telenor.py”, line 3, in <module>
ImportError: cannot import name Coap
Pycom MicroPython 1.18.1.r7 on 2018-12-17;…