User Activity

I have a thermistor hooked up to the nucleo-l432kc to obtain temperature and display that temp on an LCD, print it to the screen, and light up a specific colour of an RGB LED. I want to be able to combine two colours of an RGB LED in different amount...
I have a thermistor attached to the nucleo-l432kc board and a C program that obtains the temperature and prints it on a terminal display, an LCD display, and lights up a corresponding colour of an RGB LED. I initially had my LCD set up to 3.3V (becau...
Hi all, I am currently writing a program that uses the STM32L432KC board (nucleol432kc) and a thermistor to obtain a temperature and then display that temperature on an LCD, a terminal screen, as well as turn an RGB LED on with different temperature ...