The nRF54L series is a new device to the nRF family, and during the bring-up of the chip from early engineering samples to mass production devices there have been quite a...
Hi, I am fighting with a bug I found in SDK v2.8.0 for BLE scan filter on a test project as follows: 2 Devices (Ezurio BL653-DVK using the nRF52833), both having central and...
During the setup process for nRF Connect SDK v2.4.0, an error occurred preventing the SDK from installing correctly.
The environment details are as follows:
* macOS...
I need to implement a function to store some parameters such as uart baud rate and use these parameter for device initialization, The parameter could be modified when the...
Hello,
I`ve got a working S120 peripheral BLE device with custom services and characteristics.
I am able to connect and bond with iOS and Android. But I cannot connect...
Hello:
Im rewritting a program from ST32F105RC to NRF51822.
In a part of the program of ST32, it checks if the interruption from pins 5-9 (EXTI9_5_IRQn) is enabled, and...
Hi,
I worked with temp sensor example and sofdevice s110 and something stuck on some function.
Anyway, I made readout from registers but softdevice blocks register access...
My nRF51 will occasionally lose connection to the computer, and I have to disconnect and then reconnect it before it will work. How can I reset the device dynamically, without...
I'm trying to compile a project I have for nrf51 on nrf52. I am running into errors with macros not being set.
For example:
error: #20: identifier "ADC_CONFIG_RES_10bit...
Hi,
I'm working on a sensor application that sends out fairly large quantities of data via BLE notifications. I understand how bluetooth works and have read and followed...
Hi,
I'm currently testing ble_app_uart on nRF51822 custom board. I connected it to nrf51 DK P19 and was able to program the hex file successfully.
But it doesn't run...
Hi, In your documentation you specify the maximum CPU temperature 85 DegC.
What problems could one expect after this point?
How much safety margain du you have on this number...
I'be been reading over and over the datasheet but cannot see how to dissable Enhanced ShockBurst features for my application which only requires basic one way radio.
I...
Hello,
I'm trying to program that module, but i can't do it correctly.
I'm using a program that works fine in nrf51 DK, but when I program this in ptr5518 my smartphone...
I want to port either the S210 experimental DFU over ANT_FS to serial DFU or the S110 dual bank serial DFU project to be S210 compatible.
I'm using S210 V4 and SDK 8
...
I would like to connect more than 8 devices to a single host. Therefore I would have to set the same role to multiple devices.
What are the implications of using the same...
HI,
I have some problems with the function sd_ble_gap_scan_stop(). I want to stop scanning into the RTC1 event handler but when I use this function (sd_ble_gap_scan_stop...