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...
Hi Nordic,
I are working on battery operated device.
Need to measure battery percentage using ADC.
Let me know how can we select range of 0-100% for battery voltage...
Hello,
How do you flash custom firmware into the Nordic Thingy 52? The Thingy doesn’t reflect changes that I make to the firmware files and instead just turns off the...
I'm trying to find an example of how to properly buffer sensor readings between connections, and then transmitting the buffer on connection.
Is this just done via the user...
Hi,
I have developed a piece of software that only uses the GPIOs on the APP core to evaluate a sensor. The software worked on the development board processor so I made...
Hi support team,
In my case, i want to auto disconnect to ble central after some minutes with no message transfered, so i create an timmer and set event compare and clear...
We are developing a beacon with nrf52810. We test ble_app_beacon example and a modified example( the difference is, advertising packets are connectable to be applicable in...
I've configured UART2 on the nRF9160 to connect to a nRF52840. The nRF52840 generates a payload and sends it over to the nRF91. The payload size during testing was 65 bytes...
Hello,
I am developing using nrf2840 PDK, SDK v17.0.0, S140
I have made two services, one is to control the led blinking rate via nrf connect android app and the other...
Hi,
Is it possible to have dual transport for DFU (UART and OTA)?
I read this in the forum: https://devzone.nordicsemi.com/f/nordic-q-a/28118/multiple-dfu-transports ...
I have nRF52840 as the central and nRF52832 as the devices. I have the device names as TELCO_456, TELCO_457, TELCO_458 in the connectable advertisement packet. I have disabled...
I am trying to capture sniffer logs for a custom BLE peripheral using nRF51 dongle and Wireshark. I am following this guide here to install the Sniffer tool in Wireshark....
>I will start by prefacing that I'm not by any means an engineer and my only knowledge with BLE/embedded systems comes from curiosity, side projects and trial/error<
Story...
Hi,
I'm running of the fw-nrfconnect-nrf master branch (commit: 96e75dba598320c2707dede3ffef44bf326a89e3) because there are some improvements since the release of SDK v1...
Hi,
I am developing a custom device with nrf52840 and use SPI for flash driver and radar sensor.
For better SPI performance of the flash driver and radar sensor, I am...
As an example of this routine:
D:\Project\nRF5_SDK_15.3.0_59ac345\examples\ble_peripheral\ble_app_hids_mouse\pca10040\s132\arm5_no_packs\ble_app_hids_mouse_pca10040_s132...