NCS 2.7 with Toolchain 2.7
Launch build from Visual Studio
Sysbuild with mcuboot and custom application, custom board
Although the application itself updates when VERSION...
Hi,
I'm trying to find the BOM referenced in the Hardware Design Guidelines for the nRF9151 under the Schematic Design section. According to the document, the BOM should...
Hi
I am attempting to flash firmware onto a custom board with an nRF52832 chip using an nRF52840 DK (v3.0.1) as the debugger and the " nRF Connect" extension on VS Code...
Hello.
I found this in the sx126x .c driver :
These lines did not allow adding more than one device to the overlay . I removed this code and rewrote all driver files...
I'm migrating code from ncs 2.7 to 2.9.
I am using CONFIG_BT_EXT_ADV and scan timeout callback - such timeout requires CONFIG_BT_EXT_ADV:
It was working fine. Now it's...
I'm migrating my app from parent/child to sysbuild.
Previously I had both bootloader and firmware as separate out-of-tree projects and that was working fine.
Now using...
usb HID mouse for the home version of the window compatibility is somewhat poor, in the professional version is much better, in the home version often usb does not recognize...
NCS 2.7 with Toolchain 2.7
Launch build from Visual Studio
Sysbuild with mcuboot and custom application, custom board
Although the application itself updates when VERSION...
Hello,
1. Do you have any hardware to implement Wireless HID USB without Bluetooth like Logitech with USB dongle?
2. Do you have an example of IR TV remote for any hardware...
Hi everybody. I'm using nRF Connect SDK 2.8.0. I've implemented Zephyr RTOS' core dump functionality on my project. I forced the SoC to write the core dump data on its flash...
I am bringing up a brand new laptop for devlopment.
I downloaded and installesd nRF Connect, SDK 2.6.0, SDK 2.7.0 and SDK 2.8.0. The SDK 2.9.0 installation failed.
I...
Does the NCS stack + nRF7002 support scanning while connected? I would expect it could, to support handoff, but getting errors.
Using nRF7002-DK and NCS 2.8.0.
Compile...
Hi,
I'm trying to find the BOM referenced in the Hardware Design Guidelines for the nRF9151 under the Schematic Design section. According to the document, the BOM should...
I've purchased a couple of nRF5340 Audio DKs for testing Auracast broadcast source/sink. Installed VS Code and have the sample apps built & flashed.
SOURCE: Sample app bap_broadast...
I'm trying to get the settings api working with multiple partitions using little FS. Some of the implementation is specific to Nordic and was hoping to get an example of how...
Hello,
I want to test nRF21540 EK with a nRF5340 DK.
I am using ncs 2.7 , and don't want to use sys build . I want to use child image/ hci_ipc .
I modified ncs/zephyr...
We have developed a custom board with an external SPI flash, which I have tested and it works.
We want to use OTA over BLE, so we have added MCUboot to the project, which...
Hi guys,
I'm a bit frustrated with the NRF Power Profiler II. I'm working on a low power project with the NRF52832 with a custom PCB and I decided to buy this power profiler...
Hi
I am attempting to flash firmware onto a custom board with an nRF52832 chip using an nRF52840 DK (v3.0.1) as the debugger and the " nRF Connect" extension on VS Code...
Hi, I'm having Bluetooth LE peripheral nus code which works fine with v2.7.0 with nrf52840DK (I can connect with an Android App and stream data etc): Changing the build configuration...