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...
What benefit is there to RX gain for the bluetooth front end module
Most other 2.4 amplifiers do not have RX gain.
Our concern is the noise floor, would not the RX gain...
Hi Sri,
When referring to this ink , we know the typical and max ripple values are 70 mV and 100 mV respectively at REGOUT0=1.8V.
Two questions:
1. Do we have the...
I am attempting to add peer manager bonding and whitelisting to an existing app.
The app is simple, uses nordic uart services to pass 4 bytes of data between two embedded...
I am currently using nus and dfus service. It works fine. The secure DFU service is displayed in the nrfconnect app.
However, when ble_bas_enable, the duf service disappears...
Hi,
Is is possible to use printf while using the libuarte library? I am trying to link the nrf_libuarte_async_tx() function to printf but I am unable to make it work....
Hi there,
I'm using nrf52840 DK and Custom board, SDK 17.0.2, Segger Embedded Studio(SES v5.20
my issue is when we send/TX data through UART "static uint8_t text[] = ...
Is it a good/bad idea to put capacitance on the nRST line. I noticed the nrf52840 DK does not have any capacitance on the nRST line. At least none that I can find, tracing...
Hello,
I have a nRF52833 on a nRF52833-DK or the PCA10100 and want to do development but I have found several projects don't have a Segger Embedded Studio project (for the...
Hello,
I just installed nrfutil with
pip3 install nrfutil
All the requirements are met:
andreas@notebook-fh:~/github/pc-nrfutil$ pip3 install nrfutil Requirement already...
Hi,
I need close to 1Msps rates for my application and am planning on using a ADS7887 SPI ADC from TI. My question is on how to drive the SPIM and if an example exists...
I am having trouble getting peer manager bonding to work, wonder if you can help.
I'm using nRF52840 (on PAN1780 eval boards), SDK 17.0.2, Nordic SES 5.30a
First a summary...
Hi
As there are 12 PDP context available on nrf9160, I was wondering about the correct usage of them.
Usually, my use case involves only 1 context (cid=0). I configure...
I am trying to measure the current using power profiler 2. The profile seems to contain irregular spikes which is incorrect.
Is there any way to make adjustments to the...
I'm using the peripheral_uart example and I'm trying to increase the buffer size.
At this point the buffer size is 20 although I changed in my prj.conf the following:
...