Hello, Nordic Team, I'm embedded designer from Russia, discovered your amazing wireless MCU NRF52832. I looked through your SDK and peripheral drivers, and unfortunately found...
Thanks Stefan. The zip file making and updating steps work perfectly for me, if I follow your steps and make it from your stock pre-built "dfu_test_app_hrm_s132.hex". My question...
Hi!
I'm trying to configure my NRF8001 module with the help of nRFgo studio. I'm using Nordic UART over BTLE service template. The module can be discovered via nRF Master...
I'm trying to make a BLE device that actually pairs securely. I posted this question on StackOverflow but didn't get any answers - maybe someone here knows more. As far as...
I am using esb in SDK 11 and my understanding is that the radio causes interrupts that are forcing and cannot be disabled. These in turn causes software interrupt 10 to be...
I'd like to read and write data to the reserved app data space while in the bootloader. Is this possible with pstorage?
Because the BOOTLOADER_SETTINGS_ADDRESSS = 0x0003FC00...
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...
hello Nordic
i am using nrf52832 and nrf52840, working with ncs v2.3.0
currently i am using the SMP service for DFU but i also want to use the service's property to...
I b ought three ebyte E104-BT5040U USB dongle but it doesn't work.
I was program a ebyte E104-BT5040U USB dongle using openocd。I use daplink (2023-8-24) and openocd 0...
Hi,
We have been trying to get the audio application to work using an external I2S microphone, but have recently run into the following problem when trying to send audio...
Hello Nordic,
I've been attempting to convert our system's TWIM implementation from the blocking to the non-blocking mode. I have been able to communicate fine with the...
Hi,
I have updated finally Segger Studio from version 7.22 to 8.14. Now I cannot compile the project. It ends with below error:
Build failed, exit status 0x1
Is something...
Hi, I have a problem where the mcuboot do not seem to include the 'jedec,spi-nor' driver. Looking at the build directory, /build/zephyr/zephyr.dts file has the device spi...
Hello everyone
our current project is to use dht22 to control an external fan
but we don't know how to add a new node to the device tree for the fan.
The picture below...
I got the license key for segger studio but the option to install the license is not popping up. https://drive.google.com/file/d/1qok8PcCYhHi_9nsknL2JW4_AtF6F5ZP5/view?usp...
Hello I have a few questions
In my project, the nPM1300 fuel gauge example via nrf5340dk works properly. I received information such as V - I - SOC via I2C. Currently I...
I try to use Gazell and USB HID to remote wake up my computer. But after compter turns into sleep, the callback function on the Gazell Host Device doesn't being called back...
The hardware I use is nrf52840Dongle, using nrf_dm sample for development. There are a few problems:
1. I have 8 devices, all within communication range, 4 as base stations...
Hi, I get a issue, build error if enabled PGPS in prj.conf:
CONFIG_NRF_CLOUD_PGPS =y
and OK if comment this config
for this project, I used sample/cellular/Location...
Hi,
For some reason, all of the VSCode action disappears after building the application with mcuboot using sysbuild on ncs 2.7.0. The application can only be built using...
On the nRF51, LO leakage was measured when in receive mode. For 2402~2480mhz, LO leakage was measured at approximately 2745~2836mhz. The nRF52 does not measure LO leakage...
OK, I'm working with the nRF52832 and NCS V2.6.0, and I have two different actions I need to complete at various times with the SAADC:
Every ~ 3 seconds, I need to sample...