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 everybody,
sometimes, I find it pretty hard to work with the documentation provided by Nordic Semiconductor. For example, there is no straightforward documentation...
Hello, I am using an nrf52840 with softdevice S140 (7.0.1) configured as GATT client. I successfully write data to the GATT server (Led Button Service) to set the LED using...
Hi,
I'm trying to add a custom service to a working application that has a working battery service.
I have followed https://github.com/NordicPlayground/nRF52-Bluetooth...
Hello.
I am testing UART using ble_nus_data_send function.
However, it has different length data was sending from each trial.(ex. 0, 4095...)
In the ble_nus_data_send...
Hi sir,
I am using ble_app_uart to send the enegry value to the mobile. for energy calculation i am using internal rtc oscillator but after 179 secs the device stops working...
For example, I get logs like this, and I want to know what these events are:
ble_cts_c: BLE event handler called with event 0x57
I also see 0x36, 0x12, etc. when the CTS...
To the kind attention of Nordic support team,
after doing some ble bonding between an nRF52 device and an host computer, I can see this situation in device flash. So, these...
Hello,
I am trying to develop a sensor which can connect to multiple sensors and send the data which is received by its UART through bluetooth, at the peripheral. Central...
Hi, i am using:
-nRF 52 DK
-nRF 52832
-Sensor of Maxim Integrated
-SDK 17.0.2
I have some problems in handling the I2C through the nrfx module.
This is my ReadByte...
when i copied the spi_fujitsu_fram example to my project folder on c drive, i am getting this error "zephyr/linker.cmd:70 cannot move location counter backwards (from 0000c23c...
Hello!
I would like to know if there is any way to route the signal from the main LED from Nordic Thingy 52. I checked its data sheet and I only found the pinout for other...
After downloading nRF5 SDK v17.0.2, I checked the Release Notes - and they state SES v4.50 has "been used for testing".
So I downloaded & installed SES v4.50
The HID Keyboard...
Hi, recently I want to establish a connection between two development boards (STM32F103 + nRF52840-DK), that the STM32f103 board can create the data and send it to the nRF52840...
Hello, I have a project running on a PCA10040 board, using softdevice 132 (0x9D, v5.0), ble and serial port for data transfer.
I want to migrate this project from this...