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 :...
Hello!
I am working with nRF51822 Development Kit and Nexus7(Android4.4.3).
I would like to try a multiple write command in a single
connection interval, but can't confirm...
Hi,
I don't understand why I can't add another package to tx fifo. When looking into the issue the different number doesn't add up for me. I thought that I was allowed max...
Hi,
SD7.1+SDK6.1
I can update APP(.hex file) through DFU function in toolbox, but fail in master control panel(connect the BLE, then click DFU button, the BLE is not...
The tick count update in tickless idle mode is only executed when the rtos tick handler is executed. If different interrupt wakes up the CPU, the tick count is invalid.
This...
We use the Nordic UART Service in development to get some diagnostic data out of our device to an Android app.
Until recently, Android has been happy to grant a connection...
Hi,
I have an i-Jet Debugger.
Please find the details at the below link:
www.iar.com/.../
Can i use this to program softdevice & Bootloader on my nRF BLE chip.
Can...
Hello Everyone,
When i use malloc function in on_ble_event function ble advertising get stuck and not working
below is my implement code:
static void on_ble_evt(ble_evt_t...
Hi all,
I am using an nrf51422 DK as a peripheral, with s130 softdevice and sdk11 on Keil, and iPhone6, with iOS 9.3.1, runing nrf Toolbox UART app.
I am sending data...
Dear All,
NRF 24L01 communication fails particularly @ midnight / early morning 1:00AM to 3:30/4:00 AM and resumes Automatically.
In my project, I have 1 base station...
I was reading a line of code:
mesh_gatt_evt_t* p_gatt_evt = (mesh_gatt_evt_t*) p_ble_evt->evt.gatts_evt.params.write.data;
And ble_gatts_evt_write_t::data is the cenerpiece...
Hi, I'm an undergrade student.
I use Android-NRF-UART in GitHub/Nordic.
I want to enter the encryption about send message and decryption about receive message.
so...
Hi all,
I wanted to know the power consumption in ble device while advertising as well as while scanning. please if anybody knows about it, let me know soon.
Any help...