I have successfully compiled BLE application using tutorials provided on nordic website.
but when I start doing debugging for better understanding find out that I can not...
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...
Hello,
There were some recent changes in the Nordic PDN library - function pdn_dynamic_info_get that led to the changes in slm_ppp.c and the way the application gets MTU...
I'm still new to this but particularly in regards to battery. I have a custom board with a nrf5340 and have been working on reading the voltage. I used the battery sample...
I've been able to flash consistently but I finally got my nrf5340 custom board working using Hight Voltage DC/DC by setting it to UICR_VREGHVOUT_VREGHVOUT_3V0, but when I...
In nRF cloud, in the device list ( https://app.nrfcloud.com/#/devices ) it is difficult to manage larger number of devices because of lack of search and limited sorting. ...
I have a ready hogp struct and I'm trying to subscribe to an input notification (I'm connecting to a bluetooth keyboard) and I'm getting error -22. Here's the callback in...
I’m working with a device that communicates over single-wire UART (half-duplex), where TX and RX share the same line (because the peer device is designed that way). Now I...
We are using Thingy:91 X as an evaluation platform for our upcoming product. Our test application is made up of a nested-loop structure like
while(true){ lte_lc_connect...
Hello,
I am trying to count pulses on nRF52840 DK's pin for measuring water flow with hall effect sensor. I tried to implement PPI + GPIOTE + TIMER in counter mode, but...
Hi Team,
We are using nRF9160 MQTT sample code 'mqtt_simple'.
1. What is the maximum payload we can send in one single PUBLISH?
2. I want to send 4KB of data in single...
I am using nrf52810 for ble peripherial , is there any sample project which has pass key authorisation , if not what are the changes need to incorporate in peripheral template...
Hi - I am seeking clarification on a topic as I am a little unsure on the correct way to do things.
I'm using an nRF52840 and porting an old Firmware from nRF5 SDK to NCS...
Hi, I am using nrf52840-based custom hardware and have an external flash connected on SPIM3. Till now I was working with my other peripheral connected on different buses and...
Hello everyone,
I'm curretly working on a new design based on nrf52832, and I'm validating different interfaces. Currently working on SPI, I'm testing it with a W25Q64...
Hi,
I'm looking to use the nrf connect sdk for development that is compatible with the latest zephyr lts. I believe it will be ncs 2.9.2 compatible with zephyr 3.7.99 (3...
Hello Nordic Team
I am using SDK 3.0.1 with a nRF52DK to develop a firmware that can be switched from BLE mode to GAZELL mode and vice versa over a command sent via UART...