Iam trying to display the uart data as a scanned response.nRF51822 receives the data from PIC and it is displayed as scanned response during advertising.the problem is nrf51822...
Hi,
This is a bit more of a typo report.
In the Debug Logger doc page , app_trace_init() is supposed to return an int but in its function declaration it's said to return...
Hello All,
I'm trying to build a receiving unit using the nRF24L01+ and PIC16F628A. Im using an nRF24L01+ and RaspberryPi as my TX unit which i managed to get working ...
Hi,
We have a device using the S110 v6.0.0 softdevice and the SDK v5.2.0.
We started working from the Proximity application available in the sdk.
Is it possible to...
Hi,
I have a simple demo device that does play to be a mouse and a keyboard using HOGP profile. I can get it running with Linux pretty well and I can get it running with...
Hi,
I have a simple demo device that does play to be a mouse and a keyboard using HOGP profile. I can get it running with Linux pretty well and I can get it running with...
Hi,
I'm migrating from SoftDevice 6.0 to SoftDevice 7.0 and I'm trying to implement the DFU in SDK6.0. I am experiencing an issue where whenever the DFU begins(reaches 0...
Hello,
I am in big problem, just couple of months ago i managed to run dfu over BLE mesh. Even now its working in windows platform but for some strange reason its not working...
Hi,
I use dongles with custom application that combines Thread and CDC ACM. The application works fine, but after restarting PC several dongles with this application stopped...
Hi,
I have a smartwatch that has a nrf52832 chip inside. It firmware runs on S132 SoftDevice ver 2.0.1 and has an OTA bootloader which supposingly allows me to upload firmware...
I am evaluating the nRF5284 SDK 15 Module in HCI mode. I am trying to scan Extended advertise when: 1.Extended non connectable non scannable advertising, Primary_Advertising_PHY...
Hi,
I have just purchased a nRF52840 usb dongle ( https://www.mouser.in/ProductDetail/Nordic-Semiconductor/nRF52840-Dongle?qs=gTYE2QTfZfTbdrOaMHWEZg==) .
I would like...
Hello, I am a beginner and I just got a Raytac "MDBT50Q" bluetooth 5 module based of nRF52840 Soc.MDBT50Q does not come with a builtin frimware to respond to AT-commands.Can...
Hello, i have this problem with DFU, in Mesh SDK v3.0, i am using PCA10040.
this is my boodloader_config_default.json
and i am using this for make the pkg.
and...
Hi!
For our development purposes I am implementing NRFUTIL 0.3 for mesh on Android/Java, migrating it from Python code, via UART/Serial, for DFU purposes
It looks like...
Hello,
I am having difficulty using a single TWI to support a DAC (MCP4725) and IMU (BNO055).
I am using nRF52 DK, and SDK 14.3 with the SEGGER IDE. The DAC is running...
Hi,
I am trying to run lte_ble_gateway sample on nrf9160 DK, but in debug I can not catch breakpoint on main().
When I going in debug mode step by step I find that the...
Hi
I am new to the NRF52840. I am trying to receive data from nrf24L01+ to the nrf52840 Development kit. I find some examples from the SDK radio receiver using PCAl0056...
Hello all:
I am using nRF52-DK(pca10040)to do some tests.
I want to use gazell and at the same time, I want to detect the events of the NRF_RADIO, connect it to PPI. ...
Hello,
I am using Eclipse to create a project using code from ble_app_hrs and I am developing for a nrf52832 chip. Unfortunately, I am getting a "was not declared in this...
I send a sequence of characteristic writes to my device, in code based on the nRF Toolbox. Sometimes I see this error message. Why does it happen and what steps can I take...
Hi Team
I created an own interface layer using the mesh SDK's "flash_manager" to have a simple API for accessing my application flash area.
Now, I am facing the problem...