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...
Nrf Mesh App Version 3.1.6
After provisioning 2 nodes, I connect to one as a proxy, whenever I try to "get TTL", "Read State", or refresh the configuration server after...
opened nRF connect and attempted to open the dongle with this. When I plug the dongle in without holding the button, i get this error
2021-02-14T20:18:30.648Z INFO Using...
I am unable to generate setting using nrfutil.
Command used is as follow:
nrfutil settings generate --family NRF52840 --application pca10056/blank/armgcc/_build/nrf52840_xxaa...
Hi
I'm trying to use the LIBUARTE library together with BLE_NUS example in SDK 17.2.
From the libuarte sample I add these lines to NUS example:
I also modify sdk_setup...
Hi!
I am trying to flash some Zigbee related code to experiment with creating DIY smart devices (specifically Zigbee and matter ones) using my Arduino nano 33 BLE. One problem...
Hi,
I flashed open_bootloader and it seams to work. I was following this question . However, after building application (I am using ble_central/ble_app_gatts example), creating...
hi,
im using nrf52811 customised board,for long range purpose im using softdevice s140
so i need to port secure boot loader pca10056 to pca10056e
can you please me reagarding...
Hi,
I have tested the ble_nus code in NCS v1.4.2
where i can't send 250 bytes
I want to send 250 bytes to ble nus data send for 100 ms once
How to enable data send...
Hello,
I use the nrf5340 pdk. I would like to flash the led1 with a duty cycle which is different from 50%, so i tried to open the binky_pwm project, but the segger shows...
Hello,
what is the correspondence between the number of pins indicated in the dts file with the port number and bit of the chip.
for instance:
& spi1 {
compatible...
Hi,
I am using nrf5 SDK and working on proprietary Nordic. I saw that in the code there is no option for 250 kbit/s Nordic proprietary for nrf52840. However in nrf52_bitfields...
Hello
I'm using the nrf52dk board. It's been good so far, but suddenly there's a connection problem with Bluetooth.
I tested it with SDK's various ble examples. Debugging...
Excuse me:
The chip can individually erase the application without erasing the uicr with nrfjprog?Which nrfjprog command is used to erase the application only,I want to...
There is an QSPI interfacing example, and there is another FATfs example for the externally interfaced SD card, though I cannot make the same fatfs sd card example work for...