_24LCXXX

Dependents of _24LCXXX

A dependent is a program or library which makes use of this library.

LPC1114FN28 I2C 24LC256 Test Program LPC1114
Clock with sensors for temperature, humidity and air pressure. TFT 2.2inch 320x240 SPI with SDCard socket. Sensors: DHT22 aka AM2302, SHT11, BMP180 RTC: DS3231 with 24C32 EEPROM on board. BMP180, DHT22, DS3231, QVGA, RTC, SDFileSystem, TFT
aquarium light controller wannabe
initial
Linear stabilizer voltage and current on lm358 and transictor. Digital control and indication on stm32f103rbt and tft01-22sp (ili9341). https://www.youtube.com/watch?v=DLC3KEtlr9I https://radiokot.ru/forum/viewtopic.php?f=11&t=112440 ILI9341, PowerSupply, PSTFT
Continuation (clone) mbed-os5-inerrupt_serial_readable_FIFO_12 Connected EEPROM. Now the settings are retrieved from it upon reboot. A watchdog timer has been created that expires after 100ms. #eeprom
When receiving a command line with a zero sum (empty lines), the flag_zerostart flag is set, and the current settings and values are transferred to the series. These zero settings …
The flag of the Stop button is accepted - closing of 4 valves, and the flag of the compressor buttons is a command for discrete output PB_10. The num_chan setting …
An additional block has been made in the parser for decoding incoming alarm settings for writing to the EEPROM. Additional digital inputs are activated.
The values of the EEPROM2 settings are displayed in pc.print in a special line with the current diagnostic data. An additional block has been made in the parser for decoding …
Messages transmitted via pc.printf to PC are supplemented with checksums to increase the reliability of communication.The pc.printf command was introduced, which sends an empty string once per second in case …
Removed pc.printf command that sends empty string once per second and associated timer_4, since the operator program was changed, a new operator Loc () was introduced into it. Instead of …
digital pin 11, pin 12 as an input limit switches are now normally closed. Returned timer_4. He now periodically opens the outlet valve to control water leaks. New variables are … control, H2O
On the i2c bus, Arduino Nano with address 2, transmits the weight value with a resolution of 1 kg. I2C, master-slave
The weight is now transmitted in Newtons. For this, two bytes are transferred over the i2c bus instead of one. I2S, n, weight
Added integration of analog channels, introduced three new setpoints (Pb_1, Pb_2, Tp) for automatic compressor operation. # compressor, #integration