wuwbobo2021

Results 29 issues of wuwbobo2021

I have a simple component with monitoring feature: . But it is simple and only provides basic functions.

In case of 2.2 m of wheel circumference, single magnet in the spokes: ``` #define WHEEL_CIRCUMFERENCE 2200 #define PULSES_PER_REVOLUTION 1 ``` When the speed reaches 4r/s (4 * 2.2 *...

It seems like the macro `CAL_BAT_V` in generated `config.h` corresponding to the parameter "Battery Voltage" is only used for battery capacity level calculation for Bafang display module, it is likely...

What Bluetooth profile is this controller based on? What type of command makes sense? Please add more descriptions in your App. I was trying to find an App that sends...

According to this article (https://simd-everywhere.github.io/blog/2020/06/22/transitioning-to-arm-with-simde.html), it isn't too difficult to migrate the program to ARM NEON. I think you've already condidered this but have faced some difficulties, would you like...

STM32F1 is probably the most popular series in ST’s product line for many years. Is there any plan about it? There’s another crate `stm32f1xx-hal`, lacking some functions (especially those for...

Here's a failed attempt for USB bulk double-buffered Tx IN transfer (from device to host) on STM32F103, based on `VirtualComport_Loopback` example in `STM32_USB-FS-Device_Lib_V4.1.0`. Unfortunately there's no sample application on the...

Inspired by a simple program published by @nguyencongminh090, I tried another way of score counting. The code is here: . Lacking real interest in the game, I’ve decided not to...

According to the ESP32-S2 reference manual, the download boot mode can be entered by holding GPIO0 down when the chip is reset (CHIP_PU is hold down). when CHIP_PU becomes high,...