When you download win driver (from www.nordicsemi.com/.../72324929 for instance). There's only a win32 dll/lib provided.
However, modern development are often made on 64bits...
hello, Nrf24LU (Rx) , nRF51822(Tx).
The Nrf24LU Can only receive one packet。
if I use this function twice , like this:
The Nrf24LU can receive Continuous.
I guess The...
Hi,
I use SDK v10, S110 v8 and dfu_dual_bank_ble_s100_pca10028. My application has dfu support.
I reset to bootloader from application after writing 0x0104 to dfu control...
I have a nRF51822 device.
When the connection interval is 50ms.
The transmission distance can up to 50m+.
But, when the connection interval is 1000ms.
The transmission...
Hi,
I have a simple question. It is possible to use the ble-sniffer nrf51822 on Kali Linux? I found a guide to use it on linux but I don't know if it is the same for Kali...
I've modified Nordic's "Nordic_Keyboard" sample to work with my custom board, just simple modifications to use custom_board.h rather than the default PC10028 configuration...
Hi,
I use HID application with S110 v8.0 profil.
I use BLE HID Keyboard example.
I put datas from smartphone to BOOT KEYBOARD OUTPUT REPORT and I whant read them by...
I'm working on a battery powered system which needs to keep track of an absolute time stamp. So I need the RTC module and some kind of energy saving mode. As the RTC is not...
8.0, multilink example, peripheral, s110 softdevice.
By walking through sections of codes and doing some research, I reckon if a connection were being established after...
I try to Development with GCC and Eclipse following tutorial
but i get some problem , which i can not solve alone.
so hopelly someone can help me to solve it ,thx!
that...
Hi,I use nRFgo Studio to erase nRF51822, like this
but it display: ERROR: Invalid serial number!
I found the question how to use nrfjprog --snr??? ,I can get the...
I am using the nrf24l01 on a FRDM k64f board, I want to communicate between the board and my laptop, so I have bought a nrf51 dongle.
I am using mbed on the k64f board...
I try to create a custom boot loader that enable to update soft device via data come in from SPI msg. When I try to use the command nrf_nvmc_page_erase() to erase the flash...
Hi everyone,
I'm a beginner in Android development and BLE environment, and I want to communicate with the nRF52 card using an Android app. In fact I have to develop an...
hi,
I am using the nRF51 with code from SDK 9, as well as the S110 softdevice and made a custom service(128-UUID) with bond using device manager.
connection and service...
Hi,everyone,
I would like to know that what's the dedicated bonding ?
I saw this in the introduction of a BT chip.
I am confused with 'dedicated bonding'.
And what's...
Hi,
I am using the nRF52 with code from SDK 9.2, as well as the S132 softdevice. I basically ported code from the ble_uart_app into the twi_example to send data over bluetooth...
In the very first blinky example from the nRF52_SDK_0.9.1:
#include "stdint.h"
#include "stdint.h"
#include "nrf_delay.h"
#include "nrf_gpio.h"
#include "boards...
hello,my experiment phenomenon is:one nRF24L01's channel is 0x0A,used as send terminal;the other one nRF24L01's channel is 0x02,used as receive terminal;receive terminal can...
I try to make a build of the example ble_app_hrs_rscs_replay_pca10028 (central and peripheral experimental) in SDK 10. My MCU is nRF51822-CFAC, and I'm using IAR compiler...