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...
Mt need is to do frequency measurement of 0.01Hz to 99.99 Hz
We need a clock of 1us that added to a timer of that start on when the pulse low to high event happens and...
Hi there,
I want to connect multiple nus devices to S120 central. After connection with device, it starts to scan again after the BLE_GAP_EVT_CONNECTED event. And there...
Hi,
I am using the s110 and SDK 6 and trying to have multiple notifications from different services/caracteristics. For now I have two services, one for the battery and one...
Hello, i have a strange situation here with TWI module and i have no idea what is happening. I have read a lot of posts here on devzone and the code i am using is also found...
Hi,
I am using nRF51822 spi as a master to communicate with the AFE. Four bytes need to transfer each read or write process. I use nRF51_SDK_10.0.0_dc26b5e.
Configuration...
hi
I am trying to gather information on what is needed to create a mesh network using BLE.
I am more familiar with Zigbee/Thread, but I am asked to implement something...
I downloaded S212 for nRF52 from thisisant.com and programmed the softdevice to nRF52832DK(PCA10040) via nRFgo Studio. Then I copied the 'include' folder of unzipped softdevice...
I have been trying nrf-sniffer with no success. Setup is:
Win7 64,
Sniffer Win 1.0.1,
Wireshark 1.10.14 (both win32 and 64 tried),
PCA10000 and PCA10001
The sniffer...
I generally upload codes from mbed.org to my PC then send the hex file to nRF51822 by nRF51-DK's pins. But I don't want to use cables to upload hex codes to nRF51822. Are...
Hi community,
When I want to use the example multilink peripheral inside the s120 directory example of the SDK 6.1.0, I'm not able to compile the code.
The device_manager_peripheral...
So, I want to make an application where my NRF52 advertises an URL via the Eddystone beacon.
The URL will link to an webpage, that will connect to my device through the physical...
As here said link1 If we want to use flash in the mesh we should ignore APP_ERROR_CHECK(NRF_ERROR_INVALID_STATE) in ts_sd_event_handler() ,
2.And here link2 tell us...
How do I set up a variable length characteristic which is greater than 20 bytes and use notifications with this characteristic?
For example I have several variable length...