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...
Has anyone tried to generalize this example to different sized variables? What I would like to do is allocate a data structure, write that to flash, and recall it at a later...
I've a PCA10036 V1, I change the IC to nRF52822 QFAA-B016. With nRF5_SDK_11.0.0-2.alpha_bc3f6a0 and SD: s132_nrf52_2.0.0-7.alpha_softdevice, the programme started but if I...
Hi
We are developing software for the nRF51 with Keil under VirtualBox. Previously we used the PCA10000 dongle with the Master Emulator and MCP without issue. Now, with...
We are using nRF51822 for our products.
We want to know the min value of "Receiver sensitivity" when we use this chip for BLE.
The Datasheet says "Receiver sensitivity...
Hello all,
I config nRF52840 dongle P0.24 and P0.22 as GPIO_OUTPUT. But when I change their value, they are always 0.
I use the same way to change other pins such as P0...
Our product works fine. But I was wondering if we should be completely disabling the NRF_LOG functions for production builds. I suppose it could be using some power and processor...
I'm having a really frustrating time with a custom 7 segment display board I'm developing for scorekeeping. It seems to be successfully flashing using a Segger EDU mini, but...
Hi, I have a nRF52840 DK and I tried powering it with a USB cable. The issue is when I look into device manager the device is not showing up, and when I try connecting the...
Hello !
I'm struggling a bit with the USB HID boot protocol, I have a lot of stack overflow error when trying to do operations while in the get_report callback.
I know...
I'm embarking on a new project involving a sensor network of up to 3000 devices within a warehouse for industrial monitoring, and I'm considering an OpenThread network-based...
Hello,
I'm working on an application where we're implementing the nPM1300 and utilizing the fuel gauge algorithm to estimate battery life. Interestingly, the results that...
Hello,
I am attempting to connect a ST7789 to the nRF9161 and communicate with SPI. However the display is not working and I suspect it is because the gpios output the VDD...
Dear All,
When i connect the nRF5340 Audio DK to the windows PC through the USB, It will be enumerated as a USB audio device.
And then, It will act as the default audio...
Hi, I'm currently using nrf52840 MCU for product development and almost finished my project. What I want is when producing a product, I want to compare the checksum of the...
I am trying ADC readings for connecting my sensors. To better understand and see the values, I have made a simple connection with 4 10k Resistros in series, VCC on top and...
I am working on an nRF52832-based project and I am encountering an issue with achieving low sleep current. Despite setting the TX power to 0 dBm and the advertising interval...
I am thinking of using the sample source code of nRF5340 Audio to realize LE-Audio on a board created by our company.
I have written the source code of nRF5340 Audio to...
Hi, I am pretty new to programming with NRF boards and I've hit a bit of a roadblock.
I started with the BLE Event Trigger example and I have managed to retrieve BLE advertising...
HI Noridc
I am developing with nRF5340, and I need to proceed with DTM test to verify the chip in the production process.
I am currently using this routine C:\ncs\v2.6...