Hi Nordic,
I would like to re/program my device using a OTA BLE Bootloader but i don't want others to copy my firmware or at least make it very hard. As far as i know there...
After modifying the ancs example to remove the data and control points, the event_connect() subfunction in ble_ancs_c.c gets called immediatly upon a connection to a master...
Using nRF51822, I define keys and pins as follows:
Keyboard key
Mouse left/right key
Mouse move (up/down/left/right)
Media play/pause key
Pin 0 Mouse...
The bluetooth device keeps getting disconnected from the app, even when its not 'idle'.
I am using the android app mentioned here .
I need help getting started to solve...
Moving from SDK version 5.1 to 6.0, the buttons on my PCA20006 beacons no longer works as expected. When I press a button, it seems to register the release of a button incorrectly...
I posted another question along these lines, about using the Timeslot API to get observer behaviour with the S110 v7.0 SD, but I am having trouble getting it to work.
Are...
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...