@takoshiut8
Hi
I also would like BLE to be implemented for M5StickC Plus
Thanks
Best posts made by flex
-
RE: I want M5StickC can use BLE via Uiflow/microPython
-
RE: UiFlow 2.0 discuss(how-to, bug, feature request or sometings)
Bug in "get UTC time"
- year returned is +30 (2053 instead of 2023)
- month is OK
- day returned is -1 (17 instead or 18)
- hour is OK
- minute is OK
Bug in "get system uptime in seconds"
- value is increasing correctly second by second but the value returned is HUGE!!!
-
RE: AWS IoT Edukit Core M5 - Micropython support?
@rashedtalukder said in AWS IoT Edukit Core M5 - Micropython support?:
Adafruit Crypto library
waiting for that MicroPython package specific for the Core2 for AWS... When?
-
RE: UIFlow web and fonts
Thanks for feedback Felix
In fact, with FW 1.9.1, seems there is just one, which is extra small, impossible to use...
Pascal
-
RE: UiFlow 2.0 discuss(how-to, bug, feature request or sometings)
@flex @IAMLIUBO @ajb2k3
bug in "get UTC time" and "get system uptime in seconds" for AtomS3 and UIFlow2/micropython 1.19.1 is probably related to a confusion handling Unix time 1970 and Unix time 2000 (as 30 years difference returned) -
RE: UiFlow 2.0 discuss(how-to, bug, feature request or sometings)
@iamliubo said in UiFlow 2.0 Alpha verison discuss(how-to, bug, feature request or sometings):
Hi Liubo,
- there is problem using the webpage UIFLow 2.0 on IOS: it is not possible to create or modify an UI item (it is working on UIFlow 1)...
- more generally, what is the most efficient way to fill a bug report for UIFlow 2.0
Thanks, Pascal
Latest posts made by flex
-
RE: Sorry, but new firmware breaks my projects... Again...
Hello Felix,
thanks for confirmation.
Do you think that reason can be an incorrect memory management in lib gps or lib bleuart or lib M5?
To whom should be addressed that problem in M5Stack dev. team?
Thanks
Pascal -
RE: Sorry, but new firmware breaks my projects... Again...
Hello @felmue
I have a program which works and start by:
Begin Initialization True
Init built-in hardware at beginning
Init BLE Uart client
....when I add "Init gps_0" before of after "Init BLE Uart client", it crashes
I tried on your program which works on my StickC Plus and GPS under UIFlow 2.03. When I just add "Init BLE Uart client" before or after "Init gps_0", it crashes also.
All my programs with BLE Server and BLE Client work fine and I can exchange data between 2 StickC Plus.
Thanks
Pascal
-
RE: Sorry, but new firmware breaks my projects... Again...
@brianr said in Sorry, but new firmware breaks my projects... Again...:
U032
I have same problem with GPS U032 and StickC Plus under UIFlow 2.03, not working...
-
RE: BLE UART Client seems not working under UIFlow 2.03
Finally made it work, I had to significantly increase the timeout value....
-
BLE UART Client seems not working under UIFlow 2.03
BLE UART Client seems not working under UIFlow 2.03, tested on a StickC Plus and on a Capsule, while the BLE UART Server works (at least for sending).
With a BLE Server activated with <name>, the "BLE Uart Client Connect to <name> timeout <value>" seems not working, as the "BLE Uart Client is connected" never return TRUE whatever the timeout value...
Does anyone made it work on another device?
-
there is no Pir HAT "definition" under UIFlow 2.0 for StickC Plus
hi,
there is no Pir HAT "definition" under UIFlow 2.0 for StickC Plus...
Is it planned for soon to release HATs definitions for StickC Plus?For now, is there a workaround to make work the Pir HAT?
Thanks for feedback, Pascal
-
RE: LoRaWan_868 not working under UIFlow 2.01 on CoreS3 or SticC Plus
@ajb2k3 Great to know, but I hope anyway support of current version, not good to run about new versions when current version not stabilised and working. Thanks for info
-
RE: LoRaWan_868 not working under UIFlow 2.01 on CoreS3 or SticC Plus
@felmue I'll check and let know, thanks
-
LoRaWan_868 not working under UIFlow 2.01 on CoreS3 or SticC Plus
Hi,
at initialisation, getting message:
File "unit/lorawan.py" line 7 in __init __ NameError name 'LoRaWan' isn't defineddoes someone has a workaround?
Thanks
-
Bug report: UI Editor not working in UIFlow 2.0 on Apple IOS
It is not possible on IOS (iPad) to create any UI Element through UI Editor in UIFlow 2.0, while it is working in UIFlow 1.12…
Do I am the only one concerned for doing nomad development on the go with an iPad?
Thank you, the dev team who is working on the development of the UIFlow 2.0 webpage, to have a look on that problem and to solve it :)
Pascal