User Activity

I've been recently trying to implement code to display the time in hours and minutes via the UART terminal. I've run into the issue where the time is inaccurate and increases by a minute every second and am not sure what is wrong with my code. I use ...
I recently created a digital potentiometer breakout board for the MCP4541-104E/MS, where I would set the resistance value dependent on a particular wiper value. Here is the schematic and layout (I changed the pullups from 10k to 4.7k):  Here is the c...
I have a program that displays the current temperature of a room on the UART terminal and I want to start getting into the habit of separating my functions into their own source and header files, however, I'm running into a couple of problems. Here i...
I have a custom PCB I designed where I intend to use UART via PuTTy, however, I'm not entirely sure how to do this through the cube IDE. Normally with the Nucleo L476RG, the device is recognized and I upload code via USB, however, I need to flash the...
I recently wrote some code with the help of stack exchange regarding an MQ2 gas sensor. I needed to alter the code to use DMA as the MCU I'm using for the project only has one ADC channel. My goal was to measure the ADC value of the MQ2 sensor along ...