I followed the forum posts and nan-29 to get eclipse 4.3.2 to successfully connect to JLinkGDBServer via a Segger J-Link EDU on Ubuntu Linux.
I can start the GDB server...
I'm using Softedevice 6.0.0 and SDK 5.2. and Keil 4.7.
I Modified bootloader project so it compiles with both ble and hci transports. Currently I use button_0 and button_1...
I am working on the proj that needed 2 MCU and nrf51822 work as slave.
I would like to know any ref on how to firmware upgrade on board without external tool?
We're looking for a Nordic nRF51822 based low profile/small USB dongle that we can use for our iBeacon software.
It would need to come complete with casing and the ability...
Hi all,
i want to establish connection between two threads in cmsis-rtos, can i use
1) semaphore to do this?
2)message queue should be used or any other ipcs can be...
Hi,
I have two CPU in our product. (STM32F2 and Nordic nrf51422).
I use serialization function to link those two CPU(refer to ble_s110_serialization sample)
But I find...
Hi,
My behavior is as follows
Turn on my device(use 51422) and advertising(2 Service and 3 Characteristic)
Turn on my cell phone(Samsung Note3),scan my device...
I have a use for the pstorage module and while going over the implementations in the Nordic examples and libraries, I found a use-case of pstorage_register() in bootloader_init...
Hello,
I would like to use the PCA10028 close to the conditions of a future custom board at 1.8 V (including I/Os) but I would like to keep the ability to do source level...
I am using the 8.1.1 version of the SDK on a Rigado BMD-200 device, s110 version of SoftDevice.
The code has set APP_ADV_TIMEOUT_IN_SECONDS to the maximum (all bits set...
My main App must be able to use the soft device directly or serialisation when a external Connectivity chip is used. How can this be done? In the examples it's done at compilation...
Hello. i useing keil v4, s110 softdevice, nrf51822 ek boards.
I want to check my runtime.
So i use under the app_timer
app_timer_create(&m_heart_rate_timer_id, APP_TIMER_MODE_SINGLE_SHOT...
Looking at the nRF51 UART Example, i know that all packets transmitted over a BLE link will be protected by CRC on the link layer.
But how about when nRF51 scan the ibeacon...
Hi, I would like to use RTC1-> cc[1] using app_timer drivers. How to do this? Examples show only the usage of RTC1->cc[0]. RTC1->cc[0] has been used by ble_conn_params.c and...
Hi,
After few hours my program is crashing and I'm landing on address 0x1AFF4 which belongs to softdevice. For what is responsible this code and what could be a reason...
Hi
I am using Nrf51 and Softdevice S130.I know that softdevice S130 supporting Ble 4.2.This will act as a peripheral.My mobile phone supporting only Bluetooth version 4.0...
At s120,i used the following code to send data (to s110)
if( ( wIndicationFlag_Get() == true ) && ( wConfirmFlag_Get() == true ) )
{
//APPL_LOG("Write Data\r\n");
...
Hi Nordic,
From the topic: APP_TIMER_TICKS value , I've know how to use it, but is it possible to use different prescaler value in the same code?
For example the nRF5_SDK_12...
Hi, I need help for generating the init packet. I'm using SDK 11.0.0 , s130 on nrf51822. To build bootloader, I've used the sample bootloader with some include path changes...