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...
Hi
Hope someone can help me with the following:
I am using SDK 17.1.0 and SES (Release 5.68). I have copied the entire SDK and all project files to a cloud-based disk...
My Nordic device (nRF52833, using SDK 2.1.2) is a peripheral. I need to periodically transfer to it large amount of data from central device over connectable Nordic UART Service...
Hello,
I am working on Find my implementation . In my project , I don't have prj.conf but prj_ZDebug.cnfg and prj_ZRelease.cnfg are there.
I want to update few configuration...
Hi,
I'm trying to create a custom board definition for our project. So far, I used the nRF5340DK's board definition, removing unwanted definitions and aliases from the DK...
I am receiving the error "qspi_nor JEDEC id [ff ff ff] expect [c2 28 17]" on device bootup. I am using the nRF52840. I have the qspi disabled in my device overlay.
This...
I just move code from main.c to other files for it is too chaos to lay them together in main.c.
I got this error forever after trying what I can image,except delete "static...
Prior to moving to sysbuild, we were dynamically settings a CONFIG_ variable in our `CMakeLists.txt` based on the board passed to west. And this was working fine.
if...
I've had trouble getting the MCUboot to compile for our application which runs on the nRF7002DK board, and I have similar trouble with the Lesson 8 examples on the nRF7002DK...
I have searched this website,there is only 1 post,but that is not my scenario.
I think this is a normal use case:
There is a struct:
I want to allocate a queue for...
Hi!
I have a bootloader using SPI 3 for a bootloader LCD animation. Unless I attach an RTT console, the animation causes my DFU to fail 100% of the time. It is making me...
Hi,
Since I want to flash the factory data later, I don't want to use the default certificate. I set CONFIG_CHIP_FACTORY_DATA_BUILD to n in prj_release.conf , but a compilation...
Hi Sir, We are planning for a Hardware deign by using nRF52833 and we are stuck on what should be suitable the supply voltage. In some case the data sheet showing that it...
Hi there,
I'm encountering an issue while trying to flash a PWM example built with NCS v2.9.0 on Windows 11 (using Python 3.10 ). The build completes successfully and generates...
I have a collection of nRF9151 devices using PSM mode.
Each time the application attempts to send UDP data while in sleep mode, they get a detach request (from the network...