IUsing the Master Control Panel application on my Android device to connect to my nRF51822 module (acting as the GATT server), I have implemented the Device Manager (v10 SDK...
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...
Hello,
I'm using 'nRF Connect for Desktop v4.2.0' and 'nRF Connect SDK v2.3.0' on windows 11.
I was using vs code well for developing nrf52840 board.
But, I found...
Hi!
How do you recommend to debug crashes?
Especially how do you recommend to debug crashes that happen to our customers that we cannot reproduce?
So far I have been...
Hello!
I'm currently testing writing and erasing data to an external Flash using an nRF5340 and a NOR Flash, the mx25r64.
I'm going to use the SPI_FLASH example.
I bulid...
Hi,
I need to read 16-bit values from a sensor using SPI on the NRF52840. However, since the SPI peripheral only supports an 8-bit word length, what is the best way to handle...
We have nRF5340 LE Audio dks. We intend to check the PDUs transmitted. Does wireshark nrf sniffer support this if yes then how and if not then what is the possible way to...
Hello I want to operate one RGB LED SK6805-EC10-100 for that i need to write data bit by bit in between need to use some delay if any API is there please let me know.
...
Hi,
I noticed that the f_sector_cnt element of the fcb struct is a uint8_t .
How is that supposed to handle large flash sizes? I mean even with a sector of 64KB, the FCB...
Hello Nordic Semiconductor Community,
I am currently working on a project using a custom board based on the E73-2G4M08S1C SoM, which features the nrf52840 chip. For flashing...
I'm studying with PCA10059, Keil through SWD.
Trying to customise BLE_PERIPHERAL_BLINKY.
I have changed the ble_lbs.c/ble_lbs.h,including file name / service name and...
Hi
What is the timestamp accuracy of the nRF51 DK based Sniffer, nRF52 DK based sniffer,
I want to measure the actual accuracy of my advertisement interval, preferably...
I’m working on a device using a Nordic chip and the following setup:
nRF Connect SDK : v2.5.2
Toolchains : v2.7.0
We need to minimize current consumption during...
Hi,
I updated my NCS to V2.9.0, I try to build my project, but it fail(it's OK at V2.8.0). the output message (attached file); Please help to check the message , how can...
Hello!
I have been testing the distance measurement functionality on the nRF52832, and it performs up to approximately 10–12 meters in an office environment. Switching to...
Hello,
I am working on connecting a NRF9161 to a MQTT server (EMQX) but i am getting a connection error (-12), I was hoping someone could help me navigate this one. It...