Where is the API ?



  • Don't use ChatGPT its often wrong.



  • @ajb2k3 Yes, very true. anyway it helps me alot to understand and pointing in the right direction. I created a few scripts allready with this I otherwise would never be able to script. So, a big help to me at last. As I mentioned I have Ideas and cases but I am affraid I wont learn propper coding.
    So I simply rely on try and error, google and chat gpt. thats my reality.

    And the Forum is a help too, of course : )
    I will try your suggestion about "Bing" as this is A.I. now. In the past that search engine was never of any good help for me, I am affraid.

    cheers
    EBK



  • This page contains the core Micropython API (if you use UIFlow which is built on micropython) https://docs.micropython.org/en/latest/esp32/quickref.html

    If you are on Facebook, in the M5Stack page, I have just uploaded an Update to the UIFlow 1.x doc



  • @ajb2k3 perfect thank you : )



  • I had the same question...
    Coming from the adafruit world and Circuitpython, I'm used to having a reference like this https://docs.circuitpython.org/en/latest/shared-bindings/index.html (which is very comprehensive and a lot of work)

    UIFlow does seem pretty easy to understand, even without documentation.
    But when I do something in micropython like

    import unit

    What am I actually importing? is source code available?



  • No source code but Updated documentation is uploaded weekly to the Facebook group for preview.

    Every product has a documentation page with demos and programming guides are found on the M5Stack site under Documentation.



  • I totally agree with the OP!
    A proper API documentation would be appreciated (Hope someone from M5Stack is looking here)

    Maybe slightly off topic but:
    I also don't like UIfLow with its strange and unnecessary complicated "cloud connection" to be able to program the devices and it becomes incredible difficult to work with as soon as you slightly increase the complexity of your programs, but when I program my M5stack units directly in Micropython with Thonny I use UIFLow (offline) as a kind of API to find functions in the main M5Stack libraries mentioned by the OP (m5stack, m5ui, uiflow ).

    A further tip:
    In Micropython (like in Python) you can always inspect any library with
    help(<library_name>) or dir(<library_name>)
    At least this will give at list of objects that may hint you to available functions.

    By the way, does anyone know of release note for the M5Stack Micropython binaries?
    There is quite often a new release but there is no info about bug fixes new features etc.



  • Hi @cognitive5525,

    Were you thinking more like a M5Stack reference rather than how-do document? I would love that.

    Maybe like this
    https://docs.m5stack.com/en/uiflow/hardwares/microphone
    with further breakdown of each function with syntax and parameters in MicroPython code.

    Have you tried using Visual Studio Code to program devices directly? I might try Thonny because I need something that works across macOS, RPi and Linux. VS Code was ideal, and I have been using it, but I couldn't "add device" when I tried on macOS today.



  • If you use and IDE like thonny you can directly access Micropython and use the function help. I have been looking and recording them but as I work it has been slow going (especially when things break) and I have been releasing updated documentation weekly but I have been away for a while.

    I have also been busy the last few weeks uploading getting started videos to youtube



  • @gavin67890 said in Where is the API ?:

    Hi @cognitive5525,

    Were you thinking more like a M5Stack reference rather than how-do document? I would love that.

    Maybe like this
    https://docs.m5stack.com/en/uiflow/hardwares/microphone
    with further breakdown of each function with syntax and parameters in MicroPython code.

    Yes a reference as you'll find for the stock Micropython. Tutorials or Howtos are also find but usually only in the very beginning.

    Have you tried using Visual Studio Code to program devices directly? I might try Thonny because I need something that works across macOS, RPi and Linux. VS Code was ideal, and I have been using it, but I couldn't "add device" when I tried on macOS today.

    I tried it once or twice with VS some time ago, but I couldn't get the plugin work well. It was difficult to establish a stable connection to the devices.

    I had to tweak Thonny though:
    https://community.m5stack.com/topic/5268/micropython-for-atom-s3-lite/4