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 read the data manual of 52832, but I have some questions about the following parameters, like CM_FLASH,CM_FLASH/MHZ,CM_FLASH/MA,please explain it in detail and what...
Hello ervery one,
I am doing development on NRF52840. I have a problem as follows looking forward to your guidance.
I need to jump to Application 2 (address: 0x32000)...
I See in the discussion that I can see I/Q for AoA.
I see this examples "direction_finding_connectionless_rx" on zephyr I Think that I can start debug using the data from...
I want to transfer a few bytes of data between two NRF52 modules.
I have checked out the BLE Blinky and NUS example and understand the gatt client and server ideas.
My...
Hello.
I am using SDK version 17.0.2.
The example code uses nrfx_spim . Target board nrf52832
The nrfx_spim project confirmed that 10040 did not exist, only 10056...
hello,
in the case
Case ID: 227777
https://devzone.nordicsemi.com/f/nordic-q-a/46439/turning-services-like-hid-on-off-without-disconnect/309149#309149
In the...
I've got a Thingy:91 plugged into my computer and can see its USB terminals (/dev/tty.usbmodem143101 and /dev/tty.usbmodem143104). I can also see the "ZEPHYR USB" volume and...
Good morning,
I am working on nRF52840 DK, using nRF5 SDK.
I am trying to communicate using SPI.
However, I found out that the function nrf_drv_spi_transfer took 10µs...
I am developing a solution with the nrf9160 that should use LTE and GPS at the same time. But unfortunately I am having some problems. Perhaps somebody from Nordic or the...
Hi everyone,
I am working on a project using nRF905 as an emitter and another Receiver(different than nRF905), the receiver is programmed in a way to perform some actions...
Hello Nordic Team,
I am having issues with the peripheral_uart firmware for the nRF52833.
1.I can use UART_init() or nrf_drv_uart_uninit() in nRF52-SDK to enable or...
hi all, 1. may i know how to get started of designing an AOA, mainly on how to send a CTE packet from TX to RX is there any code base or command that i can use? 2. i had noticed...
I am trying to establish a tunnel from ZigBee client to ZigBee server on nRF52840 using "nRF5 SDK for Thread and Zigbee v4.1.0".
Starting with the examples "examples\zigbee...
Hi everyone!
Challenge :
I'm trying to stream data from 9 nrf52832 (12 bytes each) to a computer, hopefully at 25 Hz at least (it seems more than realistic!).
Dream...