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,all
when i want to notify with MITM,there is an issue with my project.
my central role device is IPHONE and the app is lightblue .
When i enabel notify ,the nrf52382...
Hello,
I am using battery (3V) to supply nRF51822 system and the circuit is made according to DCDC mode circuit. My question is :
what is lowest voltage the battery can...
I have two p_storage_param modules param and param2 . param would store 3 blocks of 16 bytes and param2 would store 10240 bytes (10 pages). I called pstorage_register (param2...
Hello,
I followed both tutorials about using Eclipse GCC and migrating to peer manager.
I get no error when I follow them individually, i.e. when I use the project included...
Hi,
I developed an application based on s110 using the nrf51 DK and it works fine. The DK is based on a nrf51422 QFAC which is the biggest one in terms of memory sizes. Now...
Hi,
the mesh_dfu.c requires the definition of tx_config_t, which I can't find anywhere in the repo branch sdk-8-support. Same with RBC_MESH_EVENT_TYPE_DFU_SOURCE and other...
Hello,
This is in reference to the following:
devzone.nordicsemi.com/.../
The post talks about the maximum size of application that one can in order to be able to...
I'm trying to get the PWM example to compile in SDK 10. However I cannot get app_pwm.h to compile. I get the following errors:
expected expression before '{' token ble_app_hrs...
Hi All,
We are in design Phase of our product and would like to use NRF52 Chipsets for it. Please Clarify our query regarding it.
I have two Nordic NRF52 Chipsets , One...
Hello:
Im using SDK 10 with softdevice V130.
Im opening UART:
uint32_t err_code;
const app_uart_comm_params_t comm_params =
{
RX_PIN_NUMBER,
TX_PIN_NUMBER,...
Hi,
In nRF52832_OPS_v0.6.3.pdf chapter 16 Power-Power management.
It describle as follow:
Automatic switching between LDO and DC/DC regulator based on load to maximize...
Hi all
I found the following thread that mentions that the "radio test example" can be used for FCC testing:
devzone.nordicsemi.com/.../
Now the certification lab...
Hi,
We have the samples of the NRF52 in CSP, but we don't find the documentation concerning the pin assignments.
We would like to do a routing with this chip, is it...
I am trying to incorporate our Manufacturer name to the Device Information Service. I am working on the ble_app_uart example which does not include the file ble_dis.c nor...
Hi Mate,
When I test the example of ANT which is named as hrm_tx(heart rate transmitter), after I programed the ANT_s212_nrf52_0.5.1.alpha.hex and the application of hrm_tx...