M5burner on windows7 cannot flash
-
Strangely, it does light the led when I use digitalWrite(10, HIGH) but then nothing happens with digitalWrite(10, LOW)
If I use digitalWrite(10, LOW) first, it sets the led ON... -
Ok I'm running 1.4 and getting a syntex error.
Try upgrading to 1.4.0 beta and try again. -
@ajb2k3
Thanks for your help
I intended to use m5stick with kids but maybe it's too early...
Both UIFlow and Arduino environments seem still unpredictable -
@ariane98 Its strange because all I use is UIFlow and I am writing an english book on it (samples available to download in the projects forum)
For the current M5StickC competition i'm using the IMU in my project however, I'm using the online version and programming over wifi. -
@ajb2k3
I am using UIFlow online too, but no luck with IMU... -
@ajb2k3
is it possible too use the stick as a vry simple webserver? -
Don't know about the web server but here is my imu test file
https://github.com/Ajb2k3/UIFlowHandbook/blob/master/main (8).m5f -
@ajb2k3
I get the same I2C bus error
If I upload it to the stick I get a grey screen with no data displayed -
updated to 1.4.0 beta and that's OK now
Thank you
I've looked at your book...quite nice -
@ariane98 said in M5burner on windows7 cannot flash:
updated to 1.4.0 beta and that's OK now
Thank you
I've looked at your book...quite niceIts still WIP and I am open to comments a criticism.
-
@Ariane98 you can check out my guide for simple webserver, it's written for the M5Stack in micropython, but you shouldn't have any problems running it on the stick c https://www.hackster.io/lukasmaximus89/m5stack-micropython-simple-web-server-20a4c4
I'm curious to know what age students were you thinking of using the stick c to teach with?
-
@lukasmaximus
kids from 8 to 14
I've had workshops with "bare" ESP32 and an online coding tool
Interesting but too complex to be fun for kids -
@ariane98
Regarding you guide, I uploaded it and the screen shows 4 "Labels" saying Text. It does not mention wifi connexion, or failed connexion -
@ariane98
It works now, after some minor changes
Thanx again