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.
I'm using PCA10028 and SDK10.0.0, S130 v1.0.0.
And "ble_app_hrs_c" example is my reference code.
It works well before i add code for timer as below.
void start_timer...
Hi I am an student who is a poor fledging embedded engineer.
I met an error on using nrfgo studio
when I click the tab [Device]-[nRF5X Programming]
I used JLink_V510p...
Hi,
Using ble-app-uart sdk9 example:
Is there a difference where I initialize uart in main? My code is able to run when I shifted the uart_init() after ble_stack_init...
Hi,
I am trying to figure out which GPIO pins i can use as UART on a nrf52 chip if i put it on a custom PCB (Not DK !!). From the reference manual (page 513, 48.10.7 and...
hi,
i want to restart my timer before it expires.
suppose my timeout is 2 second and i want to restart it in between 0-2 second based on signal when i receive before expires...
I've notice that the ST Balun NRF01D3 that I've used for my current design is not listed as compatible with Rev 3 (Build code: H) nRF51822 Silicon. Has there been any change...
Hi everyone,
I am looking into Crossworks and SEGGER's Embedded Studio and since they are related I am wondering which one of them is more recommendable? Right now Eclipse...
Hi,
I have set ble_adv_fast_timeout = 0 (same problem with ble_adv_slow_timeout) to get advertising forever, but when in call sd_ble_gap_adv_start, i get error 0x07 (param...
Hi all
According the nRF51822 Product Specification V3.1, the 16MHz RC oscillator has a tolerance of at most 5% and can be used as clock source for the UART module.
...
Hi,
I am trying to change an example code on ble_app_uart_c (Central) SDK10.0.0 s130.
I have changed already peripheral example and I can see notification data if I...
Hi,
while flashing the device i get "Contents mismatch at: 0001C1C0H".
I am not sure if my IROM1 and IRAM1 settings are setup correct in the Target Settings of my Keil project...
Hi,
i have two microcontrollers: STM32F401 and nRF51822. They communicate by uart with flow control. I use 110 Soft Device from SDK 10. The maximum baud rate when communication...
Hi All,
I am trying to update the HEX file of LED_mesh example using DFU bootloader over-the-air. The LED_mesh application HEX file gets uploaded successfully by bootloader...
Hi Nordics,
I copy pwm sample code into my proximity project, to drive a buzzer .
I init pwm before softdevice. but, once "SOFTDEVICE_HANDLER_INIT" is excuted, the buzzer...
Hi,
i have a problem with nRF51 an nRF24LU1+. I use S110 and micro-esb library. I can switch beatween poroperty RF and bluetooh ( never run both in the same time ). When...