Hi
I am working with a custom board with nrf52832 with only 32Mhz external crystal. My application is working in the nrf52832 development kit but when I use the custom board...
NCS 2.9.1
NRF52840
Sysbuild but with only a single image (no bootloader)
I've been trying to figure out how to change the merged.hex output and how to perform additional...
Hi!
With SDK15, I figured that is possible to change the advertisement content on the fly by overwriting the content of `adv_data.adv_data.p_data` and updating `adv_data...
Hello,
I attempted to follow the nrfutil offline install instructions. However, I keep receiving the following error when trying to install the device package on the remote...
Hello, I’m trying to compile code for a u-blox C209 AOA Tag. I installed the nRF Connect Extension Pack and was able to build normally.
After adding some unrelated paths...
This stopped working for me... Error is the following
Command failed: git ls-remote --tags --heads github.com/.../sdk-nrf
fatal: unable to access ' github.com/.../'...
I'm using SDK 7.1, PCA10028 eval board, SD310 2.0.1, MCP 3.8.0.7
I need to check if notifications have been enabled by the central - if they have I then want to notify...
I wanted to test nrf51-ble-driver_linux_0.5.0 in the latest Ubuntu, but got this problem:
...
OSError: libboost_thread.so.1.54.0: cannot open shared object file: No such...
Is this even possible? I have a BLE connection with an interval of 7.5 ms. I've set up a radio notification with a distance of 2680us in order to be able to transmit 4 BLE...
Hi,
I want to know how sd_ble_gap_authenticate api works.After executing this api, what are the events invoked at peripheral end. Is there any event that blocks CPU or...
We are designing product based on nrf2401A
The problem that we encountered was that the nrf2401A forgeted configuration data, was it possible ?
we use our product in highly...
Hi,
I am using the nrf51822 in an intermittent high-current application where if the battery is close to dead, will sometimes cause the chip to reset because the voltage...
I am using SDK 8.1.0 and Eclipse on a Mac. I am having difficulty flashing my app that uses the nRF51 sdk onto nRF51. I am using JLink
I assume I need to flash two things...
Hi nrf51 developers,
I'm developing multiprotocol application by combining BLE and a proprietary protocol. I'm using concurrent multiprotocol timeslots API. Started with...
I am new to programming both the nRF518122 as well as the Cortex-m0. As I have been building and running the example apps that come with the nrf51 sdk, I run across the CMSIS...
Hello,
I'm developing device application where I need:
peripheral (advertising also when in connection)
central role
whitelisted connections
maybe some encryption...
Hello,
I'm trying to do some simple printfs to hyerperterminal as a way to debug my code. I have used the uart example init code but nothing prints:
void init_uart(void...
I have enabled data ready interrupt bit and also enabled the fifo bit and also enabled gyro_fifo and accel_fifo bits in mpu6050 so that when data ready interrupt occurs the...
I have a nRF51DK. The Softdevice on the board is S110.
I load the ble_app_template from the SDK 8.1 on the chip. It builds with success. Now with the MCP I am able to see...