UIFlow for M5Paper
-
@Slartibartfast are you sure? In Beta 1.7.0 I only see Core Ink, but not Paper.
-
I can confirm what @sodoku reported. In UIFlow online the Beta version 1.7.0 the M5Paper is not present in the devices list
-
@slartibartfast When I look at 1.70 BETA, and goto the "Get API" section, the M5Paper is NOT listed.
-
Its been a month now. What is the status of getting the M5Paper into UIFlow?
-
For me the same, no M5Paper is listed when I choose the Beta version in UIFlow
-
-
@shotokutech great content thanks, has anyone got an example of how to access the onboard temperature and humidity data? the sht30 is not listed as hardware in uiflow, im having trouble getting anything of sense using i2c.
-
@dubfitx UIFlow is early alpha so expect things not to work.
I'm working on an adafruit cap1188 and deciphering reading is a nightmare! -
thanks for the heads up. have things going using arduino ide, looking forward to using uiflow on this.
-
So far I've been having a blast with UIFlow on the Paper.
I have encountered an error, though, when using "Http Request"When the code is Run through the IDE it works fine but when the code is "downloaded" to the device and an HTTP request is executed it errors with exception OSError 118 which I guess means the wifi is having issues in the application mode but not Run mode.
I was able to code around this by adding an additional "wifiCfg.doConnect('AP', 'AP_Password')" before the code is executed.
Other than that it's fantastic using UIFlow for development!
-
I’ve got a program that uses several HTTP Get statements for stock quotes and weather. I don’t know that I encountered that error. I do have the WIFi connect like in my setup though. I had issues parsing the json file I got back on the weather, but that is more user error that anything I think. I ended up editing much of my code after I roughed it out in the blocky side. I’ve really enjoyed the Paper in UIFlow though too.
-
oserror 118 is an issue with Micropython. from what i can tell, its an issue baffling the main MP devs.