Firmware on the Fire is really old. Please use M5Burner to upgrade it to 1.7.4.

world101
@world101
Electrical engineer and logical thinker that loves a challenge to figure things out. I’m a DIY/maker that likes to tinker with IoT devices and 3D design/printing. I’m not good at programming, which is why I heavily use uiFlow!
Posts made by world101
-
RE: M5Stack FIRE - no module named 'ntptime'
-
RE: Delay
Use timers to implement non-blocking code. Supported in Python and uiFlow.
-
RE: UnitV do not read QRCode
I tried it yesterday and could not get it to detect a QR code or barcode. TheFaceDetect firmware did work though.
-
RE: Updated version, working Core2 web radio player, M5Stack
Two things based on my testing.
- The program works with latest ESP8266Audio v1.8.1 library as well.
- I had to disable PSRAM in the Arduino board settings to get the program to work. When enabled, Arduino would flash the program and reset, but nothing would happen after that. Here is my board setup for Arduino on my Mac.
Thanks!
-
RE: Updated version, working Core2 web radio player, M5Stack
Just a suggestion... Instead of posting your code and updates here, can you please upload them to Github so change management and commits are easier to track? I apologize if you already have it on Github... maybe I missed it.
-
RE: The Max value of the slider cannot be modified !
Yes, I agree this is a bug with the slider object and also the bar object in the UI simulator, but you can easily work around the bug with the
Set range min max
block until m5stack fixes it. -
RE: "\n" becomes "\\n"
I guess it seems like a bug, but I'm not sure who's bug it is. The official Google Blockly does the same thing...
-
RE: (SOLVED) Help Needed: Keys KY-031 Knock Sensor Module connection to M5Stack Core
Since it's not an M5Stack product, did you verify it on an Arduino (Uno or other device) to see it working? Also, you might want to post your code to get more assistance.
That sensor looks like a basic digital low/high sensor. I have never used it, but I have been successful using pin 5 with a different digital sensor. Try pin 5 or pin 2.