I am having an issue with running the initial blinky example that came with the nRF51 PCA10028 SDK in the Eclipse IDE . I will include screenshots of the issue. I believe...
I use nRF51-DK and nRF51-Dongle for a BLE sniffer.
Always the sniffer fails and marked with an error "Encrypted packet decrypted incorrectly (bad MIC)".
It can not be...
Hi,
I'm using long write in one characteristic but if I try to configure this characteritic with write authorization (attr_md.wr_auth = 1) it doesn't work. I need to send...
Hi, I disassembled an Acer Mouse and saw a chip named "NRF A 3152c 1517UH". Can anyone identify the chip or provide me with the data sheet for it.
Regards,
Steve
After i asked this question , i changed to use SDK 8.0.0 hrs "s110_for_dfu",
As the same step to try,
i downloaded softdevice(s110) & bootloader(for 8.0.0)
then opened...
Hello All,
I am trying to create multiple threads for an individual tasks. But when I am creating new thread my program is not working and it's going into some infinite...
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...
Hello,
With the CMakeLists file, is it possible to make an error during compilation if the SDK version is not the correct one?
Example: I am developing an application...
I'm trying to modify this bit-banging ws2812 gpio Zephy driver to run on an nrf9160 board. The problem is I can't mange to get consistent pulse timing using assembly instructions...
Hello
I have a problem setting up communication between a nRF9161 and a nRF52840.
I have a custom board with a nRf9161 and a nRF52840. These two are connected with 5 lines...
Hello, I'm using the nrf5340 and nrf Connect SDK 2.6.1. Currently the MCUBoot is immutable and the cpuapp image is encrypted (it contains IP and secrets). The MCUBoot is kept...
Hello,
I 'm updating from Zephyr 3 .2.99 to Zephyr 3 . 4.99 .
I attempted to add a main() function to my application . (Heretofore I have not been using a main() function...
hello I am designing a custom PCB using an nRF5340 and i have one nRF5340 audio dk with me and both are configured as a gateway and headset . i am facing an issue in pairing...
To do this by reusing the sample of nRF5340 Audio I am thinking of using it by editing the overlay file.
nRF5340 Audio has A/D linked to P0.24, Use P0.24 separately from...
When I tried to use the sd_ble_gatts_value_get() function and found no error but no corresponding value returned, I was sure I had the right value in my feature because it...
Hi,
I try to create a one-button minimal "smart watch" based on a small nRF52840 module (register button press) and a second nRF52840 'central station' (receiving and converting...
hi there i hope you are doing fine and best of your health. actually i am developing the custom app to communicate with nrf 52840 soc device through bluetooth, which is working...
I am using PCA10056 3.0.2 dk for my application
when search for schematics of this version board I am getting 1.0.x https://docs.nordicsemi.com/bundle/ug_nrf52840_dk/page...
Hello everyone,
I'm looking for some advice on a slightly offbeat topic related to the Nordic SDK.
I'd like to modify the Makefile of one of the SDK examples so that it...
Hi there!
I am trying to make an application that plays an audio sample to a BLE speaker (another nRF5340 running as headset) where the audio sample is in memory. I have...
Hello,
I am writing to inquire about an issue occurring on our custom board.
Ideally, we should print the logs from the device to identify the exact cause, but since that...
Hi everyone!
I have been developing an application for some time and everything has been running smoothly, until recently testing it and finding out some inaccuracies. ...