Has anyone tried to generalize this example to different sized variables? What I would like to do is allocate a data structure, write that to flash, and recall it at a later...
I've a PCA10036 V1, I change the IC to nRF52822 QFAA-B016. With nRF5_SDK_11.0.0-2.alpha_bc3f6a0 and SD: s132_nrf52_2.0.0-7.alpha_softdevice, the programme started but if I...
Hi
We are developing software for the nRF51 with Keil under VirtualBox. Previously we used the PCA10000 dongle with the Master Emulator and MCP without issue. Now, with...
We are using nRF51822 for our products.
We want to know the min value of "Receiver sensitivity" when we use this chip for BLE.
The Datasheet says "Receiver sensitivity...
Dear
The BLE Multi-link example (ble_app_multilink_central and ble_app_multilink_peripheral)
shows how one central device can connect to multiple peripheral devices. ...
In the MCP app, if I have the following service data for an Eddystone beacon:
0x10, // Eddystone-URL type
0x00, // TX power in dBm. This is a signed integer so 0xEE ...
I have the nRF Control Panel Android application. It works fine with several BLE devices, but specifically for the Fitbit Flex, it fails to connect.
I know Fitbit wristbandes...
Hello.
I am trying to write protect the Flash area using nrf52840's ACL peripheral. I tried to perform the same process on the main processing side by referring to nrf_bootloader_flash_protect...
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...