I have used your example of a bootloader nAN_18. I can create a basic program, with new firmware, and also load my new bootloader program at the high end of memory.
My...
Hi,
I'm developing some projects with the nRF51822 chip and I am not able to debug them successfully any more. However, I have previously debugged correctly some projects...
Hi,
We've been seeing an intermittent connectivity issue in Yosemite in discovering BLE services, namely scanForPeripheralsWithServices does not return anything. The same...
Hi there is a problem in github.com/.../nrf51-UART-examples
any one can help?
I put empty loop in main, and comment off all ble related int. and I process uart_evt by...
Hi,everybody!
When i install master control panel 3.10.0.14, i can't find nrf.exe in " C:\Program Files\Nordic Semiconductor\Master Control Panel\3.10.0.14\nrf ". Only nrfutil...
Hi,
I've been using the nRF51 dev kit, and today it stopped mounting when I plug it in. It doesn't show up as MBED or BOOTLOADER.
I use both Mac OS X and Windows, though...
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...
Hi,
I've noticed that in the examples that come with nRF5 SDK11 there is a template for creating BLE peripherals (ble_app_template). I was wondering if a similar example...
Hi.
I'm using PCA10028, SDK10.0.0, S130 as central.
After connection, if i want to change SUPERVISION_TIMEOUT, is it possible?
If it is, how can i do that?
I need...
Hi.
I am trying to get the RTC started, and I've followed the rtc example in the NRF51_SDK.
But things go wrong when I call:
ret_code_t err_code = nrf_drv_clock_init...
Hello , RX: nrf24LU Tx: nrf51822 use ESB Lib. But the nrf24 Can't receive data continuous.
if I Want receive 2th data , I must power up the nrf24.
This is my Code :
RFCTL...
hello,
I wanted an info which tool is better for debugging when using
native SDK.
do i have to use pyocd or openocd for native sdk hardware debugging
and if you can...
Based SDK 9.0 "ibeacon" example, nRF51822(QFAAG0) work's well when download the ibeacon.hex.
The target set as follow:
Based SDK 9.0 "ibeacon" example,nRF51822(QFABC0...
Anyone seen the new nRF52 online power profiler ?
It's an online tool that estimates the current consumed by your BLE application.
This allows you to better understand...
Hi,
Before starting advertising using advertising_start() function, if pstorage function is used to write data, then it gets stuck at that point as no pstorage handler...
Hello, I have an issue with ble_app_hrs_rscs_relay that doesn't seem to exist with the other sample projects.
The project compiles without any issues, but when I run it...