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...
Hello everyone,
my application is build based on the mulitrole example. The device name is somehow limited to 4 letters.
I checked:
init.advdata.name_type = BLE_ADVDATA_FULL_NAME...
Hello, I attempted to enable the zephyr task watchdog model but whenever I configure it to enable the hardware watchdog module I get the error above. Any idea why I am getting...
Board: NRF52840
SDK: 16
Soft Device: s113
So our board is custom and does not contain a crystal. We are treating P0.00 and P0.01 as GPIOs for button inputs. P0.01 works...
Hi all,
I was able to create a mesh network with two nrf5340 boards configured with the mesh light sample and the mesh light switch sample.
I am trying to substitute...
Using SDK15.3 on 52840. I've got a UART set up talking to something at 9600 baud..
The short course here is that imediately after init, I get an IRQ with a NRF_SERIAL_EVENT_DRV_ERR...
Hello, I´m working on my audio project and I try to stream some audio data (currently a 1 kHz square wave signal with 3.3 V peak) over I2S. The audio signal is sampled by...
Hello, I tried to implement the zephyr executing time functions API on my nrf52 hardware and I got the above error. According to my SoC documentation (nRF52833), this hardware...
Dear Devzone:
I am developing the design of a PCB that implements the nRF9160 SiP module, I have doubts about how to make the communication interface to connect the module...
Hello,
I used the nRF Connect plugin for VCS to create a Zephyr/BLE project. It appears this copies many files into the "build" directory which are required to compile the...
I am getting compilation errors when using the DT_ macros to access SPI bus child entries.
Overlay file:
&spi1 { compatible = "nordic,nrf-spim"; status = "okay"; sck-pin...
hardware : nRF52840DK-52840
SDK : NCSV1.7.1
IDE:Visual Studio Code
I wanted to printf float value , so I set CONFIG_CBPRINTF_FB_SUPPORT=y in my prj.conf file, my application...
Hello,
I'm using following code to read ADC values. The minimum sampling time I'm able to read the ADC reliably is 60ms. I want to lower it to say 5ms or 10ms.
Is there...
To the kind attention of Nordic support team,
reading at this: https://developer.nordicsemi.com/nRF_Connect_SDK/doc/1.8.0/nrfxlib/softdevice_controller/README.html#softdevice...
Hello,
I have I am trying out the LPN sample from nRF5 SDK for Mesh v5.0.0 and I have an issue where certain mesh configuration messages (e.g. set publication, add application...