I am running Windows 7 Pro SP 1 64 bit and have gong through the tools installation procedure, in particular running nRFTools_7_7_0_Installer.exe. This ran the J-Link V5.02...
I am very familiar with the arduino side but the BLE is brand new to me. I was wondering if I can use P0.00 and P0.01 to talk to the arduino and if its possible how exactly...
Debug Logger without softdevice, and the define ENABLE_DEBUG_LOG_SUPPORT to my project in the C/C++ tab.
i just test, very simple , but cannot get debug log..
int main...
I am trying to use the scheduler, but I would like to know if it is possible to have events with different priorities... As an example:
Task A - Priority LOW
Task B -...
FIXED (see below)
Hi!
I'm developing software for nRF52 on nRF52 preview DK, which I got on the Global Tech Tour.
LED blinking (blinky) example is running OK, so I moved...
Hello everyone,
I am using the great platformio toolchain that supports the mbed framework so far. I am still a newbie to it however.
I want to be able to use both 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...