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,
Sorry for this long question but these questions are bothering me and I need these to carry on with my project.
1) What is the peer manager's device identity list...
I want to use nRF52840 USB dongle as mesh server device. I have tried several links but not success. Please provide me hex file so I can flash using nRF connect desktop app...
Is there a way only from the analog input where measure the battery voltage to distinguish that battery is charging?
I am short on IOs and will be quite a challenge to find...
Dear all: Recently, I was debugging nrf52805 by custom PCB, using sdk17.00, I enabled PWM, frequency of 4kHz, to drive 4kHz passive buzzer, encountered a problem: The buzzer...
Hi,
I'm having problem using SPIS on nrf9160. The data/clock from master looks clean on scope, but 91 is not receiving the data. Interestingly, when I connect a debugger...
Dear,
We would like to have a setup where we want to measure the current consumption of a battery-powered device with an NRF-52840 chip:
The battery is a Li-Ion one...
Hello together,
I am try to get the asset_trecker_v2 to work on my thingy 91. When reading the debug log in LTE Link Monitor I see the warning:
So I downloaded the latest...
Hello, the chip I use is nrf52810 QCAA, when I use j-flash lite to earse the whole chip, it success, then I program the flash_s112_nrf52_7.2.0_softdevice into the chip by...
I am trying to merge the following projects:
SDK versions: 17.0.2 and 5.0
I have taken the contents of the mesh example sensor/server and merged it into the ble_blinky_example...
I created .c file, and add a few TWI functions to it. However, when I run the code in segger, all functions in the .c file shows a "multiple definitions of xxxx" error (see...
Hi!
I am working on an AoA project and I am using nRF Connect SDK. For the transmitter part I saw that sample application is already written and for receiving part it is...
Hi,
Our entire board is running around a nRF52832. Recently it has been difficult to find some of these SOC. Is it safe to replace it with the nRF52811 without changing...
Hi,
I am trying to compile ble_advertising.c file for a specific application based on nrf52840 and I am getting the following error:
nRF5_SDK_15.3.0_59ac345/components...
I am working with an nRF52840 on a custom board. Our device has a number of sensor attached in various ways including spim, twim, uart. I've used the ble_app_blinky as a starting...
Hi Dev Team,
I am enhancing my Thingy91 application using the mqtt_simple sample and NCS v1.5.0. I am basically connecting to the MQTT broker, sending data and then disconnecting...