Navigation

    M5Stack Community

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

    Posts made by IsoEek

    • RE: Lora868 Module and Cardkb

      @felmue thank you for the suggestion for Ext Port for Core2.

      posted in Modules
      I
      IsoEek
    • RE: Upcoming products?

      @gavin67890 that would be nice. I was planning on printing a water resistant case. I'll share the file when done.

      posted in PRODUCTS
      I
      IsoEek
    • RE: Upcoming products?

      @mtylerjr I'm not sure when the new product is coming. I hope the upcoming hardware is released soon though.

      posted in PRODUCTS
      I
      IsoEek
    • RE: Rebuild an M5Stack Core Basic and replace the glas screen cover

      Thank you. I appreciate your hard work.

      posted in PROJECTS
      I
      IsoEek
    • RE: How to add touchscreen buttons to the Core S3

      That's unfortunate to hear.

      posted in UiFlow 2.0
      I
      IsoEek
    • RE: Upcoming products?

      Put me down for 4 Stamp Capsules.

      posted in PRODUCTS
      I
      IsoEek
    • RE: How to add touchscreen buttons to the Core S3

      Did you figure out how to add buttons? I have a S3 coming Monday. I'll share how to do it if I figure it out. I'm new to programming, but I'll do my best to help you.

      posted in UiFlow 2.0
      I
      IsoEek
    • RE: Tough can't save firmware.

      @ajb2k3 🤔 I believe I did. I can see my Atom Lite, Atom Matrix, AtomS3, and AtomS3 Lite.

      posted in Core 2
      I
      IsoEek
    • RE: Unit V (M12) Camera

      @mtylerjr Please share what you find out.

      posted in Units
      I
      IsoEek
    • RE: Tough can't save firmware.

      @pandian-nano I can't access it through M5burner.

      posted in Core 2
      I
      IsoEek
    • RE: Pb.HUB will not connect. [Fixed]

      @pandian-nano Thank you. I have read through that several times and it makes no more sense than the time before. I'll eventually come across something that I understand and it will sink in. Thanks again.

      posted in Units
      I
      IsoEek
    • RE: Pb.HUB will not connect. [Fixed]

      @pandian-nano said in Pb.HUB will not connect.:

      97

      I now get [97] and True. I just tried using digital and analog read. Both are working as expected. That was a really cool party trick! Where can I read more about what you walked me through. I obviously have no issues making bad code. I need to know how to clean up my own messes and how to debug. Thank you so much for the help. I appreciate it more than you know.

      posted in Units
      I
      IsoEek
    • RE: Core Ink: recognize if USB or battery powered

      @davincino Thanks for posting your findings.

      posted in Cores
      I
      IsoEek
    • RE: Tough can't save firmware.

      I can't access the settings to turn off the annoying start up beep as well.

      posted in Core 2
      I
      IsoEek
    • RE: Pb.HUB will not connect. [Fixed]

      @pandian-nano Thanks. This is the out come. I looked up the Hex for 96 and I get 0x60. I believe I need to set init and/or set the new address. Is the answer as simple as using the Write Memory Data under I2C Master? Is the included block what I need to burn? I'm doing my best to learn this, but damn there is a lot to learn!

      0_1692218108337_I2C Scan.jpg

      0_1692220299736_uiflow_block_1692220224825.png
      I tried using this code and I had no change.

      posted in Units
      I
      IsoEek
    • RE: Pb.HUB will not connect. [Fixed]

      I have lost track of how many times ive erased and downloaded the firmware. This is the last Terminal screen.

      Connected to Serial Port!
      ( �m�!0ϟ��( �m�!0���
      _ __ _
      _ ()/ | | _____ __
      | | | | | |
      | |/ _ \ \ /\ / /
      | || | | | | () \ V V /
      _
      ,||| ||___/ _/_/

      APIKEY: 2F9D3FE8
      Traceback (most recent call last):
      File "main.py", line 12, in <module>
      File "unit.py", line 190, in get
      File "<string>", line 1, in <module>
      File "units/_pbhub.py", line 15, in init
      File "units/_pbhub.py", line 21, in _available
      Unit: Pb.hub unit maybe not connect
      MicroPython b0cb55176-dirty on 2023-08-03; M5Stack with ESP32
      Type "help()" for more information.

      I felt I was making decent progress at first. I have had so many failures now, I question the little bit I do know. Tried Uiflow V2 but Pb.Hub is not available.

      posted in Units
      I
      IsoEek
    • RE: Pb.HUB will not connect. [Fixed]

      @pandian-nano Thanks for the suggestion and help. This is what is in the terminal.

      === from m5stack import *
      === from m5stack_ui import *
      === from uiflow import *
      === import i2c_bus
      === import time
      === import unit
      === screen = M5Screen()
      === screen.clean_screen()
      === screen.set_screen_bg_color(0xFFFFFF)
      === pbhub_0 = unit.get(unit.PBHUB, unit.PORTA)
      === i2c0 = i2c_bus.easyI2C(i2c_bus.PORTA, 0x00, freq=400000)
      === i2c0.addr=(0x68)
      === while True:
      === print(i2c0.scan())
      === wait_ms(200)
      === wait_ms(2)

      Traceback (most recent call last):
      File "<stdin>", line 10, in <module>
      File "unit.py", line 190, in get
      File "<string>", line 1, in <module>
      File "units/_pbhub.py", line 15, in init
      File "units/_pbhub.py", line 21, in _available
      Unit: Pb.hub unit maybe not connect

      posted in Units
      I
      IsoEek
    • RE: Tough can't save firmware.

      @ajb2k3 I'm referring to M5Burner, Firmware Exporter. I'm downloading and burning, yet can't export the firmware.

      posted in Core 2
      I
      IsoEek
    • RE: UIFlow for C3

      This didn't age well.

      posted in Features Wish List
      I
      IsoEek
    • RE: Pb.HUB will not connect. [Fixed]

      I can't connect PbHUB V1.1 to Atom Lite or Tough.

      posted in Units
      I
      IsoEek