Same on my machine :( no AP at all....
Posts made by 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
-
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) -
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)) -
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
-
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
-
RE: Cahnge Font Size in Python
@loboris
thanks :) can test it when its ready ... -
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 -
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
-
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)
-
Micropython libraries
hello all,
started playing with mp5stack Fire. Great device :)
UiFlow looks nice, but i want to use loboris build. Because i miss some features as serial output, uplading etc...)
Flashed and all looks and works ok. But some library with pin names and preconfigured built in devices would be nice (based on specific device M5STACK/M5STACK FIRE). Found this but its not complete link text.
Also uiflow has own library m5stack any chance to realese this code.