Suppose a nRF9E5 transmitter is set for continuous transmission on a channel.
A nRF9E5 receiver listening on that channel:
finds carrier and sets CD
finds address...
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 was working on a project and from one day to the next i am no longer able to flash my DevBoard.
When pluging it in it comes up as "E:\" name JLINK as always, but west...
We have a board that is to be certified by a Chinese test lab, so I need to create an image based on the direct_test_mode sample.
In Zephyr v2.0.0 I created a custom board...
Hello,
We are using nRF Connect SDK 2.0 on an nRF52832 and were wondering if it is possible to use BLE and Shockburst simultaneously? If I compile enabling both Shockburst...
Hello,
A couple of days ago I run the examples direction_finding_connectionless_rx and tx on two nRF52833dk successfully, meaning that I could see the CTE info received...
Hello,
I have reconfigured the nrf_dm sample from ncs 2.0.0 to use Zephyr Bluetooth Controller by adding CONFIG_BT_LL_SW_SPLIT=y to proj.conf.
But then it's stuck in this...
i am using the uart0 on a nrf52840 to communicate with an quectel bg95 using async api (dma) on zephyr 3.1.
from the uart interface there are connected rxd, txd, rts and...
Hi,
I am attempting to merge two example programs together and have hit an issue with a hard fault when my timer interrupt triggers.
This works fine in the standalone...
I refer to https://github.com/alc6/nrf52-pc10040-multiperipheral-passkey/blob/master/main.c for implementing static passkey. But pm_sec_params_set() returns errCode=0x7. ...
What I've done
1) Set up ot-br on an Rpi4 by following this guide .
2) Set up a 52840Dongle (plugged into the RPi4) as RCP by following this guide .
3) Installed the...
I'm using SDK 14.2.0.
I'm trying to read the device ID register from ISM330DHCX accelerometer this way:
ret = nrf_drv_spi_transfer(&m_spi[Instance], ®_addr, 1, read_temp...
Hi guys,
So lately, I decided to update the sdk from 4.1.0 to 4.2.0 and there are some problem that I can not solve myself. So I use the macro ZB_ZCL_REGISTER_DEVICE_CB...
Hello,
i've trying to update the codebase of our current project (under development) from NCS 1.9.x to NCS 2.0.x.
I'm experiencing hard fault crashes when I try to perform...
Hello,
I'm using SDK 17.0.2 with S113, v7.2.0 on the NRF52840. We currently have an instance of CLI running in our executive loop, and it works fine. We'd also like to implement...