I have ASUS ZenPad 10 with Android 5.0.2,
BLE device on nRF51, S110 SDK9 with fixed passkey and encrypted characteristics with following settings
#define SEC_PARAM_BOND...
Looking for someone that has previous experience building multi protocol / time slot topologies using a mix of BLE (central+peripheral) & custom Gazell connections running...
Hi.
I have nRF51422 borad and want to flash to nRF51422 with JLink.
I supplied to 3.3V power to board and is connedted SWDIO to p23, SWDCLK to p24. JLink is connected...
IUsing the Master Control Panel application on my Android device to connect to my nRF51822 module (acting as the GATT server), I have implemented the Device Manager (v10 SDK...
I have successfully compiled BLE application using tutorials provided on nordic website.
but when I start doing debugging for better understanding find out that I can not...
Hey,
We got a problem when trying to figure out how to detect the custom services from Unity. We are trying to read data and afterwards to do some manipulations of objects...
I want send ble bond connection request from raspberry pi to nrf51882.
Can you please let me know which ble libraries I need to send central ble bond request to nrf51882...
Hi all,
I was wondering if anyone has any recommendations before turning the system off using sys_poweroff (); ? I plan to use this API to turn the system off upon command...
Hello,
I have impelemented a communication ble between two boards nrf52dk. This is correctly working and communication is very fast.
I want to implement a communication...
Hello, I am implementing a radio interface with a master and a slave. the master sends a synchronization frame every 1ms. this way the slave can transmit data for 500us, every...
As far as I know I added CONFIG_GPIO=y to my project. But the errors fill the build terminal window.
How do I see the rest of the log?
Am I missing an include?
Hello Nordic Experts,
I am developing using the nRF52833, using the module BM833 and a custom board with the Nordic SDK. I am running the UART example with some modifications...
The scan delegator functionality has been implemented in Zephyr and the samples\bluetooth\broadcast_audio_sink application uses it. A broadcast Assistant than therefore scan...
HI,
two years ago I started my adventure with the nRF52840 microcontroller. I started using SEGGER Embedded Studio for ARM as my development IDE. I created a peripheral...
I have compiled and run Torbjørn Øvrebekk's ESB MPSL sample ( github.com/.../ncs-esb-ble-mpsl-demo) for the nRF5340, which works great, but the cpunet on the PTX side hard...
I am using VS Code with the NRF Connect extension and NCS v1.9.1 and whenever I use LOG_INF with some simple text, Intellisense gives me the following error:
The actual...
If the legacy USB Driver for J-Link is not installed on Windows, some nRF DK boards do not show up in the device list in the nRF Connect for Desktop tools.
The latest nRF...
Hello,
I hope you are having a nice day. I just updated from nrf Connect SDK v2.4.2 to v2.5.0 when I encountered this bug.
Part of my application is based on the nrfx_prs...
Hi,
I made a DFU procedure with:
nRF52840 DK as Disrtibutor
nRF52840 Dongle as Target
Since composition data of my new firmware was the same of the one allocated on...
Hi, I am developing an application to read the ADXL355 via SPI. I have not been able to read the register of my accelerometer. And I don't know why. I tried reading the register...
Hi, I'm getting an error saying that "ble_link_ctx_manager.h: No such file or directory issue"
This is the main.c file:
Also, I have attached the snapshot of my project...
Hi!
I'm developing for nrf52832 using zephyr. I'm using the nordic hal driver in order to use the PWM with EasyDMA. The PWM is used to control a piezo buzzer. The PWM is...