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,
I been struggling with this issue for a couple of days and can't manage to find the reason behind it.
About the project:
We are developing a IoT device firmware...
Hello all,
i have a problem and I hope that someone can help me.
I can change the bluetooth address of the device with the following code:
and this is okay.
I have...
I work test program on ncs2.8.0.
I put a reference to the BOARD variable at the top of my project's CMakeLists.txt.
When "west build -b nrf52833dk_nrf52833", BOARD is...
Can 52840 dongle program as BLE adapter for development usage like the following URL? Just for development test, so I don't need to buy one.
https://www.amazon.com/ASUS...
I am trying to build the Peripheral UART sample in nRF Connect SDK v2.8.0 targeting the nRF52805 SoC using VSCode. The sample is too large for the nRF52805 flash (linker overflow...
Hi,
I'm having an issue just booting my nRF54L15-DK when building a basic app with TF-M and MCUboot configured, I am using sysbuild to build everything.I am using the...
hello,
I have nRF9151 and would like to connect UART1 (Rx PO.28 & Tx PO.29) to an external IOT device. it only supports the Tx/Rx port. There is HW control.
My goal...
Hello,
I am new to nRF53 series chips. My team and I are designing a custom IoT device based around an nRF5340 SoC and we are exploring options on how to program our devices...
Hello, I and my colleagues were not able to view today's nRF Connect SDK v2.8.0 webinar both work from home and at the office using different browsers on macOS, iOS and Windows...
Hi guys,
I'm working on a project that recently got a change request to enable BLE. I've designed a custom board with the NRF52832 that should meet the requirements.
In...
Hello,
i just wanted to compile a example project out of the box: ble_app_uart.
S132. SES. PCA10040
Surprice, did not work, why do you provide not working examples...
Trying to use a standard delay function to keep and output low for several seconds. It is P0.10 on the 52840 set to Active Low and I do see it transition to a low on the o...
Dear,
I am using both nRF52840 UART (UART0 and UARTE1) on the nRF52840 DK.
The default pin assignement is used, such as
UART0 pins are TX/RX 0.6 & 0.5 and
UARTE1...
Hi NRF team,
I am working on one project. I have used 2 PDM Microphones (MMICT5838-00-012). And I have used Zephyr RTOS for development.
I have used the LC3 encoding and...
Hi,
I'm working on a project using MCUboot, TFM, and a network core app. We use MCUboot with an external flash module for OTA firmware updates.
Recently, we tried upgrading...