I have removed de fastled library, it works but the problems remain.
Posts made by kilam
-
RE: M5atom matrix: dimmable light
-
M5atom matrix: dimmable light
Just to share a simple project (2 minutes) with an M5atom Matrix and an arduino module k-018 (https://arduinomodules.info/ky-018-photoresistor-module/). Just plug the module in the M5atom (the S pin of the module must be plugged in the g25 , no way to plug it reverse) and upload the code, the M5atom matrix will be brighter as the light decreases. 5 led brightness and 5 different colors (changing color by clicking the screen)
I have encountered several problems with the leds: The screen has strange behaviour with some colors (especially with some predefined colors) and is white when the brightness is at 5. I don't know why, if someone has any explanation, please can you tell me?
The source code and photos are here :
https://github.com/kilamrauon/M5atom-dimmable-light/blob/main/README.mdA video about the project:
https://youtu.be/xxdDb_nvqsg -
M5stick c cplus memory game with joystick hat
memory game for m5stick c and cPlus
A Simon-like memory game for M5stick c and Cplus with joystick hat. You will find the 2 versions of the game (for m5stick-c a m5stick-cPlus) in pyhton and in m5f for M5stack uiflow.
you can watch a video here: https://youtu.be/wY2WibABzAo
you can find the code here : https://github.com/kilamrauon/M5stick_c_joystick_hat_memory -
M5atom web radios
I have mixed 2 sketches of web radios to make them work on the m5atom.
The button is used to switch between radio stations.
The sketch is here : https://github.com/kilamrauon/M5Atom-web-radios
You can watch the radio here : https://youtu.be/mannr5FVdJ0I tried it on M5atom matrix but I guess it's working on any M5atom, please tell me.
The big issue is to find urls that work fine, if you have any urls that work fine please could you post here these urls?
-
M5Stack face Gameboy liquid thermal sensor
Hi,
this is my first "published" project on M5Stack and on github.
I used Uiflow, I initially wanted to use the Calculator Face but the way it manages the numbers is not very easy so I switched to Gameboy Face.
it's a thermal sensor for liquids with predefined beverage or liquid (for example tea, coffee, bath...)
It uses up and down to select a liquid and set the temperature and the time (for the tea for example).
It uses right and left to manually set the temperature.
"start" set the alarm on/off
"A" starts the countdown and "B" stops it.For now it's only in french but if it's interesting some people, I can translate it in english.
You can find it at https://github.com/kilamrauon/m5_sonde_liquide -
RE: M5ez, a complete interface builder system for the M5Stack as an Arduino library. Extremely easy to use.
Hi,
I wanted to know if there is a way to use faces keyboard in the menus (i.e. I have the calculator keyboard and instead of using the three buttons to go up and down and select, I want to use the keys on the face, for example for selecting first line I will type on the key '1' and so on).
and if it is possible, can you give me an example of code using it.
Thanks -
RE: Wrong data with stick-c and env II
Thank you, I will try it. It's just weird that it's not giving the right temperature with the examples.
-
Wrong data with stick-c and env II
Hi,
I just received a stick c with a env ii hat and a speaker hat, the speaker hat seems to work fine but the Env ii hat seems to give wrong data, I used the example from uiflow and I get nearly 10 degrees higher than the real temperature. Is there something to do to get the right data or is it a faulty env II hat?
Do you think that the heat of the stick c could cause this? (I've tried to put away the hat from the stick with wires but I get 4 degrees over the real temperature)
Thanks