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; }...
Posted on January 11, 2018 at 19:06 Thank you Golab.Bogdan, that is really helpful. Actualy I'm using STM32F411VET6, and also CubeMX, Keil and RealTerm if these informations help you. So I could use UART's Transmit function and than send for ...
Posted on January 11, 2018 at 18:42 Golab.Bogdan thank you for your answers again! Is it possible to achieve that via USB, or how could I send/recieve data? Notice that I'm just beginner and my STM32F4 is just a default board. I was using I2C and...
Posted on January 11, 2018 at 19:39 Golab.Bogdan Oh damn, that's bad. Since I can't use UART than, I guess I'm gonna use USB OTG. Am I still able to communicate with my server via serialport? Or what is the easiest way to communicate with server ...
Posted on January 11, 2018 at 17:26 Thank you for your answer Golab.Bogdan.It is actualy a localhost server for now, so nothing ******** yet. I would simply like to have array, with few different random strings inside. Then on each attempt to lo...
Posted on December 01, 2017 at 19:17 Centauris.Alpha and Turvey.Clive.002. Thank you both for you answer. Since I'm total beginner (only a week or two) I don't have much idea how to make it. But thanks for ideas, I'm gonna check out what else I...