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...
Hello,
there is the following page:
https://github.com/NordicSemiconductor/IOS-Pods-DFU-Library/blob/master/documentation.md
Known issues
Since iOS 13.3 (?)...
Hi all. I've seen a few posts about this, but none of them seem to have the knowledge I'm looking for. I am helping plan a device that has two units and will connect to a...
Hi, guys.
I'm using nRF52 DK (PCA10040) and 16x2 LCD ( ST7032i ). I would like to create a custom icon (e.g. degree Celsus ℃). Here is my code. It doesn't print anything...
Hi,
I would like a solution for encrypted OTA firmware update and I just realized that the Secure DFU doesn't enrypt the firmware image just sign it.
I find this Q&A:...
Is there a way to change the Thread SDK example program (\examples\thread\ncp\ftd\uart) baud from 115200 to a higher 460800? If so, what steps are needed to make this change...
With SDK For Mesh v5.0.0 the replay cache is saved to flash using MESH_CONFIG_STRATEGY_ON_POWER_DOWN. In mesh_config_load() a check is made to ensure that there is enough...
Hi,
I'm working on porting BG95 to nrf52 sdk, it'd be a lot helpful if I can get a head start with some open source implementation(AT parser libraries, drivers porting etc...
Hi,
In the Product Specification for nrf52840 it´s written that setting CONFIG (0x50C) register to Pause (0) would pause the watchdog while the cpu is halted by a debugger...
nrf52840 with SDK15
I am trying to update 3 characteristics if the correct value is written to an authenticated read write characteristic. Actually all of my characteristics...
I'm trying to create a simple point to point link using the nRF24L01+ with a new non-arduino microcomputer. I've searched the internet for example Python programs but only...
Hi,
I would like to double check with you if 9-pin cortex-M adapter board for Jlink can be used and connected to PPK P21 connector : https://www.segger.com/products/debug...
Hi Team,
We are using the nRF52840 DK for one of our project, as part of that we are using internal flash one of the sector with start address of 0xfc000.
We have written...
Hello, we are having a low occurrence issue when attempting to write some data in NVM using fstorage.
We are using a nRF52832 as a BLE peripheral using SDK15.2.0 and SoftDevice...
Nordic colleagues,
We just received our nRF 52840 DK and are attempting to install the nRF Sniffer application to use with Wireshark. We were able to program the DK with...
Are there any plans to expose a raw packet interface for the nrf9160? And ideally forwarded via an async serial port, perhaps as an option for the SLM application? i.e. without...