Hello,
I'm trying to setup a nRF Cloud Bluetooth gateway using my PC (with openSuse 42.2 64bits and rRF Connect v2.1.0 + nRF Cloud Gateway v0.9.7) and a nRF52 DK and I...
Hello: I am using an NRF51 dongle. Date on the device sticker on the back is 2015.38. Also using nrf51_ble_driver_linux_0.5.0.
I can see/connect to the device I am trying...
Hey,
I just want to know if anybody sucessfully connected HDMI CEC (One-Wire bus) with the nRF52832.
I would be very grateful if anybody could share the library or give...
As the tittle,can anyone tell me how to save data to the flash with nRF51822 ? I use SDK9.0.0 and S110. before I turn off my machine, I want to save several parameters to...
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
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...
I am working on nRF24LE1 boards. I am trying to talk between two boards. I have loaded "enhanced_shockburst_ptx_nrf24le1" and "enhanced_shockburst_prx_nrf24le1" on two different...
I saw an ANCS examples in sdk5.1.0(softdevice=6.0.0), and then I put this example to port to sdk4.4.2 (softdevice=5.2.1) and the example worked perfectly. But when I put the...