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...
Good Afternoon,
I'm designing a 4-layer PCB based on an NRF52832 (QFAA) paired wit h a Molex 479480001 SMT Antenna, and I was hoping for some feedback on Antenna Matching...
Hello,
I'm trying to sniff packets with wireshark by varying the connection interval and supervision timeout of my ble application. I see that with lower connection intervals...
I'm presenting an issue when exporting the data collected, specifically the digital outputs, they are exporting incorrectly, but in the Data Logger tab they are presented...
When implementing AWS_IOT provisioning by claim process, AWS_IOT responds to the published topic $aws/certificates/create/json with a 3580 byte response. This causes TLS to...
Hey, I'm pretty new to Nordic Development. I am working on nRF5340 Audio DK development board right now and I was trying to create a bluetooth speaker kinda setup using the...
Regarding the design issues with the nRF5340, I have adopted the nrf5340_qkaa_config3 design scheme from the hardware design package. However, after testing, I found that...
Hello
For some reason the example doesn't work, am I doing something wrong?
In this example, there was no overlay file, which I made myself.
I use a sensor: https...
The spec says "Some electrical parameters are valid only for the TA operating temperature conditions. "
what is the " Some electrical parameters " here means?
what will...
Hi folks,
The blocking transmit function uart_poll_out() works as expected with UARTE, but not with UART.
For our project low power is critical. Thats why I need to use...
Hello everyone,
Here is the code I used to get my IP using DHCP,How do I use this IP to send and receive UDP or TCP? Using custom mac is this how I use it inside dts below...
Hello DevZone,
I am working in VS Code and nRF Connect SDK 2.6.0. Developing battery powered Zigbee device. I have an issue with FOTA - it started to rollback after update...
I am trying to get touch working with a nRF5340 DK and a Waveshare 1.69inch Touch LCD Module . I am running nRF Connect for VSC 2.6.1. My goal is to handle swipe left, swipe...
Hello,
We are having trouble setting up our CI per this example:
https://github.com/zephyrproject-rtos/example-application/
Mainly the setup zephyr action throws an...
Hi there,
I have an nrf5340 DK and I wonder if it is possible to upgrade my own application firmware via fwupd tool on Ubuntu. Does this feature come along with a dongle...
Hi,
I am working with the ESB (Enhanced Shockburst) library using the nRF Connect SDK 2.6.1. The library seems easy to use and has the main things that I need.
However...