Hey,
We got a problem when trying to figure out how to detect the custom services from Unity. We are trying to read data and afterwards to do some manipulations of objects...
I want send ble bond connection request from raspberry pi to nrf51882.
Can you please let me know which ble libraries I need to send central ble bond request to nrf51882...
Dear Nordic:
I try to use pca10040 DK and SDK is nRF52_SDK_0.9.2_dbc28c9.
Test nRF52_SDK_0.9.2_dbc28c9\examples\peripheral\UART the function work well on my DK.
I...
Sometimes windows lose the connection to the nRF51 Dongle. The only way I have been able to reconnect to the dongle is by unplugging and replugging it to the USB port. I have...
app : nrf tools on git hub
s130: sdk v11
s110: sdk v8.1.0
example : nrf_ble_uart.
after modify, it happen, is there some definition shoud modify in app?
by the war,the...
Hi......
the board advertising correct,and it work normal (connect,send and receive data),bug it's name can not display in app scan menu. the definition is "liu",but displaying...
HI,
with the new version of the bluetooth website, i can not find the link to overview the profile,service,characteristic and something else related to it.
thank you.
In example "ble_app_hts" NRF_LOG_PROCESS don't work.
but in this "...\examples\peripheral\temperature" is workin good.
I didn't make any change in code.
Some ideas?
Dear
I need to make a BLE start network with bidirectional communication with up to 50 peripheral devices
And central and perapherals will be communicating with computer...
Hi,
I am having one nRF51822 to act as central and two nRF51822 to act as peripherals. I want the central to connect to both the peripherals and communicate with them. Is...
hello iam using nrf52832 and just started working is there any spp profile available for the same where i can send and receive the data btwn my smartphone and device wirelessly...
We are close to the manufacturing stage of our device and our beacons(based on nrf51 beacon reference design).
We are "virtually pairing" beacons with our device by entering...
I am currently working on a project that uses an nrf52832, SDK V11, and the S332 soft device. I am in the process of migrating to SDK 12.2.0. With the release of SDK 13, I...
Hi,
IOS example code
How to import CorePlot correctly in Xcode?
I always get this error message:
~/IOS-nRF-Toolbox-master/nRF
Toolbox/HRS/NORHRMViewController...
I am trying to use optiboot-ble with the nRF8001 and an atmega328p to allow application update over bluetooth. I have successfully compiled the bootloader and flashed it to...
Data sheets
Where is the data sheet for the
NRF51822 SoC located?
I am also looking for the ARM
Cortex-M0 data sheet, where is
this located?
I need to find...
When I try to program an example with nRF go Studio from the new SDK12 or SDK13(fresh download) I get the following error:
It does not show up if I don't program the...
Hi nordic guys,
I used the ble_app_hids_mouse demo to build my generic hid device(no mouse and keyboard) project.Now i modified the hids_init() function according my hid...
Hi !
I work for about a year with a nRF52832 custom board without problem and recently I add a bootloader (with success) on the firmware.
Now I can't connect through...
My application is based on ble_uart_app. I want to integrate the DTM so that the nRF51 will be in RF test mode when it receive command from UART. However, I found that the...