I'm working on implementing a Bluetooth Mesh network where each node periodically sends messages containing a single float32 value or an array of float32 values (e.g., every...
Hi,
As the subject, when i connect to the Windows with the cable connected with VDD side, it will not show up Jlink in Windows.
What should I do to reset the Nrf5340 ...
Greetings,
when trying to compile simple GPIO configuration for NRF5340, the compile fails with:
In file included from C:/Apps/NordicSemiconductor/SDKs/v2.7.0/zephyr/include...
Im trying to get SAADC to continuously sample using internal timer but im getting couple of samples and then it stops, tried everything but I'm obviously forgetting something...
I am planning to perform encryption using the CC312 accelerator on the nRF5340. I would like to evaluate the power consumption when using the accelerator.
My approach is...
Hello,
I am using two nrf52840 DKs to test ble transmission and i2s output. The nRF Connect SDK I use is v2.6.0.
Both of them are ble connected. One sends data to the...
Hello. I'm newbie with the NCS environment so tell me if I'm saying nosense. I use the nrf connect extension in vs code ide. (SDK: v2.7.0 toolchain: v2.7.0)
I want to...
I am working on new project setup. I have copied a sample blinky project from nRF connect SDK(C:\ncs\v2.7.0\zephyr\samples\basic\blinky) and board I selected in Build configuration...
Hi,
I'm following this "Getting started with Nordic's Secure DFU bootloader, a step by step guide" ( https://devzone.nordicsemi.com/guides/short-range-guides/b/software...
In our application build with SDK 2.7.0 on a NRF52840 chip, we get an assert if we update the TX_Power for the connections.
If the bluetooth has made connection, we update...
Hey everyone!
I’m working on a project using Zephyr with an nRF5340 board and trying to configure UART1 completely from scratch. Most tutorials I’ve found only cover UART0...
Hi, I'm currently developing a BLE Long Range application using two nRF21540 DK boards, where one is configured as the central and the other as the peripheral.
Both devices...
Hi,
We have a custom nRF9160 board with chip antennas for LTE and GNSS. They are Ignion antennas with matching circuits customised to our board dimensions. We also use...
Dear Nordic Support Team,
I am working with the nRF52840 and need to configure the SPI peripheral in Zephyr to operate without DMA.
I’ve encountered a few problems:
...
I am able to update the app core successfully from an external flash partition via the `mcumgr` desktop tool. However, this is not working for the net core.
It successfully...
I would like to create a thread based sensor and use Apple/Amazon/Google smarthome hubs as the OTBR. How do I commission a thread device (not a matter device) to these hubs...
Hello,
I'm working with Zephyr and using MCUBOOT as bootloader.
Due to HW design I have to set and hold a gpio as fast as possible when the application boots (to prevent...
I'm posting some thoughts in the hope of receiving some useful feedback, or at least bringing together information that is currently scattered a bit all over the place on...
Hello,
We're seeing an error that only happens after a cold reboot (unplugging the battery and replugging it) and it happens inside the bootloader while trying to open the...
Hi All,
I am using ' NRF SDK v2.7 + NRF5340 DK + VSCode ' and cloned a official nrf ' blinky ' sample. The code and pins are working fine and I have verified using DK...
Dear all:
I used this command to build light switch for 5340DK:
west build -p always --build-dir nrf/samples/matter/light_switch/build -b nrf5340dk_nrf5340_cpuapp nrf...