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 all,
In Sidewalk, the Lora we are using is connected to DIO3 through TCXO, which does not match the XTAL of sx1262 recommended by the official sid_end_device demo. Do...
I successfully read accelerometer data at 3000 samples per second . However, when transmitting the data over Bluetooth Low Energy (BLE) , I am only able to send 200 samples...
Is there any pre-existing library similar to the Arduino avdweb_VirtualDelay library available for the Nordic Semiconductor nRF52840 Dongle? I do see the procedure on how...
Hello In SDK 2.6.xx I used to define an extra CMake argument in the VSCode UI, i.e "-DMFG=1" This argument was available when CMakeLists.txt was processed so I could do additional...
We have difficulties to get RTT prints from MCUBoot while performing DFU.
As far as I understand Segger RTT is reinitialized when booting Application and this might be the...
I want to change the bitrate for different settings:
Different settings with 48khz&10ms:
I try ot change the prj.conf to add these:
But an error occurred during...
Hello,
I have a device that I want to operate on the lower range of RSSI (but still around -80dBm and have problems with disconnect. I would like to understand if there...
I want to capture device log. How to capture device log ? Which configuration I need to enable in SDK ? Can you provide sample example which capture device output log ?
We are planning to use NRF52840 for a medical device would like to know from Nordic or anyone from the forum about the verification/validation of SOUP (Software of unknown...
Hi, I am encountering multiple conflicts in the device tree view, which seems quite strange.
"Oscillators" appears to collide with regulator@4000 .
"Clock" appears to...
Hello,
We are in certification stages for our custom product based on the nRF7002DK. Our application requires BLE and WiFi to be operational simultaneously. Consequently...
Hello,
I am new to developing with Nordic products. I have experience working with other microcontrollers like Microchip and STM32. Both of those have their own IDEs. Does...
I would like to integrate System OFF mode of operation into idle system hooks in Zephyr (i.e. when the CPU is idle, it goes into OFF power state automatically). As it currently...
Hi there,
I want to advertise to multiple specific BLE addresses, but I don't know how to implement it with the nRF Connect SDK. Please suggest.
I aim to advertise to...
I am using an nRF52840 and nrf52832 to measure distance, but the reported value is almost twice the actual distance . For example, when the actual distance is 1 meter , the...