Hello Support Team!
I use nRF52840 and migrate to nRF5 SDK 17.1.0. But I can't use Trace functionality, because SystemInit method from system_nrf52.c file use wrong pins...
I'm having some issues regarding the data update interval when running the asset_tracker_v2 application, particularly with adjusting how frequently it publishes data to the...
Dear Nordic,
it's about USB implementation. We need to add interface string descriptor for ineterface name. Using USBD_STRING_DESCR_DEFINE(primary) I've added that to string...
Hello,
I am using nRF52832, SDK_15.3.0, S132 SoftDevice and Segger for flashing the image. I am using ‘ble_app_blinky’.
Similar to WiFi and 802.15.4 where there are...
Hello,
Customer want to use
nRF51822 Bluetooth Smart Beacon Kit
with this requirements:
We need the most simple beacon. Additional sensors are not needed. Its main...
Hello Nordic team,
I'm using nrf52840 DK with SDK 15.3.0.
So I had an example sending data similarely to the ble_app_uart_c example that worked OK.
Basically I have...
Hello there!
We have a running prototype with an NRF24L01+ and ESB. But since it is not recommended for new designs, is there a successor for this setup?
Very low latency...
Hello everyone,
I have trying to store my serial data in nrf52832 SDK15.2 fs flash storage i need to appending data one by one in same file. i have using fds_record_update...
Hi,
I use nrf 52832 with pca10056 and i need to use float to filter my data with low pass filter, but with this device, it doesn't work. Do you know how can I use float...
I merged ble_app_uart with spi peripheral example, normal working like bluetooth connectivity, spi sending and receiving is working fine, but i want to transmit data received...
Hi
When I try and pair my App with my NRF52832 Nordic device, iOS responds with a popup 'Bluetooth Pairing Request'. If I tap 'Pair' here, the app connects, and all is well...
Hi All
I am working on nrf52832 but not using the SDK. how ever I had created the uart functionality on my nrf but many times I got the communication error.
I had taken...
I have the module nrf52840 You are about to download the nrf5SDKforMeshv310src file to run the Bluetooth mesh example. As I build, I get the following error. How do I fix...
The QSPI can be used to read/write data via the DMA registers.
The QSPI interface is used with code is running from the XIP memory area.
Assuming the XIP and data areas...
Hi Nordic Engineer,
We want to interface NRF52840 with MTK7628 over UART. Is there a client library for nrf52840 which we can integrate with our application which runs on...
Hi!
I am trying to get scan_req_notification to fire notifications when central devices issue scan reqs but without success until now. Here is my code:
Env: SDK15, SES...