Hi,
I am using 'pstorage_update' to store data in the internal flash. Whenever the number of bytes that should be written matches the size of a storage block everything...
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 ...
Hi Nordic DevZone Support,
I am facing an issue with my custom PCB using the nRF52840 microcontroller and Zephyr NCS v2.6.1 . The same firmware works on other PCBs , but...
Hello, I am working on nRF52840 and using nRF Connect SDK v2.9.0.
I want to know how I can configure the UART to be half-duplex tx or half-duplex rx.
I checked the APIs...
Hello Nordic supporters!
We are developing a system using BT Mesh alongside a software DALI protocol driver with certain timing requirements.
Right now we're trying...
Hello,
I am trying to build the Wi-Fi Bluetooth LE coexistence example using the nRF54L15 DK and nRF7002 EB, but I encounter the following error: zephyr_pre0.elf section...
This is not a support request.
I just want to share some code that others might find useful. If I post it here then they might find it.
The current RADIO_TEST example...
Hi,
I'm trying to use RTC to generate interrupts at every second. The rtc event handler is below:
In the RTC examples, nrfx_rtc_counter_clear is used to reset the RTC...
We are using the nRF5340 with the nRF7002 Wi-Fi module on our custom board. Our application periodically sends data to a server. During continuous testing, we encountered...
nRF Connect SDK with VSCode has suddenly stopped working.
Problems
When I try to create a new application by copying a sample, it says "no samples available".
When...
I created an application that stress-tests wifi scanning and neighbouring cell scanning, on nrf9151 with wifi extension board. Wifi network scanning and neighbouring cell...
I am using peipheral lbs sample and modifying it for my project use. By default it doesnot has pm_static.yml where addresses could have been defined. Once i build the modified...
Hi everybody,
I have problem with my nrf9151-DK. If I switch my kit do AT-Command mode (I use Serial Terminal of Nordic, v 1.4.3), I am not able to switch my kit to PPP...
I'm porting some code from nRF52832/nRF52840 to nRF54L15 using the MPSL timeslot API. The old code uses MPSL version v2.5.1, the new v2.9.0.
The firmware opens a session...
I am evaluating Bluetooth Periodic Advertising with Responses (PAwR) using a NRF52840 Development Board. I am very satisfied with the development environment and the nRF Connect...
Hi,
normally, I would set the CMAKE_BUILD_TYPE to `Debug` to enable Cs "assert" function (not define NDEBUG). Zephyr (and Nordic-Zephyr as well) has the `CONFIG_ASSERT`...