We all waiting for this for months and months now.
Meanwhile you can use Adam's UIFlow book which is helpful
Best posts made by Thrasher
-
RE: Looking for MicroPython module documentation
-
M5Stick-V (AI Camera) - Need a start guide!
printf "Hello!";
I've received M5Stack package recently, been playing with grey module but my main goal was developing with m5stick-V cam. I've plugged it into USB, tried built-in face recognition and thats it, Im stuck.What IDE do you suggest? Libraries? Im okay with python/C++
Im new to computer vision and neural (if possible with this device lol) things. I want to try a gate camera which counts every man coming in dressed in white shirt (thats my goal example).
Thanks!
break; -
RE: How to use Back Buffer for drawing ?
@ajb2k3 I can help with translation if you're interested, shoot me a message via p.m.
Thanks! -
RE: M5Stick C UI Flow WIFI Connection Problem.
Its common bug, neither Core nor Stick would connect to AP with space in its name. e.g. will not connect to "My Wifi" network, but will work with "MyWifi". %20 trick also didnt work for me, had to rename mine aswell
-
RE: UIFLOW does not save python code
Yes, its been so since beginning. We hope it will be implented soon
-
RE: M5Stick-V (AI Camera) - Need a start guide!
@sboger Yep, thats exactly I was thinking about, algorythm like this: Detect human > Detect head > identify face > check for white %
I will stick to your thread then since I believe you will progress there better than me and will try to contribute aswell if I discover something useful,
Thank you -
RE: Visual Studio Code (VS Code) reboots my M5Stack with any action
To whoever faces same problem - I found solution for win10.
Problem is, UIFlow offline installs wrong/incorrect drivers, but as they are signed by Microsoft, Windows treats them as correct ones. UIFlow works fine, but VS won't connect to M5Stack properly.
Boot into safe mode, plug in M5Stack and find COM (Silicon labs) device. Right click and remove it, what is important, press checkbox with "Remove associated with device drivers" which appears only in safe mode for me.
Now disconnect USB, download latest drivers from M5stack.com and install them normally. This solved issue for me -
RE: Please allow jtag or jtag over usb on next version
@lukasmaximus
Thanks, I've deleted all my posts, so if you have enough privelegies on this forum you can purge them -
RE: M5Stick-V (AI Camera) - Need a start guide!
So far Ive trained camera to recognize couple of items (found on my table) and it showed me pretty good results. My next idea was to capture couple of same objects same time but I got stuck because of my poor python knowledge.
Sorry for not updating for that long, Im doing 2 more projects parallel, not enough spare time for camera now. Good thing is that m5stack will provide more docs/examples/anything by the time Ill grt back to it :)
Latest posts made by Thrasher
-
RE: M5.Lcd.drawPngFile, why is it not in the docs
Docs for M5Stack products is a myth and will never be released. Quit trying, play with UIflow bricks or go directly to C++ like its an ordinar ESP32
-
RE: Updated Micropython?
@m5stack What is current fw build based on ? I mean version of mainstream micropy?
Thanks -
RE: Core.INK display refresh
I faced common issue with core grey module, made a couple of titles and was feeding formatted data from light sensor and envII module. Had to spend some time playing with delays to make it work properly but was blaming raped micropython build.
Long things short, don't try to understand it, try adding delays.
-
RE: UIFlow 1.7.3
@iamliubo M5Stack isn't open source and never will be. They will never disclose their micropy libraries (well, not even documentation).
All questions here about it are taboo and will be left unreplyed. Best solution is to use UIFlow blocks if u want to prototype something. Otherwise its better to switch to another hardware. However, I love build quality and designs. -
RE: UIFlow 1.7.3
@jchipjonty said in UIFlow 1.7.3:
Just the online version then? As usual, the desktop version is not the same version as the online version. Features just appear or disappear with no explanation. I am finding learning with this equipment frustrating. Mention of education has been dropped from the website in the recent overhaul. All M5 seems interested in now is industrial applications and AWS. Hey ho, I guess they are a business and need to make money to survive.
Oh you must be new here :lol:
-
RE: M5Stack (Stick|Atom) with Xiaomi LYWSD03MMC
Sorry can't tolerate GATT with my problem,
trying with Arduino C++ right now -
M5Stack (Stick|Atom) with Xiaomi LYWSD03MMC
Hi,
Just wonder if anyone tried to read data from bluetooth xiaomi temp/humi sensors
I've seen examples with arduino/esp32 but Im looking for micropython code as its more convinient to build UI with it
Not interested in MQTT for now, just getting data and transmitting it on screen label
I can get thermometer ID with some phone bluetooth software but got no clue (yet) how to send handshake and aquire dataThanks