User Activity

Code of main cycle:// Some "works"... ipf("Works 5 sec\n\r"); HAL_Delay(5000);   // Prepare... ipf("Power save STOP mode 5 sec\n\r"); double CounterVal = 5000 * 2.3125; if (HAL_RTCEx_SetWakeUpTimer_IT(&hrtc, (uint32_t)CounterVal, RTC_WAKEUPCLOCK_RTCC...
Code for prepare MCU ADhadc.Instance = ADC1; hadc.Init.ClockPrescaler = ADC_CLOCK_ASYNC_DIV2; hadc.Init.Resolution = ADC_RESOLUTION_12B; hadc.Init.DataAlign = ADC_DATAALIGN_RIGHT; hadc.Init.ScanConvMode = ADC_SCAN_DISABLE; hadc.Init.EOCSele...
How I use the BlueBRG as HCI-UART, on Bluez 5.55 stack as BT LE LR Dongle, command on btmgmt "find -l" thoes return nothing... ?
Kudos from