It is good practice to prefix the includes from one's C libraries with a directory so that they are all part of the same 'include namespace'. Unfortunately the Nordic SDK...
Hi, is there an available developer in my tri-state area of Minnesota, N. Dakota, or S. Dakota? Please call me if you are available for a project for hire. The developer should...
I'm trying to design a very low power sensor that takes readings using ADC and SPI 200 times a second. I'm a bit worried by the current EasyDMA uses (1.1mA). As far as I can...
Hi, I am working on a project where I want to make one nrf51288 chip as central hub and connect that to a android phone and other salve nrf51288 .
idea similar to this: ...
Hi,
I have a code programming the nRF51422 development board to write to a Sharp Memory 96x96 pixel LCD screen using SPI.
Currently the code writes two numbers and a...
I've modified the ble_app_uart example by adding GPIOTE so that the transmitter sends a character to the receiver when a GPIO pin is toggled. This part is working well.
...
I have an application where I am using the SAADC to take ADC samples. At any point during the measurements, I want to be able to stop the samples prior to the ADC buffer filling...
Hi,
I trying to adapt the ble_app_multilink_central example to allow more than 8 peripheral connections to the central device. However, when I change NRF_SDH_BLE_TOTAL_LINK_COUNT...
Hi,
I am using nRF52832 board and I want to understand the current consumption in the board will differs while running the code in zephyr RTOS platform and without zephyr...
Hi,
I would like to know where Matter's commissioning ad timeout is set.
I understand that it stops after 15 minutes, but I don't know where it is set.
Best regards...
I am currently learning nRF52840 , I started the BLE fundamentals course , and this the lesson 1 exercise , It Worked Fine , after the lesson 1 , none of the lesson's exercises...
Hello, I want to update the firmware(FOTA) of nrf5340 using AT Command of nrf9160.
I've already reviewed the content in the dev academy below https://academy.nordicsemi...
Hi,
I'm using nrf9160 MQTT at commands to send real-time data to the cloud. I run into the issue where the MQTT publish may fail (frequency varies around 1 out of 500 publishes...
Generally, the peripheral calls the sd_power_system_off() function to enter power off mode. Then use GPIO interrupt to exit the power off mode and connect to the central device...
Hello,
I've been encountering build issues when trying to include MCUboot as a bootloader for my nRF7002DK project using the Nordic Connect SDK version 2.5.2. Specifically...
Hii,
I am using NFC tag reader to interfacing with nrf52832 board , I am using nrf connect 2.6.0v. The sample file is also given( TAG_READER )
I am using spi protocol...
Hello,
Our setup consists of two nrf52840 devices on custom boards. The devices establish a BLE connection via the Coded PHY (S=8). DLE is used. Connection event time is...
Hi, Experts,
I have questions about nRF5340 2.4GHz 2Mbps proprietary wireless feature.
1) Is it based on IEC 802.15.4 PHY to support 2MBps?
2) Is it compatible to 2...
I want to get mac address using NRF5340_DK
Which function is used to get print mac address using NRF5340_DK.
I try to print the current device's MAC address using NRF5340_DK...
Our offshore hardware team is looking to verify their hardware using a R&S CMW500 configured as an access point. They have noticed that the release notes for SDK 2.4.0 mention...
I can build my project fine with the vscode extension, but when I copy the `west build ...` command from vscode and run it from CLI, i get an error about how the SOC option...