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 have nRF51422 borad and want to flash to nRF51422 with JLink.
I supplied to 3.3V power to board and is connedted SWDIO to p23, SWDCLK to p24. JLink is connected...
IUsing the Master Control Panel application on my Android device to connect to my nRF51822 module (acting as the GATT server), I have implemented the Device Manager (v10 SDK...
We wish to make a universal device that may used
for ANT with the nrf51422 and the 32kHz crystal.
or for BLE with the nrf51822 without the 32kHz crystal.
Will there be...
I'm trying to bring up a basic S120 application on PCA10001 based on the multilink central example, using the IAR toolchain.
I've programmed the S120 device using 1.0.0_3...
I'm developing a next generation device using nrf51822. To replicate existing behavior I'm trying to sniff the previous generation product behavior using the ble sniffer on...
Hello!
I am working with a NRF51822 and I need to change the address of pipes regularly (so I can use more than 8 NRF communicating together with ESB protocol).
My problem...
Hi,
I'm trying to understand if S120 soft device provides user configurable option for duplicate filtering of advertisement data. I couldn't find any info on the SoftDevice...
Hi,
I used the project gzll_ack_payload in nRF51 SDK for nRF51822, I changed the Device to send a packet per second, every thing goes OK with the default parameter.
...
Hi,
there is an example named gzll_ack_payload in the SDK of nrf51822.
when nrf51822 works in device mode, if a packet is send successfully, the funciton of nrf_gzll_device_tx_success...
hello,
i am having development board.in that i am doing the following things:
programming soft-device hex file
2)programming proximity hex file
in proximity code...
hello,
the function ble_stack_init () in the example of ble_app_uart are quite different from that in the example of ble_app_proximity in my first sight.
ble_app_uart :...
Hi,
I'm running a GPIOTE test that pulses a debug pin whenever CPU executes user registered GPIOTE handler. The GPIOTE trigger pin has a 8ms period, 8us duration low-active...
Hi
I used SDK v5.2, SD : s310 v1.0.0 and nRF51422 v2 (QFAA E0).
The power consumption is too high when I used GPIOTE to do interrupt.
Disable GPIOTE:
The current...
Hi all,
I implement a Time Client on my device, that will request a time update from my connected smart phone as a Time Server.
How can I add current time service/char...
Hi Dev Team,
Please guide me that, How to create the Service and Characteristics UUID for the nRF51822 development kit?
The service and characteristics UUID needs to be...
The provided module spi_master.c has timeout code and error returns from spi_master_tx_rx(...)
Given that there are no external control signals to the SPI block, only a...