Hello,
Connection between linux router and NRf51 devices worked before I've updated kernel version from 4.09 to 4.3.
Now, with the same configuration and hardware, I'm not...
Hi
Does anyone know a CE—certified module based on the nRF24LU1+? Ideally, it should have an SMA connector, but any kind of antenna would be fine.
There are many modules...
I am running peripheral example radio test example on PCA10001(part of nRF51822 Evaluation Kit). using nordic sdk v7.
I am using mincicom on linux at baudrate of 38400...
Hello!
I am trying to get windows phone work with nrf_uart example on nrf51 dk board (pca10028).
I am using SDK 9.0 with S110 softdevice ver. 8.0.0.
I was using examples...
Hi
I met a problem when I use my new board,I found that the example in the peripheral folder in SDK can run correctlly,but the the example in the ble_peripheral folder...
Hi,
I am trying to use the PORT event to trigger interrupts when a button is toggled, i.e. both on LoToHi and HiToLo.
To my understanding PORT events are generated by...
I am running Windows 7 Pro SP 1 64 bit and have gong through the tools installation procedure, in particular running nRFTools_7_7_0_Installer.exe. This ran the J-Link V5.02...
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...