I will be deploying my nRF51822-powered devices into the field and the end user will not be able to have any physical access to, for example, power cycle the board. I need...
Hi,
We are using the ble_app_uart example in evaluation board to read data from some sensors and send it to the nRF UART V2.0 in Android 4.4. Every 20 ms I am trying to...
I am try this at nrf51_sdk_v6_0_0_43681\nrf51822\Board\nrf6310\s110\ble_app_hids_keyboard
Firt I connect to Android device and keep one whitelist.pp_addrs and one whitelist...
Hi,
Parameter uint8_t ble_gap_scan_params_t::filter is present in the documentation, but not implemented.
Checked for SDK 5.2.0 and 6.0.0.
devzone.nordicsemi.com...
After I get a Disconnected() event, I want to start scanning again, therefore try to call StartDeviceDiscovery() again.
IsDeviceDiscoveryOngoing was checked before.
The...
Hi, I wanted to ask a question regarding sending data.
I currently have external memory that will send out serial data (SPI) to the nordic microcontroller. I have saved...
Hello,
i recently received several nRF54L15DK kits.
The example good for channel sounding works well but left us with a question about the BLE antenna.
According to...
Hello when I build an application on VS Code, the terminal give this error :
warning: UPDATEABLE_IMAGE_NUMBER (defined at C:/ncs/v2.8.0/nrf\samples\common\mcumgr_bt_ota_dfu...
Do we have documentation anywhere detailing which pin is used or not in the 9161 DK and 7002 DK? I see docs like this:
Board control
Buttons and LEDs
I selected pin...
Hello ,
i m using sdk 15.0.0 and spi example for flash winbond 25q64 read write .
i m successfully read manufacture id,,device id.
but problem is writing and reading...
Hello,
My name is Calvin and I am tasked with testing the NRF52840. I want to create my own development board for prototyping a project, but I do not want to keep plugging...
I'd like to know if the below info. is correct.
QDID of the nRF5340 chip itself : 11524
QDID of the Host system used in nRF Connect SDK version 2.8.0: Q322804
BR...
Hi,
I would like your support in reviewing and helping define the correct configuration for the NPM1300 charger in our application.
Here is the current configuration we...
Hello,
I am using the following device and development kit:
Device: NORA-B106-00B (nRF5340)
nRF Connect SDK: 2.0.2
Currently, to ensure that the connected...
I am currently working on a custom board with the nRF9160. The modem initialization function nrf_modem_lib_init() terminates with an error.
The error log is as follows:...
While working on a device for personal use, I needed to reference some official BLE documentation. I noticed that many of the documents — including:
[BLE Core Specification...
I'm having some trouble with the discovery module. The way the service I'm connecting to has the same UUID for the Bluetooth LE service as for its characteristic. I get this...
I upgraded from v2.7.0 to v2.8.0 of the nRF Connect SDK and noticed that the UART was no longer working.
It seemed the UART receives one byte and calls exit. Transmit doesn...
Hi,
Apologies for a newbie question (I am far from a developer and just need to flash firmware)
I have a nRF52 DK connected to my PC running nRF Connect for desktop...
Hello everyone,
This might be a somewhat silly question. I'm trying to use SDK v17.1, and have an issue with the app_timer library.
I remember that before SDK v13 one...
I'm using an nRF52840 with SDK 15.3 under FreeRTOS and SES, BLE only
I'm trying to implement a master side (I've got the peripheral side running no problem). The idea is...