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.
Hello there!
I'm developing an nrf52810-based device, which needs to be as small and simple as possible, pretty much like your nRF51822 Beacon Kit.
I've founded the nrf52...
I successfully tried the "beaconing" example from your Mesh SDK 310.
I noticed that moving
line 215 "adv_start();" in main.c
right after "ERROR_CHECK(mesh_stack_start...
Hi, I am using nRF5 SDK for Thread and Zigbee v3.0.0, and I want use NFC pin and RESET pin as inputs.
I wrote in my .emProject this preprocessor definition "CONFIG_NFCT_PINS_AS_GPIOS...
Dear All,
I know that the max. input on VDD is 3.6V. But as a rule of thumb, I normally try to stay below the max. rating. But this time I have a peripheral LDO with 3.6V...
Sorry: Use google translation
I am compiling sdk using keil 5.27,use compiler version 6, armclang,
but is error:
Undefined symbol __start_pwr_mgmt_data...
I know...
Hello,
I am trying to create a new project after add source files and header files . While compiling I got error like "device must be defined. see nrf.h.segger"
Kindly...
Hi,
I'm asking this becase it is not very clear about the PWM in Product Specification v1.6 for nRF24LE1 in the nRF24LE1_PS_v1.6.pdf mentioned the pwm Frequency-range from...
I am using nRF5_SDK_15.2.0_9412b96.And we have code written to interface ads1298r to nrf52 dk for acquiring ecg signal.But the strange is the code is compiling in all others...
Hi guys,
Do you have any suggestions on how I can lower the power consumption. I am currently connecting - sending data - disconnecting .
I have the following set the...
Hi,
I'm trying to receive large packets on uart, but is seems to read one byte at a time .
uart_fifo_read() always returns 1
why is that?
can it be changed ?
Hey guys, i recently bought a nrf52 DK to implement a gateway between a usb touch monitor to a device such as a android or a computer.my approach is recovering the hid raw...
I'm using the nrfx drivers of SDK 15.3.0 and want to poll for data using a synchronous UART. In order to check for data, I use the 'nrfx_uarte_rx_ready' function. However...
Hi,
The documentation seems scant and IDE behaving inconsistently with regards to how basic project management, adding source files, libraries etc to a NRF9160 project,...
Hello,
I am using nRF52832, SDK_15.3.0, S132 SoftDevice and Segger for flash the image.
I started development on top of ‘ble_app_blinky’ code.
I have few queries...
I have a strange problem. I have two nRF52840 DK boards and I build an application on top of the light switch example. One board works fine, but on the other board stuck in...