Good day,
I tried to build the standard Nordic application: Blinky for the nrf52840dk/nrf52840 board from the following directory on my PC: c:\ncs\v2.9.1\zephyr\samples...
Hi,
I have an issue with VS code. The connected devices does not show my jlink debugger nor the DK. However, nrf connect desktop programmer shows them.
Toolchain: v2.6...
Hi,
I'm developing custom firmware on the appcore and netcore. The netcore runs BLE controller, as well another custom IPC service to communicate between the appcore and...
Hi everyone,
I’m working on a project involving the nRF7002DK, where I’m trying to combine two separately working applications:
A TinyML CIFAR-10 image classification...
Hi,
we are looking into incorporating a NRF52 module into our control units, but to allow extending the antenna position away from the case through male-female SMA cables...
I opened up the nRF Connect for Desktop application and noticed a new version for the SDK , 3.0.0. I also noticed that the application is being deprecated.
Inside of Visual...
Hi,
I am trying to use nfc_t4t_lib and I have some issues because processing incoming data takes some time (around 100 ms) and therefore sending the response occurs late...
Hi,
We deloped some concept(it looks not very good - sorry) for unique device which can be a slave and master.
to use this demo need following
Download to PCA10004...
Hi,
we developing bluetooth solution with S130 soft device
From now there only one example appear and i start it sucessfully but got some problem below
I see that device...
I have extend bootloader to about 18kB (0x3B800), and add uart module in it.
When I receive host command, I'll write a flag to flash via pstorage module, and use NVIC_SystemReset...
The NRF51822 series manual describes that an external LC filter is required to operate the buck converter. The reference design shows 1.001 uF of total capacitance to ground...
i try to test Low Energy Applications Using nRF51822 with application note ( nAN-36 )
in chapter 4 : led button example, build and install success~!, but, not running application...
when I use app_uart.c code with FIFO, uart is ok, but I always encountered a out of memory ( always return NULL from malloc )
How to monitor / determine memory / RAM usage...
Hi,everyone
I have trouble in debugging the "device_firmware_updates" example. Here is my development environment:
Keil-MDK :v5.1.0.0 and v5.11.0.0(an other PC).
SDK: 4...
I want to make a nRF51822 as broadcaster and peripheral role concurrently. It should have continuous broadcasting advertisement data under accepting connect-requests to notify...
Hi,
Looking at pstorage related code, it appears that it handles data copy from RAM to Flash.
Can I use pstorage functions to move data within Flash? I want to implement...
HI All,
We want to use UART RXTO event to detect UART packet boundary.
So we propose to add one entry APP_UART_RXTO to app_uart_evt_type_t in upstream sdk to sync.
...
I can not understand how works READY register in SPI master:
after first byte transmission READY sets high, i set READY low and send second byte, but READY never sets high...
I can upgrade the firmware by MCP on air ,But there are one conditions:
reset the device while holding down the Enter Bootloader Mode button or a invalid application is present...
Hi,
I am running (and reconfiguring) ble_app_lbs (LED + Button BLE app) example as a kind of start off project for me. I am actually trying to figure out where I can control...
Hi,
When i increase the global buffer , i got this error.
if i reduce buffer size and add few more characteristic , i am getting same error.
How can i use Flash memory...
Hi All,
I started with example ble_app_multilink_central for S120 from sdk 6.1. I then started stripping the application to get a barebones central. I removed app_trace...