Which kind of sensor are you using? is the ultrasonic unit?
https://shop.m5stack.com/products/ultrasonic-distance-unit-i-o-rcwl-9620?variant=42084187930881
Posts made by Genio
-
RE: Bad Ultrasonic distance measure
-
RE: UIFlow 1.8.9
@m5stack
I'm using CoreInk and i want realize a menu with a selection indicator.
This is part of the sketch i'm using:I think there's a bug in M5Line when redraw because this is what i get:
https://drive.google.com/file/d/1kE_-J3Zrc57fYtHJqEOPY6LEf_pZhMYL/view?usp=sharingThe problem occurs also if i call a complete refresh instead of partial.
M5Rect has the same problem, M5Circle works fine. -
HTTP 1.1 support
Good evening, i'm tring to make a request to an API service, but i get always http status 426.
If i try the same python script on my pc and it works without any problem. After some search and test I understood that it depends on the HTTP protocol.
requests module use hardcoded HTTP1.0 and I need HTTP1.1Do you know if there is a module I can use that support 1.1 version?
-
RE: UIFlow 1.7.4
Firmware 1.7.4 did broke the app Launcher on Core2.
Clicking any app in the list causes:Traceback (most recent call last): File "menu/app.py", line 40, in list_event_cb AttributeError: 'M5List' object has no attribute 'get_label_indx'
And the interface freezes