@jirkakrepl
today there is no data displayed
the last samples are from 3 days ago.
if i have a pull size of 20 it says no recent data.
the best thing for me with those line graphs is to select the time scale and it plots al the data points in between.
@gaconvn1106 said in measurement of the accelerometer?:
What is the unit of output of the acclerometer? is it m/s^2 of mm/s^2 or something else?
It is in g (gravity)
Just got around to getting back to this issue - thanks so much Xykon, problem solved!
robert-hh: I did do erase during update yep, a few times, but eventually was solved with advice from the post above :)
@jazzyhawk Hey, try doing a safeboot. It should skip your boot.py and main.py code and allow you back in.
https://docs.pycom.io/gettingstarted/programming/safeboot.html
@weingami Hi, I deployed hotfix and tested wifi, sigfox and lora connections. I correctly received the data.
We need to test more things and there are a few more bugs, that we know and we're about to fix now.
@mfalkvidd, @Paul-Thornton
thank you for taking care of this!
I am looking forward to a solution as soon as possible. Not only my project strongly depends on this function as it is a rather basic functionality. At least, I could not find any alternative way of detecting connected devices in AP mode.
@cirobr glad that got it fixed for you.
Not sure if it was a case of overload. More just having time to develop rate limiting that never existed previously.
@wghirakawa Related to a different question (https://forum.pycom.io/topic/4118/gpy-or-fipy-using-lte-in-the-us), could I please ask you to check the result of 'AT+SQNHPLMN?'. I am trying to find out if Sequans supports 6-digit PLMNs in the US.
@protean Hi, when you click on "get location button", Device scans the wifi networks around and sends the result to Pybytes. Pybytes is using Google location API to figure out and the location.
@kjm I have used Atom over wifi. Had 8 pumps with GPY installed in a large workshop that the pycoms needed upgrading. So rather than have someone take a laptop to each device (I was on the other side of the country) they set the laptop up on ethernet, I team viewered in and connecting to each GPY over wifi from Atom. Worked fine.
@kjm Line 52 doesn't seem to be related to datapayload, so i suppose that data = ujson.dumps({"post_wrapper":payload})) do the work.
I don't know what OSError 128 mean but the line seem to be related to networking. Does your software have do correctly the connect with your wifi hotspot before trying to send your request ?
@kjm But maybe since we are mentioning it... someone who already has a fix can pass it along. Or someone who didn't realize it was a problem can make the next version a little bit better.
Hopefully shared misery will have a shared cure. ;)