I am using mbed library to get leg up on development.
This is the first time I am writing any MCU application and it sure makes things a lot easier.
I am using nRF51822...
I've recently began experimenting with the HID service and connecting to iOS devices in order to achieve lower connection intervals with Apple products (as described in their...
Hi
I have a question about using gazell link layer and paring library with concurrent timeslot api. I try to do this but i have the hard fault handler after invoked nrf_gzll_init...
HI,
I want to use PWM to control various hardware (LED's, etc ..) so I started off from the suggested PWM code example, found in this forum + modified it as I want to use...
hello,
the function ble_stack_init () in the example of ble_app_uart are quite different from that in the example of ble_app_proximity in my first sight.
ble_app_uart :...
Working with nRF52832 and SD132-v2.0.1
Using Timer 1 at 1MHz (pre-scale 4) and 32bit bitmode CC to trigger events at a pretty wide range (from us to minutes).
I'm getting...
I am calling certain services and I can see this output on my UART listener:
0.000013 : UART Start!
0.385355 : BLE Stack Initialized
0.385581 : Peer Manager Initialized...
What would be the best value for UART buffer?
When I put it as 512 it gets crashes, below you can see the putty output
0.000013 : UART Start!
0.415937 : Handle list for...
I want to use app sched feature, so as example does, I call:
static void scheduler_init(void)
{
APP_SCHED_INIT(SCHED_MAX_EVENT_DATA_SIZE, SCHED_QUEUE_SIZE);
}
since...
Hi Team,
I need to make an application that we receive a data from a chip through UART and need to send the data to Console through another UART. Is it possible to make...
Hello,
My setup:
PCA10040 DK,
12.2 SDK
I copied the "BLE_APP_UART" example into my project folder and want to "upgrade" it with the TWI.
So I copied parts of the "twi_scanner...
Hi all,
I'm starting with fcc and etsi test! i know that the radio test example is useful to test the radio.But the ETSI add two type test about receive emission spur and...
Hi!
So I managed to create my custom service with one characteristic (a struct with several attribs).
I can see it in my app and everything's awesome. Yay.
But in some...
I have been experimenting with the mbed BLE Health Thermometer examples, BLE_Themometer etc. Whilst they are visible and show their name in the nRF Toolbox Health Thermometer...
Hello,
with Android 5.0 BLE central and S110 8.0 peripheral I do this:
Erase all bonds in device_manager_peripheral.c
Check that m_peer_table contains zero...
Hi,
I would like to convert a blinky project for the BOARD_PCA10040 to my own custom board. I can't find on eclipse where "#define BOARD_PCA10040" symbol is defined so I...
Hi,
I'm trying to config my device with resolvable private addr (RPA) as code below:
rpa_add.addr_type=BLE_GAP_ADDR_TYPE_RANDOM_PRIVATE_RESOLVABLE;
sd_ble_gap_address_set...
We use SDK12.10 Main.c (d:\nordic\5142xx\software\org-sdk12.1\nrf5_sdk_12.1.0_0d23e2a\examples\ble_central_and_peripheral\experimental\ble_app_hrs_rscs_relay.
My question...
Dear Nordic Developer Zone,
In order to synchronize some tasks (motor-driving), I have recently implemented the radio notification interrupt.
In this interrupt, I toggle...