Hello,
Is there a link with a tutorial to explain how to develop in Micropython for AtomS3, without using UIFlow ?
In fact, UIFlow2 look great, but I can't find useful function such as adding a library to make API call and so on ..
Thanks !
Hello,
Is there a link with a tutorial to explain how to develop in Micropython for AtomS3, without using UIFlow ?
In fact, UIFlow2 look great, but I can't find useful function such as adding a library to make API call and so on ..
Thanks !
@kuriko Yes I suppose.
But it's confusing since it's clearly written on product page !
I will wait and hope :)
Hello,
Both technical sheets of Atom S3R Camera / Atom S3R Camera M12 say it's possible to use them with micropython / uiflow, but I still can't find any information on how to access and use camera through python ?
Any idea ?
Thx :)
Hello,
Is there a way to emulate a mouse with an Atom S3, or another M5stack board, with micropython ?
I found out that USB might be a little tricky, but maybe with bluetooth ?
Any idea ?
Thx :)
@jarain78 Hello,
I'm currently facing the same pb with my M5dial:
Any idea ?
URL_REFRESH='https://api.netatmo.com/oauth2/token'
params={
'grant_type':'refresh_token',
"client_id":'xxx',
"client_secret":'xxx',
"refresh_token":'xxx'
}
rep=requests.post(URL_REFRESH, data=params)
=> TypeError: object with buffer protocol required
omg , I feel so stupid !
Many thanks !
Any idea for the 2 more parameters on newCanvas ?
Hello,
I'm trying to use the Canvas in Micropython and can't get things working.
from M5 import Lcd
toto=Lcd.newCanvas(60,50)
print(toto.width(),toto.height())
toto.fillCircle(x=10,y=10,r=5,color=0xffffff) # centre
toto.push(0,0)
This does not display anything :/
I see that newCanvas can accept up to 4 arguments but can't find their signification.
Any help ?
Thansk !
Hello,
Is there a link with a tutorial to explain how to develop in Micropython for AtomS3, without using UIFlow ?
In fact, UIFlow2 look great, but I can't find useful function such as adding a library to make API call and so on ..
Thanks !