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.
I've developed my BLE application that is based on nRF518822 and softdevice S110 v.8.0.0.
I've defined 6 services (4 with 2 characteritics each and 2 with 1 characteristic...
Hello:
I'm new on nrF52832 development. I did some tests using nRF51 and so far so good. However I received a few samples of E104-BT5032 from eByte http://ebyte.com/product...
Hi,
I have 2 SES projects that both require softdevice plus application.
One of the projects combines application and softdevice into the .hex file that is generated...
HI
I am Programming in Keil IDE and I am using ST link v2 like debugger, but in Keil shows this problem "internal command error"
what is the problem? I was thinking...
I'm trying to build support for uart async api by adding:
CONFIG_SERIAL =y
CONFIG_UART_ASYNC_API =y
to my prj.conf. Without CONFIG_UART_ASYNC_API the app compiles...
The nRF Connect Extension for Visual Studio Code was recently updated to v2021.10.103 but, unfortunately, a problem mentioned in this post still exists: "Unknown board" issues...
Hi,
In the documentation for the nPM1100, in the section " Charging indication (CHG) and charging error indication (ERR) ", there is a schematic for connecting ERR/CHG...
HI.
is my first time to using Nordic devices, and I'm going to program nRF52840 to medical product,(oximeter, gyroscope, etc.), I am using a dev, module basic, only to test...
Hi By mistake I closed below but the issue not resolved yet.
https://devzone.nordicsemi.com/f/nordic-q-a/81276/agps-example-question-related-to-psm-command-disablement ...
I want to set an external LED on and off with the coap server example, but It doesn't work. I tried two different methods. The uncommented one is more like a normal blinky...
Hello,guys
I build nrf9160-dk modem_shell demo as cmd '$ west build -b nrf9160dk_nrf9160ns ' and then '$ west flash ', after the system running up, I try to ping baidu website...
Hi,
I have a question about the TID field in Generic OnOff set message. I am using two nrf52840 boards and a Light-Switch example included in the mesh SDK_v5.0. I have enabled...
I am currently working on a project with strict size constraints. I am therefore interested in running the SoftDevice without the MBR (if that is possible). The project consists...
Hello,
I am building a Central app based on the UART example central to replace an existing BLE soc that is no longer available.
The Sensors are custom with fixed characteristics...
Hi, As subject.
I can read right ADC value after calibration. but I change channel from 1 to 2. The value of each channel will rise or fall with other channels. Why?
I...