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...
Hi,
I'm using nRF5 SDK v. 14.0.0. I'm trying to pass a context pointer to the NRF_SDH_BLE_OBSERVER macro, but am running into compilation errors. I want to do something...
Hi,
I'm building a project with nRF52832 dev kit and the SHT10 temperature and humidity sensor, I'm searching for a library/example project of this sensor and the nRF52...
I'm planning to make a custom board using Thing52, following the reference desing. I have some questions (1) Can I use nRF52840 instead of nRF52832? (2) Do you provide an...
To reduce power consumption during sleep I have to completely disable the UARTE0. This is done before sleeping by :
NRF_UARTE0->TASKS_STOPRX = 1; NRF_UARTE0->ENABLE = UARTE_ENABLE_ENABLE_Disabled...
We are using Bluetooth Developer Studio along with Nordic's code generator plugin (Nordic Semiconductor nRF5 1.3.0 SDK 14.0) for our project.
We've made a couple of improvements...
Hi!
I got an error while compiling the proxy client example in BLE Mesh SDK V 2.0.0 as The object file build/light_switch_proxy_client_nrf52832_xxAA_s132_6.0.0_Debug/obj...
HI al
I have a bicycle computer (A) host (SDK 12.1 51822QFAC S130-V2.0.1) and a slave device (B) for measuring bike speed and cadence (using 2032 batteries). 1. When the...
Hi, I was recently asking about OPUS - https://devzone.nordicsemi.com/f/nordic-q-a/32875/how-compile-opus/128181#128181 . Now I am able to run encode on audio data and decode...
Hi
We have a nrf51 dongle for use in a school prosject When the nrf51 dongle is connected to the USB slot in a computer it boots fine without holding the button when powering...
On the Getting Started page, I do not see the USB described in Step 7. I do not see any device. The LEDs flash and the buttons light up LEDs 1-4 as described.
Thanks
Hi,
I'm using nrf_serial 'object' in order to communicate nRF52832 with an external device.
As I work in non-blocking mode I need to verify if there's available space...
Hi,
We are migrating SoftDevice 5.0 -> 6.0.0-6 alpha on sdk 14.2 (s132->s140) in order to be able to evaluate long range. During the migration we stumbled across some problems...
hi all,
I have an issue with hardware in the circuit, which is designed by my self. The PCB has designed a customized
condition:
I have erased full memory and measure...
we want to support the serial bootloader with SDK13, but find that the example is Experimental: Serial Secure DFU Bootloader, can we use it stably? the SDK14/15 don't Experimental...
I am using nrf52832_xxaa and SDK11.
Is there any formula that states the relation between the advertising & scanning parameters(advertising interval, scanning interval,...