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...
Looking for someone that has previous experience building multi protocol / time slot topologies using a mix of BLE (central+peripheral) & custom Gazell connections running...
Hi,
Please fix this bug: The DK device is no longer found after following the following procedure
Problem operation process emerges
windows:
DK:PCA10090 0.9...
Hello,
I started my prototyping with the 52840DK and the SD Card was working fine. However, with the 5340 dev kit, I cannot get the SPI to work and access the SD Card properly...
Hi,
I connected my nRF52840 dongle to the laptop, it was detected with a red LED glowing on and off. Later I installed the nRF Connect software and installed the Power...
In our nRF52832 application, we have an external 32.768KHz crystal as the nRF52832 low frequency clock source. We also have a 32.768KHz oscillator on the PCB that is used...
Hello,
There seems to be a bug with scanning for many Bluetooth advertisements while simultaneously sending data over uart in Nrf sdk v17.
I have tried to work around...
When loading the nRF Connect Plugin for VCS, I am receiving either a crash message or the message below. It looks like a Python syntax error in the kconfig extension. python...
SDK 17
Soft device 7.2.0
nRF52840
Started with the 'fatfs' example, updated it to allow uninit, and to not reinit the IO if init is called multiple times.
it's working...
Hello everyone, I combined work with a timer and an example from ble_app_aurt pca10040 s132, the problem is that the timer does not work evenly, yes, I know about the low...
dev environment segger embedded studio with nrf5 sdk
I have separated my project source and the paths of nfr5 sdk the project have different folders for different drivers...
I'm using led1 alisa for indication that network core is runing. But if I compile program, variable is not initiated from DTS. It looks like compiler does not init dtLed variable...
Dear Nordic,
we are developing FW based on nRF52832, SDK 17.0.2. We have 2 devices: BLE Central with SD S332 and BLE Peripheral with SD S112. The Peripheral is basically...
Hi, I am working on an IoT project that will use lwm2m, I developed an event manager architecture using the helloworld example base. Now that I am starting to develop the...
Hi,
Is it possible to check somehow if a BLE packet has been transferred (or not) from a peripheral to the central device?
Through a succesful transmission flag or something...