User Activity

I am using a Nucleo-L476RG board and I am using USART2 for serial communication. I bought the sparkfun QR scanner module and it has a TX and RX pin. Can I simply connect the TX pin from the scanner to the RX pin (PA3) of USART2 and receive the data f...
I am using the Nucleo L476RG board and I have configured TIM2 to output PWM in Channel 1. I have very basic code that should output a 25% duty cycle because I set the PWM pulse in the TIM2 parameters settings to 250. I have tested several pwm pins an...
I am using the Nucleo-L476RG board, and I am trying to configure the board to scan a QR code using a camera module. My question is, can I use a normal camera configured with the board and then code it to read QR codes, or do I need a specific QR read...