Not really sure where the problem is here, my guess is in the code... I just recently saw this: https://www.avrfreaks.net/comment/1342846#comment-1342846
Although my issue...
We are finishing up a project with the nRF52832 based on the Nordic Thingy. Most of what we want it to do are normal functions of the Nordic Thingy. It connects to a mobile...
I feel like a crazy person looking to store large amounts of data onto an external chip that is not a micro-SD (why not micro-SD? It's power-hungry and finicky ). NAND through...
Hi
I try to run BLE HRS collector example.
when I run the project, in RTT terminal I have these error
00> sd_ble_enable: app_ram_base should be adjusted to 0x20001CD8...
Google open-sources the firmware needed to build hardware security keys
Google open-sourced today OpenSK, a Rust-based project to aid hardware vendors build hardware security...
I would like to store a simple integer value in the flash write and read after some event. I'm using the mesh example Dimming examples (experimental) in the nRF5 SDK for Mesh...
I am using the Ublox NORA-B206 module and facing issues with the debug option in the VS Code extension. The debugger fails to start, and I receive the following error message...
Hi Team,
We have a custom board with nRF9151 SoC that shows complete RF failure. The modem initializes correctly and detects the SIM card, but cannot detect any RF signal...
I'm adjusting my program with nrf52832 and nrf5SDK.
I attempted to use the parameter PM_PEER_ID_N_AVAILABLE_IDS to control the upper limit of the bound users.
However...
Hello, I am testing the power consumption of the npm1304 for the first time. To do this, I am using the PPK2 connected to the nPM1304-EK on VBAT and GND of the P1 connector...
Hello, According to the nRF7000 specification, the sleep current should be around 15 µA. Electrical specification .
We have a custom PCB with nRF9160 + nRF7000, and the...
Hello DevZone,
I'm testing the Matter OTA by using OTA provider. Referring to: Performing Device Firmware Upgrade in the nRF Connect examples
But it's too slow. Is that...
I want to update 52840DK FW using Matter OTA, but I have not found SOP, could you tell me how to operate?
BTW, I use Raspberry Pi4 connected with RCP as border router. ...
After flashing the official example hci_uar onto the nRF5415-DK, I proceeded to use "udo strace -o btattach.log btattach -B /dev/ttyACM1 -S 1000000 -R“ to bind it as an HCI...
Hello, I’m working with the nRF9151 and testing DECT NR+ functionality. I already have the binary image of the DECT NR+ PHY firmware and it works fine. I’m just curious—is...
Hi,
I've successfully incorporated MCUBOOT into software we developed for the nRF5340. I'm also able to start serial-recovery by activating a GPIO, reserved for this purpose...
Hi, I’m trying to build the github.com/.../neuton-nordic-thingy53-ble-remotecontrol project using nRF Connect SDK v2.6.2 . I added the BMI270 sensor on SPI3 in my DeviceTree...
Hello,
I am at the very, very early stages of my project, doesn't it even a name yet. Right now I am thinking of using nrf52840 for a Bluetooth operation while being supplied...
Hi,
I am working on a PCB with the nrf5340 and I have been following the reference schematics and the hardware files from the audio DK. I want to have the bare minimum...
Currently, I have configured cs-gpios in the device tree and loaded the SPI in the main function. Why is D0 (representing CS) kept high in my experimental waveform, and SCLK...