User Activity

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 ...
I recently have been working on a custom board with the stm32f030f4p6 for a gas sensor project, I just got it to bootload successfully and blink some LEDs so now I'm using the ADC channel to read values from it and converting it to a voltage level fo...