Navigation

    M5Stack Community

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

    akelix

    @akelix

    0
    Reputation
    3
    Posts
    994
    Profile views
    0
    Followers
    0
    Following
    Joined Last Online

    akelix Follow

    Posts made by akelix

    • RE: Bluetooth support

      @lukasmaximus
      https://github.com/micropython/micropython/pull/4589

      bluetooth support now on master branch

      When will there be bluetooth support for m5stick?

      posted in UIFlow
      A
      akelix
    • M5Stick OLED

      There is no Extendable Socket in new m5Stick oled module.

      Is there any plans to come it back? I use this port in my devices, and oled screen is very convenient form me.
      One groove port is not enough. It could not be powered only by usb-c port now.

      posted in M5 Stick/StickC
      A
      akelix
    • RE: ENV (DHT12+BMP280)

      I found that, in sources
      https://github.com/m5stack/M5Stack_MicroPython/blob/master/MicroPython_BUILD/components/micropython/esp32/modules/m5flow/units.py

      There is ENV sensor object. But it does not work, because there is no dht12 and bmp280 modules.
      I am not sure if developers test their devices on micropython.
      May be, it will be better to use base micropython and add m5 drivers?

      This library worked for me
      https://github.com/dafvid/micropython-bmp280

      addr=0x76

      posted in Micropython
      A
      akelix