I have the nRF Control Panel Android application. It works fine with several BLE devices, but specifically for the Fitbit Flex, it fails to connect.
I know Fitbit wristbandes...
Hi,
The situation:
I was able to successfully receive known packets from a device running gzp_device_dynamic_pairing, from, the host running the gzp_host_dynamic_pairing...
Hi everyone
nrf51822,softdevice s130 2.0.0
now i used softdevice s130 establish two connection as a central with two s110 peripheral device,at the same time i establish...
Hello , I want use nrf24lu as "Hos" and nrf51822 as 'Device'.
I need some info about nrf24xx whith gazell .but I can't find info bout those param like:
typedef enum...
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...
chip N51822QFAACO
s110_nrf51822_5.2.1_softdevice.hex
keli 5
\nrf51_sdk_v4_4_2_33551\nrf51822\Board\pca10001\ble\ble_app_proximity\
works fine
nrf51_sdk_v5_2_0_39364...
Hello Everyone
I have designed my custom board using nrf51822 i have tested the votlage rating, on the VDD pins everything is fine (3v) but the real problem is my antenna...
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...
Hi,
I think there is the bug in SDK11 Spi slave protocol. After a msg is received from the SPI Master, I notice that the spi slave event always have the rx_amount and tx_amount...
Hi All,
I noticed these serialization FW with huge amounts of code in the makefile.
What is the core functional difference between any example with and without serialization...
Hi,
I use SDK v10, S110 v8 and dfu_dual_bank_ble_s100_pca10028. My application has dfu support.
When I write 0x0104 to DFU control point characteristic, my device is switches...
I am trying to use the ECB encryption mechanism and had it working perfectly well on the 11.0.0 alpha SDK. With the release of 11.0.0 it now hardfaults ( NRF_ECB->TASKS_STARTECB...
how do I modify antenna of nrf24l01+ by connecting external smt antenna to it? for this purpose I need rf ground and antenna core, I can't find rf gnd here. is that same as...
Hello,
I need a solution to scan for BLE devices and read device characteristics database through UART on PC (Win). Something like Master Control Panel, but a cmd line...
Hey,
I have a problem with sending data on Notification. The problem is data is transmitted in the characteristics even when the notification is not enabled by the app.
...
Hello I am happy to you to read this text...
I meet a problem...
when I want to work nrf51_SDK_10.0.0/example/peripheral/blinky/pca10028
so i clicked "Rebuild" but...
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 all,
I would like to setup a system where a single central BLE device (a smartphone) has to talk sequentially to several BLE perihperals (Nordic chips).
I need to...
Hi. I'm using PCA10028, SDK10.0.0, S130.
I made timer(repeated) as below.
void init_timer(void)
{
uint32_t err_code;
err_code = app_timer_create(&m_timer_id,
APP_TIMER_MODE_REPEATED...
Hi,
I have a nrf51-DK, and I use softdevice s130_1.0.0 with keil c 5.18a,
My project with custom service uuid "DFU" and custom uuid "my_uuid", and battery uuid, alert...