@felmue Good idea. Thanks
Posts made by Kris
-
Deleting QR from screen
In this program I try to set the temperature using Remote + and it works. However, I have a problem with removing the QR code from the screen. I delete the screen with a long press of A, but the texts do not return to the screen although they are in a loop.!
-
RE: IR unit
@iamliubo Hi, Are you interested in writing a program for money? Two signals from the air conditioning remote control need to be recorded.
Best regards -
IR unit
Can anyone write a UIflow program in which the M5 reads and writes the signal from the IR transmitter and then can send it?
-
Pins in UIflow
Which physical pins on the M5stack and M5stick correspond to pins 0-5 in UIflow?
-
RE: DAC library in C convert to UIflow
@gaviota I know this unit. But I have a unit on the MCP4728 chip. There are python libraries available but I can't make a custom block. Can you?
-
Tvoc in UIflow
I bought a TVOC / eCO2 unit but it is not in UIflow?
I know the address of the unit, but I do not know the registers. Besides, I think an initialization procedure is needed. -
DAC library in C convert to UIflow
Can anyone convert the DAC library written in C to UIflow? I have a * .rar file
-
often lost connection
my computer often loses communication with M5 core, I checked on 4 different computer models
-
RE: DAC module
I tested the DAC module. You need to use dac0.writeData (Volt, save = True) in the range from 0 to 2700 to get from 0 to 3.3V. For variable indications to be similar to voltage, they should be divided by 0.00125.
-
DAC module
I made a simple temperature regulator. I have attached a DAC module. Everything is fine when I send zero value - the module gives zero. If the value is greater than zero (1-100%) the DAC module gives 3.3 V or 100%. Do you have any description of how the DAC module works?