I read this older post ( devzone.nordicsemi.com/.../) and have a similar issue but with enough differences that I felt it was worth a new question.
I have an STM32 MCU...
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...
Now I am using the https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/samples/bluetooth/direction_finding_central/README.html and https://developer.nordicsemi...
HI
I am developing a product with nRF52832 and NUS's Central and Peripheral.
The basic operation is to transmit key input to the Peripheral's GPIO to the Central via...
Hi, I am using the Nordic NRF52832 with SDK 16.
In my device I want to bond to a single device at a time. If a second device wants to pair and bond the first device bonding...
Hello,
I have issue with my application size which is too big to success DFU.
So i checked the memory content with nrfjprog --memrd 0x0001C000 --n 0x5C000.
I see that...
Hello all,
I'm hoping you can help me with this problem, hopefully it's just a matter of wrong configuration.
I'm using an NRF52840 (uBlox) and so far everything has worked...
As seen below there quite some warnings seen with zap tool version 2024.6.4
Looks like few more clusters seems to be mandatory with this version
Appreciate if you can...
The description of the Crypto PSA TLS sample mentions that RSA certificates are not supported when building a _ns firmware (CMSE enabled):
https://developer.nordicsemi.com...
Hello, I've gone over the whitepaper on NFC tuning (nWP-026): https://infocenter.nordicsemi.com/pdf/nwp_026.pdf
I understand the procedures listed to tune the NFC coil....
Hello. If you put shell or sta example on the nRF7002 dk board and connect it to 5g wifi, the phrase "Connection complete" comes out, but if you focus on the actual wifi router...
It would be great to have a beginners guide to creating your own modules sourced from a private repository which can be used across your projects. I saw this reference Modules...
I am looking to reduce the size of an nfr9161 design from the dev kit. I was looking at several antenna options that are LTE but not 5G, SR4L034-L and SR4L049-L. Do you need...
I am building (v2.5.0) for both the nrf52840dk and the nrf21540dk.
west build -b nrf21540dk_nrf52840 -d build21540
west build -b nrf52840dk_nrf52840 -d build52840
...
In exercise1 lesson6,the step 10 add a picture to show what the number in two registers mean.
And in step 11, the temp is calculate by the way as follow:
But,ad the...
I need to decide which pins I should use for 3 LEDs (5 mA each).
The "recommended usage" column in the documentation for the nRF52840 in Table 1 Pin assignements
mentions...
Hi, Currently, we are evaluating Bluetooth mesh technology for lighting control. We would like to develop a web server ( issue commands to node and store information ) and...