@lamfan You need to show your code so we can try to see what's happening.
Posts made by ajb2k3
-
RE: drawJpg refresh rate is slow
-
RE: New to Atom S3R - Screen stopped working after burning firmware
@slooker Does the Firmware say compatible with S3R?
If not then that's why nothing is happening. -
RE: Need Module with I/O for connections...
@SirMichael Did you not see the GPIo breakout modules or units?
Did you looking the MBUS connector? -
RE: NET ERROR
@Kris You do what it says, check the network and try again or switch everything off, check the network, switch everything back on and then try again.
-
RE: Unable to run UIFlow or M5Burner on Win10
@Lupa13 Have you installed the latest python and have you installed ESPTools ?
-
RE: Integrating Minecraft Story Mode with M5Stack for an Interactive Experience
@minecraftapks-0 Sounds very interesting and could be a great idea. Look into how it works on the Raspberry pi.
Both the Pi and the M5Stack use Micropython as the base programming language so it could be possible with minimal porting. -
RE: Smart Config for UIFlow 2 and AtomS3
@bluedude the blocks were there the last time I looked but might be under a different category or hardware option
-
RE: M1 mac support?
@rapttor Check you cables as I have an M1 iMac and it works fine for me.
-
RE: Need Module with I/O for connections...
@SirMichael Have you looked on the M5Stack website?
-
RE: TVOC/eCO2 accuracy
@greenleaf Can you set up some kind or record to show the reading from both over a long time?
I haven't done a long term test so I'm curious.
If you can map the deviation between the two then you should be able to tune the sensor.
Also some thing else to check is if they are reading at the same resolution. -
RE: Label+ and Image+ don't work at all
@greenleaf Images have to be of a very optimised specification to work as the memory of devices is limited.
I haven't replied because I have been so busy with other things.
If I find time today I will have a look at these specifications. -
RE: New M5 AirQ not working?
@gjwep no communication driver?
Faulty cable, have put it in boot mode? -
RE: [UIFlow] Open source UIFlow
@jomolinare You can already make custom blocks.
-
RE: Is it possible to extract code from an M5Stack AtomLite?
@JS1234 not really because what is on the atom is a compiled file and so does not contain the source code
-
RE: M5 Stack Unit V K210
@JDZAWODNIAK not at present as I haven’t had time to work on a project.
-
RE: MQTT connection
@travisstdenis The connection blocks need to bee in the loop not the setup.
-
RE: configurazione
@Giuleogreg said in configurazione:
una volta acceso, devo un software per farlo funzionare?
Dovrebbe essere dotato del firmware UIFlow preinstallato. In caso contrario, puoi usare M5Burner (disponibile sul sito web M5Stack) per masterizzare e aggiornare il firmware.
-
RE: Extremely slow compiling
@Jonny-Spaceman It sounds like you may have a conflict.
You should delete arduino and all of the libraries and start from scratch.
UIFlow Micropython is the preferred language for programming M5Stack and its much easier to learn.