User Activity

Posted on January 11, 2018 at 13:52 Hello I'm using stm32f411 and I have my server written in node.js. I want to make that my stm32 would send random string to my web server so it will be like a kind of a captcha when logging in. Is this eve...
Posted on November 30, 2017 at 20:25HelloI'm using TIM3 on my STM32F4. Currently TIM3 period is set on 500 (using CubeMX). Is it possible to change it with pressing 'User button'?For example'if (currentPress == 1) {       htim3.Init.Period = 200; }...