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...
I can get right value when I chose QDEC_SAMPLEPER_SAMPLEPER_512us in slow application ,but in my application my max data rate is more than 2k, so the QDEC value is less than...
Hi friend,
I use SDK16.0, and the version of softdevice is S140 V7.0.1. Can I advertise a special data? like 0x08,0xff,0xa6,0x02,0x33,0x09,0x55,0x00,0x0c. 0x08 is packet...
I am looking for to buy(I don´t have a 3D printer) a enclosure to protect my nRF52840-DK. It is not a good practice to handle because probably soon this practice will damage...
Hello, I just receive a nRF9161 Development kit and I'm completely new to both nRF9161 and Zephyr.
I want to start an evaluation project based on the nrf9161 lwm2m client...
Setup:
windows 11
VS studio code
Toolchain and SDK v2.6.1
hardware: nRF52840DK / PCA10056 (bought June 2024)
Using sdk/zigbee-Template as the base for the project...
Hi all,
I'm using an nRF5340 DK and I want to build a simple project that plays a sinewave to an i2s DAC (MAX 98357A, perfectly working on other development boards I have...
Hello,
I found that after bonding, I could still connect to another board that had burned the same code.
Here is all of my code related to pairing and bonding.
Central...
Hello,
I tried to find information about using the QSPI with external flash on nrf connect SDK.
My goal can be split into two parts:
1. Use QSPI with external flash...
Cant Flash Thingy52 on VS code after flashing once and also cant read sensor values of thingy on serial terminal. How can i flash on thingy52 smoothly like flashing other...
My programm uses both the non-secure world and the secure world, with the non-secure-world largely just calling functions inside a custom partition of TFM in the secure world...
Hi,
I'm working with a nRF54L15 within the nRF Connect SDK on Zephyr. I need an array which retains its content through soft resets, so in another RAM section than the...
Greetings,
One question on the nRF9161/51 capabilities: is the 3GPP Rel-14 LTE-M Cat-M1 larger UpLink transport block size (TBS) of 2984 bits supported (instead of 1000...
When debugging a connection using Wireshark and the BLE sniffer, one must select the device of interest from the device menu, or select "follow le address" in the key drop...
I'm checking the nrf_dm sample with NRF52840DK,nrf connect SDK.
Due to peer.c and dm.c create static thread,so I run debug and hope to get all thread and their priority...
Hi,
I am checking the i2c protocol with nRF Connect SDK and Zephyr through VSCode.
I created a very simple example where I push a button on the nRF52840 DK and I get the...
Hi
We are using the NCS V2.6.99 for a sample project which scans for peripheral devices.
I've seen that the scan-callback-function return the struct bt_le_scan_recv_info...