-
If I set up the Systick feature as below (where I have defined TICK_INTERVAL_MS already), the Bluetooth functionality stops or if it was not already advertising, cannot start.
SysTick_Config( (F_CP…
-
Hi,
So the `IoModule` is quite restricted in what it can do. I don't mind writing a `SensorModule` of my own, but are there any examples of using sensors with/on a nrf52840dk board to be seen anywh…
-
### Description of defect
When the BLE stack is configured to disable extended advertising as below:
```
"ble.ble-feature-periodic-advertising": false,
"ble.ble-feature-extended-advert…
-
**Describe the bug**
Tests from drivers.timer.nrf_rtc_timer.basic (zephyr/tests/drivers/timer/nrf_rtc_timer) fail on all platforms.
**To Reproduce**
Steps to reproduce the behavior:
1. go to ze…
-
Hi @beegee-tokyo
I am trying to test this library with the [Arduino Core Mbed and Arduino Nano 33 BLE](https://github.com/arduino/ArduinoCore-mbed) but I have the next errors
Undefined function…
-
Hello,
after i found some problems with longer debug outputs on cc1310 i took a look at the uart implementation.
The UART TX Code of the most platforms uses polling and waits hard for each byte. B…
-
Hello,
I'm trying to program NRF52832 using Black Magic Probe made of STM32 (as per https://medium.com/@paramaggarwal/converting-an-stm32f103-board-to-a-black-magic-probe-c013cf2cc38c)
However I…
-
hello 又是我, 上一个问题提到的 52832 编译的问题 我多次尝试之后发现 报错是跟一个配置有关 就是这个
> NRF52_DISABLE_FPU = yes # 禁用FPU
如果使用52832的主控 但是又开着这个fpu 编译bootloader的时候就会报错, 如果是 52810 就没关系, 不知道是我的环境有问题.
另外还想问一下 禁用这个有什么影响. 上个issue 关…
-
```
Arduino:1.8.14 Hourly Build 2020/06/24 01:33 (Windows 10), 开发板:"Generic nRF52, S132, Crystal Oscillator"
In file included from C:\Users\77183\Documents\Arduino\libraries\MySensors/MySensor…
-
**Note**
This sample is just to provoke the issue. This is obviously not a real scenario but it's the easiest way to show it.
**Describe the bug**
When a central device updates connection paramet…