I use example from SDK 13 ble_app_uart_c.
I changed uuid to my uuid from nrf51 peripherial device. I get event BLE_GAP_EVT_CONNECTED
where made
err_code = ble_db_discovery_start...
dear all,
i need your help.
Where we are:
We use mbed software developer platform.
We have BLE Nano V1.5 + MK20 USB Board V1.0 from RedBear.
We are able to generate...
Hi:
environment:
target board: DK52 board and run LWM2M example of IOT-SDK v0.9
router: ubuntu 16.04 on VM and runs bsserver and LWM2M server on ubuntu 16.04 ...
Hi,
I'm interfacing a nrf51822 and a H8/3294. My question is how much can I drain a the txd pin of the H8/3294. That means my question isn't really about nrf51822.
In documentation...
Hi,
On the 3.30 of nRF52832_Rev_1_Errata_v1.5.pdf, the sleep current with LFXO active is 0.5μA higher.
I am using a nRF52832 module with the low frequency crystal oscillator...
Hi,
I'm using nRF52832 on SDK V12.2. I add the connection params in the conn_params_init:
static void conn_params_init(void){
uint32_t err_code;
ble_conn_params_init_t...
When using proprietary radio protocols only (Shockburst/Gazell) are there any difference between nRF514 and nRF518 chips? Do they behave totally equal so they can be used...
I need to send a data package when radio is ON every time
but I try to send data by "sd_ble_gatts_hvx()" I find it can not work,it seems that I can't call this API to send...
Hi
i'm new in dev zone and i have a question
now i work with nRF8001 and i want to design a pcb for it.
I want to reduce the BOM and for this i want to use only the internal...
Hi,
I am trying to use the DFU example provided in SDK 5.1.0. I have built the example using gcc 4.7.x, and i am also using softdevices 5.2.1. The DFU example has been...
Hi,
I've the need to write a characteristic value of 65 bytes, from my central device (iPhone/iPad) to a nRF51822 peripheral device, so I was looking at this document for...
Hi, sorry if this is a dumb question. I've just ordered some development kits and maybe that will answer the question, but i'm being a bit impatient!
I want to put an nrf51422...
My sensor is off-standard,so I have to use gpio to read and write my sensor.
Gpio IIC will take about 0.5ms to get data.
My app need send data every 7.5ms,it seems that...
Hi all,
In my project ,I use the SPI to communication between nRF51822 and STM32,but I don't know
how does the heart_rate data transmit to BLE stack.
I am confused...
We have a custom nrf15822-AA board flashed with the S110 (6.0.0) and our application. It has a 32khz crystal. It is connect to our (Mac) development systems with a SEGGER...
I use 51422 with ANT function. When I set a command like "sd_ant_channel_unassign", how can I get response from on_ant_evt callback?
I need to do something after ANT unassign...
I have a nRF8002, I use nRFgo Studio to program the board, and Master Control Panel on Windows to check it board values.
I would like to be able to recognize when the nRF8002...
As the network speed is so low that I often cann't access www.nordicsemi.com, especially on weekends.
Could you tell me the reason?
Note:
At the time when I can...
I am successfully communicating through nrf 8001 chip and i using this module. Now i want to write services and characteristic to this module through iPhone after getting...
Hello:
1.
I used connect Master Control Panel and ble_app_cscs services see the following received some data not understand do not understand, here's UUID I did not see...
Hi all,
I have various questions regarding the softdevices, memory management and power consumption of the nrf51822 chips.
The project we are working on will need to...