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 all,
I am using SES in Win10. After I updated my NCS to 1.7.1, I failed to open my solution. However, it runs succussfully in SDK 1.6.1. The infomation is below:
...
Hello.
I am currently working on implementing a PWM control function using nrf52840. I used the function "es_battery_voltage_get()" to read the battery voltage before and...
I have written simple hello world code on nRF9160 custom board and enables the MCUBoot as bootloader using CONFIG_BOOTLOADER_MCUBOOT=y in prj.conf file.
Also, made some...
Hi everyone, I'm trying to communicate with OBDII through NUS using nRF52832. I was able to initiate the connection, send commands to OBDII, and get responses on the ECUsim...
The current RRC Inactivity Timer from my provider is 10 seconds, causing my power consumption in RRC Connected mode to be unnecessarily high.
I want to use the Release Assistance...
Hi,
Can anyone check if my understanding about this NFC-BLE pairing feature is correct?
1.Before connecting, two BLE devices will exchange some keys or info for secure...
Hello,
I'm working on an application that will use the nrf9160/nrf52. I will need to make https REST calls where I will populate the http header with username/password credentials...
I didn't manage to find a solution to my problem here but I fixed it myself so I'm posting it just in case it helps someone else.
I installed JLink 5.12.6 and nRF5x Command...
Hi,
Android shows a message that the NFC Pairing was not successful, but it looks that the connection was established successfully (Device in the connected devices, data...
Hi All,
I have a measuring device that needs to send UART data over BLE to a PC with BLE dongle or Macbook with built in BLE. My test users need to open up a webpage in...
Okay, I've run into an interesting scenario.
SDK 17.0.2
NRF 52840 (DK)
I am coding a multiperipharal service on a multiperipheral ble device.
My attempt at updating...
Hello,
Does Nordic have a Google Flutter example mobile app for MCUBoot and MCUMgr based DFU (built with nRF Connect SDK) ?
If not, does someone on this forum know about...
We have an nRF52 with dual roles: peripheral for the connection to an app, and central, connecting to multiple third party peripheral devices.
we have a few problems with...
Hi,
I have a problem, I would like to implement a light dimmer endpoint witch I could bind via coordinator to bulb(or something else...). I do not known how to implement...