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...
We have a nrf52840 in peripheral mode and with with custom services characteristics added. we want to reduce the over all connection time when we try to connect with central...
Hello,
I am having difficulties reading the ICCID of a solder sim that is connected to a B1 revision of the NRF9160. I have tried two different NRF9160s, two different solder...
We're getting this strange AppError that is supposedly coming from the SD (considering the PC is correct)
App error: id: 0x00000001, pc: 0x0001505C, code: 0x00000715
I...
It looks like the DK comes with a coin cell type battery and there seems to be a tab that can be pulled off to activate. Can someone explain how to switch into battery mode...
Hi,
Which BLE dongle can we use on PC in order to communicate with nRF52810 and nRF52832 chips?
Is there a desktop version of "nRF uart app" for reading and writing...
Hi all!
I want to run OTA DFU over Thread from a RPi3. Previous tests from a PC were successful.
I installed nrftuil: sudo pip3 install nrfutil==5.2.0
I added the...
Hello.
I am wanting to send an infrared signal from my nrf52 DK (pca10040). I've found code online for sending custom IR signals using pwm and a gpio pin. The IR signals...
Hi! We're developing an app which connects to BLE devices for different purposes. We've successfully enabled MITM using windows(an example from Microsoft) , but are having...
Hey, I'm trying to install the cat tracker application. When I'm executing the npm ci command. It is prompting the following error
ubuntu@ip-172-31-25-55:~/aws/nrf-asset...
I am trying to code a cycle power service and I need to add a server characteristic configuration descriptor. This service is probably the only BT SIG service that uses that...
Hi, I am trying to get the voltage level of the battery using the AT_command AT%XVBAT which I tested using the at_client sample. I tried integrating it with my current code...
From looking at the code when a message is posted to "all-nodes" fixed group address of 0xFFFF it does not route. I was unable to find this behavior specified anywhere in...
Hi forum,
I am working on nrf52832, using sdk 15.0.0. I want to send the data(command) from esp32 to nRF52832 through Rx ,Tx . I have done connections rx,tx,gnd . I can...
Hi,
We are developing our stack with soft device using nRF52840 as the Controller and have the below queries
1. How to configure a static random BDADDR which will remain...