Navigation

    M5Stack Community

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

    devros

    @devros

    0
    Reputation
    12
    Posts
    1774
    Profile views
    0
    Followers
    0
    Following
    Joined Last Online

    devros Follow

    Posts made by devros

    • RE: Unit V2 Connection

      Same on my machine :( no AP at all....

      posted in Units
      D
      devros
    • Unit V2 fan pins

      My unit V2 did ugly resonating noise so i opened cover and accidentally ripped the cables from the fan (why don't they have better connectors) can anybody send me detailed view where they are soldered (on picture on webpage its not clearly visible)

      thanks

      posted in Units
      D
      devros
    • RE: Unit V2 Connection

      hello same problem.. no wifi AP, updated firmware no change...
      USB drivers seems not working on my OSX 10.14.6
      so its quite useless for now :(

      Update: I figured out how to get LAN up and running
      removed SR9900Composite.kext SR9900.kext from /Library/Extensions/ and now Lan works (so its working without driver... and with driver its not working)

      posted in Units
      D
      devros
    • RE: Color Sensor UiFlow or micropython code

      thanks it works great used this library
      and this basic code to test
      import tcs34725
      import time
      from machine import I2C, Pin
      i2c = I2C(0, sda=21, scl=22)
      sensor = tcs34725.TCS34725(i2c)
      print(sensor.read(True))

      posted in PRODUCTS
      D
      devros
    • Color Sensor UiFlow or micropython code

      hello, just purchased Color Sensor module and want to use in micropython (or inflow)
      on wiki page wiki can't find code or info ...
      Anyone get this working ?

      thanks

      posted in PRODUCTS
      D
      devros
    • RE: [Solved]Where to get basic (offline?) MicroPython firmware with lcd module support?

      hi, i flashed with flow firmware and then with rshell modifed main.py (removed uiflow stuff) then you can use API libraries localy

      posted in FACES Kit
      D
      devros
    • RE: Cahnge Font Size in Python

      @loboris
      thanks :) can test it when its ready ...

      posted in Micropython
      D
      devros
    • RE: Cahnge Font Size in Python

      @lukasmaximus
      hi, im also on mac and ttf2c_vc2003.exe works great with wine. I used brew installation method for Wine and wineconsole ttf2c_vc2003.exe command...
      File size is limited to 100kb for now

      posted in Micropython
      D
      devros
    • RE: Cahnge Font Size in Python

      @loboris
      thanks, dont want to waste your time...
      looks like about 100kb is maximum
      hmm or can i run micropython virtualy on computer and compile font myself?

      tried about 80kb size font (80px size) on m5stack and it works (only font looks little croped form left side on some letters) :) thanks

      posted in Micropython
      D
      devros
    • RE: Cahnge Font Size in Python

      hello also tried to compile font
      prepared font with ttf2c_vc2003.exe and uploaded to M5stack
      but python returns
      lcd.compileFont('/flash/impact.c', debug=True)
      memory allocation error
      False
      any idea whats wrong?

      impact.c is 160kb size (i need bigger letters)

      posted in Micropython
      D
      devros