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.
Hi
I want to create this example:
A major network,it include the subnet A and subnet B.
One node X,it belong to subnet A and subnet B.
If the node X was a function...
Hi
We currently working on nrf52 dk with SDK15.0.0 but we will use nrf52810 rather than nrf52832 due to cost.
As I know, nrf52810 doesn't have FPU compared to nrf52832...
Hi,
I am using nrf52832AA, SDK15.0, SD s131.
In some cases, an NRF_DRV_TWI_EVT_ADDRESS_NACK event occurs during I2C communication with the IQS263 sensor.
It would be...
Hello,
We have a custom board using the Rigado BMD340. I have uploaded the usbd_cdc_acm example code onto it. Everytime I plug in the USB, my computer fails to recognize...
OS in development environment :Windows7 HARD :(Taiyo Yuden)EBSHSN Series Evaluation Board : Central / Peripherals CPU :(Nordic) nRF52832 / ARMR Cortex?-M4F 32 bit processor...
in my application i have to read the ADC (single channel) each 30us within 3 ms. And there must be no interruptions in this period of time. Then i can let radio up to 3ms...
Hello, I am receiving the error below when trying to build an application using the command:
C:\Nordic\ncs\nrf\applications\asset_tracker\build>cmake -GNinja -DBOARD=nrf9160_pca10090...
hi, I have nRF9160 SIP based custom boards.
I received GPS firmware from FAE.
We have our bias and antenna can be connected to our custom boards but can't connected to...
Hi, I am trying to add numeric comparison function to the project nRF5_SDK_12.3.0_d7731ad\examples\ble_peripheral\app_ble_uart\pca10028\s130. in the project, there is no support...
Hi
I am working on ble_app_cli to acieve my requirements.
I want to whitelist device based on recieved scan request report before making connection with the central. ...
Hi everyone,
I'm working on the nRF52810 to let it comminucate with an ESP32.
The ESP32 is a client so I run a server on the nRF52810.
First the client starts scanning...