Navigation

    M5Stack Community

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    1. Home
    2. ajb2k3
    • Continue chat with ajb2k3
    • Start new chat with ajb2k3
    • Flag Profile
    • Profile
    • Following
    • Followers
    • Blocks
    • Topics
    • Posts
    • Best
    • Groups
    Save
    Saving

    ajb2k3

    @ajb2k3

    I tried to fill this in but easily distr........
    Ouuu Squirrel!

    193
    Reputation
    2397
    Posts
    13416
    Profile views
    24
    Followers
    3
    Following
    Joined Last Online
    Website www.ajb2k3.co.uk Location The Void between Worlds. Age 173

    ajb2k3 Follow
    AWS MOD Global Moderator

    Posts made by ajb2k3

    • RE: ATOM S3 Power Requirement

      @forestial that will depend on what is connected to it

      posted in Atom
      ajb2k3
    • RE: UiFlow 2.0 Alpha verison discuss(how-to, bug, feature request or sometings)

      @flex Some people and groups cant use the cloud platform and so local programming like with the microbic and RPI is needed for them

      posted in UiFlow 2.0
      ajb2k3
    • RE: Don't know what to use

      Have you got a micropython library installed for the reader?
      It looks like you set up the connection but you have yet to initialise the reader and tell it to start talking.

      posted in FAQS
      ajb2k3
    • RE: UiFlow 2.0 Alpha verison discuss(how-to, bug, feature request or sometings)

      @IAMLIUBO Error with the TOF Unit with Alpha7

      Connected to Serial Port!
      
      >>> 
      >>> import gc
      >>> gc.collect()
      >>> 
      paste mode; Ctrl-C to cancel, Ctrl-D to finish
      === import os, sys, io
      === import M5
      === from M5 import *
      === from hardware import *
      === from unit.tof import ToF
      === from unit import *
      === title0 = None
      === label0 = None
      === i2c0 = None
      === tof_0 = None
      === def setup():
      ===   global title0, label0, i2c0, tof_0
      ===   i2c0 = I2C(0, scl=Pin(1), sda=Pin(2), freq=100000)
      ===   tof_0 = ToF(i2c0)
      ===   M5.begin()
      ===   title0 = Widgets.Title("Title", 3, 0xFFFFFF, 0x0000FF, Widgets.FONTS.DejaVu18)
      ===   label0 = Widgets.Label("Text", 23, 58, 1.0, 0xffffff, 0x222222, Widgets.FONTS.DejaVu18)
      ===   title0.setText('TOF Unit')
      ===   label0.setFont(Widgets.FONTS.DejaVu9)
      === def loop():
      ===   global title0, label0, i2c0, tof_0
      ===   M5.update()
      ===   label0.setText(str(((str('Distance: ') + str((tof_0.get_distance()))))))
      === if __name__ == '__main__':
      ===   try:
      ===     setup()
      ===     while True:
      ===       loop()
      ===   except (Exception, KeyboardInterrupt) as e:
      ===     try:
      ===       from utility import print_error_msg
      ===       print_error_msg(e)
      ===     except ImportError:
      ===       print("please update to latest firmware")
      === 
      === 
      === 
      Traceback (most recent call last):
        File "<stdin>", line 28, in <module>
        File "<stdin>", line 23, in loop
        File "driver/vl53l0x.py", line 521, in get_distance
      AttributeError: 'VL53L0X' object has no attribute 'range'
      
      posted in UiFlow 2.0
      ajb2k3
    • A Quick Guide to Using the ENV III Unit with the Atom S3 in UIFlow 2.0 Alpha

      A quick guide to using the M5Stack ENVIII unit connected to the AtomS3 using UIFlow 2.0 Alpha 7
      https://youtu.be/1G7tyrmuV0M

      posted in UiFlow 2.0
      ajb2k3
    • RE: Initiating connection to AWS

      Combination of error 09 (authentication acknowledgment error) and OS error shown in the command terminal

      posted in UIFlow
      ajb2k3
    • RE: Nothing showing on M5Core2 when connected to USB power and unable to upload

      @themusicman I had this happen to an M5Station but nothing else.

      posted in Core 2
      ajb2k3
    • RE: How do I enter BOOT mode on M5Core2: Wrong boot mode detected (0x0)! The chip needs to be in download mode

      @themusicman This means that something else in OSX is access the USBport via a terminal preventing M5Burner from being able to access the port.

      Please make sure only M5Burner is running and that no other terminal software is running.

      posted in PRODUCTS
      ajb2k3
    • RE: Initiating connection to AWS

      If I read correctly it means that the MQTT connection to AWS wasn't acknowledge which meant permission was refused.
      Have you restarted the ATOM or has AWS changed anything?
      Sorry, I haven't used AWS in a while

      posted in UIFlow
      ajb2k3
    • RE: UiFlow 2.0 Alpha verison discuss(how-to, bug, feature request or sometings)

      @IAMLIUBO With the S3's having the internal USB adapter, the S3's can now act as USB drives.
      Can we get a UF2 boot loader so that Stamp and Atom S3's can now be programmed like Microbit and Circuitpython devices (USB storage devices.)

      posted in UiFlow 2.0
      ajb2k3