Hi
I need to sync a PC with a BLE board. Fixed delay is not a problem, but jitter should be max +/- 1 ms.
Our competitors have solved this issue some how.
As we all...
Hello. Right now, I am connecting an external flash using SPI. The external flash is used for firmware updates. I'm trying to launch sQSPI to access the external flash. I...
Hello, I would like to ask if the latest SDK version supports power management on the FLPR core of the nRF54L15. According to this article, the power consumption is quite...
Hello Nordic Team,
I am reaching out to ask for some advice and/or guidance on how I may debug code that:
1. Is initialized and runs BEFORE main
2. Is part of the zephyr...
Dear Nordic Teams :
I find the NFC current and find the current is quite large in the datasheet version 0.8. The value is much bigger than nRF52840. Is it correct?
Hello,
I am using nRF52832 and having a problem with the Low Power Mode. I am not sure if I am either not getting it to stay in low power mode when my UART is initialized...
What is the maximum server node count running light switch example? In documentation there are multiple facts: 1) " If you have more than thirty boards for the server, set...
When I use the nRF Toolbox to upgrade the nrf52832 device on the mobile phone (huawei mate9 Android8.0), I have the following questions: The first time I opened the update...
The device sending data will be accepted to the callback function nrf_gzll_device_tx_failed, But the host side receives the data and calls the function nrf_gzll_host_rx_data_ready...
Hi!
I'd like some help in understanding the initiation of provisioning. We would like to have something along the lines of:
Using a mobile app, a user receives a list...
Because I encountered the same problem, so I needed help. I ran the nordic official example E:\sdk\nRF5_SDK_14.2.0_17b948a\nRF5_SDK_14.2.0_17b948a\examples\ble_central\ble_app_multilink_central...
I have successfully used the guide for BLE DFU.
But now I have trouble using the DFU via serial port. Do you have a guide for serial DFU?
I have tried two things.
...
I have a weird question:
On the nRF DKs (51&52) there are pin headers to connect them to an Arduino.
When delivered, on these headers there are some sort of plastic clamps...
As I working on a new project I am writing the code to support the new SDK driver structure and not including any "legacy" code support.
This highlights the fact that the...
I have a custom board with nrf51422-QFAC, used with SD 130 and SDK 12.3.0. My firmware consist of ble_app_hids_keyboard example modified. Schematics are attached below.
...
Hi all,
I using 1 Provisioner provisioning for some Nodes (light switch server) . If I have 5 Nodes in mesh network
I want to remove Node 4 from network and then add it...
I am working on a BLE peripheral (nRF52832 & SDK 15) which uses the Peer Manager to handle encryption and bonding to a previously existing central device. Sometimes bonding...
I am using the Segger Embeded studio and wondering about the SWO output.
I know I can load code and set break points with just SWDIO and SWDCLK.
So with RTT do I really...