What is the official status of the Softdevice Serialization for S130 in SDK 9? I could see an older answer on how that was removed in SDK 8 but since almost half year has...
Hi
The documentation for the new feature in S110 v8 to change the gatt table size says that to change it the linker configuration needs changing .
This means it is a...
I used to be able to see my development kit in nRFgo studio and flashed S110 onto the chip. Now all I see is: "No boards connected". I am still able to flash programs onto...
Hello,
I have an iOS application communicating with a custom device having a nordic 8001 chip.
They have established a bonded relation. In nRFgo Studio, in Security...
Hi there, thanks for your help in advance!
I have tried the nrf51-ble-ancs-nus sample from github and making it work on a 51822 EK board, i.e., it can receive notifications...
I try to use hcidump, capture CSR dongle on ubuntu14.4.
I can find SDK8.1.1 s110 keypad demo create connection fail.
HCI Event: Command Complete (0x0e) plen 4
LE Set...
I want to experiment with recording observations of the beacons with raspberry pi's.
Is there any precompiled firmware I can install on the nRF51822 smart beacon...
I am using a nrf52840 dongle with SEGGER. I am trying to find the security mode and level of the bluetooth initially and after getting paired to another device too. My moto...
Hello. If using an nRF52840 as a coordinator, there seems to be a hard limit of 200 connected devices:
#define ZB_CONFIG_OVERALL_NETWORK_SIZE 200U
At least that's how...
Hello:
I have a problem here:
Connecting ... - Connecting via USB to probe/ programmer device 0 - Probe/ Programmer firmware: J-Link OB-nRF5340-NordicSemi compiled Apr...
Hello everyone,
I am planning to use the nRF9160 as the main microcontroller for my project. Alongside this, I need a Bluetooth module to transmit data to a mobile phone...
I'm using an nRF52840 as BLE peripheral with a custom service similar to NUS to send large data. The data is send in 4k chunks via BLE notifications to an Android phone. With...
In the nrf5340 Product Specification, the GPIO registers OUT, DIR, LATCH, DETECTMODE, DETECTMODE_SEC, and PIN_CNF[n] are all labeled as "Retained Registers". The definition...
I have had luck setting up signatures using MCUBOOT and sysbuild. However, I have not been able to encrypt the images. sysbuild.conf: SB_CONFIG_BOOTLOADER_MCUBOOT=y SB_CONFIG_BOOT_SIGNATURE_KEY_FILE...
I have a product that uses the nRF5 SDK that I do not plan to migrate to the nRF Connect SDK. My product uses ocrypto 3.0.8, which shipped with the latest version of the nRF5...
Hello,
I have an NRF9160DK board and a custom board running the SLM application that are exhibiting similar behaviour. Both boards work fine with the supplied iBasis SIM...
Here's a weird error, that started happening seemingly overnight: paths being parsed wrong on windows due to path separating backslashes being interpreted as escape sequences...
Hi,
I have done some searching and cannot find a direct answer to this. I have a gpio pin defined in a custom device in my board dts. I want to set this pin to high drive...
Is it posiible to use bt_disable on the nrf5340 board? for some reason it doesn't work, returns and error on this line:
if ( ! bt_dev . drv -> close ) {
return - ENOTSUP...
Hi all,
I need to modify the app.overlay dts overlay in mcuboot to be able to see the printout, among other small details. I was able to change them in the "C:/ncs/v2.5...
I'm switching from STM32 to nRF52840 and it's for a battery-operated device that only wakes up every few hours and only stays awake for about 10 seconds. With the STM32 (and...
One of our products uses the NRF51822 for Bluetooth communication.
This product is now undergoing CE certification. Is there a CE DoC (Declaration of Conformity) for the...