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, I'm wondering how much i need the LF crystal oscillator.
In this case, the chip is never asleep, in constant latency mode, and is constantly advertising and meshing...
Hey guys,
We have several different devices that use the nRF51822 and some using the nRF24L01. We currently use the proprietary RF protocol and have all of our devices successfully...
Hi,
Reading from flash, an already programmed key, returns zero.
Using sdk 12.1, sd s132_nrf52_3.0.0, nrf52832, and pstorage. The key is programmed after uploading the...
On nRF52 interrupts for GPIOTE, I need to perform one event when a button is pushed, and perform another different event when the button is released.
I've checked these...
When the PPK calibrates and turns off the DUT, does the nRF52832 on the PPK disconnect from the External DUT lines? My DUT has a LOT of capacitance on it, and it takes several...
Hello i use the example ble_app_beacon_s130_pca10028, i'll try to add UART functions, but they not work anybody has this problem, please help me!!
int main(void)
{
uint32_t...
Hi..! Friends..!
I am trying to detect the number of steps on accelerometer.
For which I want to Plot the accelerometer values in real time (with minimum rate 50values/sec...
I would like write music box by buzzer. So I need adjust the PWM frequency continuously.
But i don't find the sample cede which is about adjust PWM frequency in SDK.
Where...
Hi,
I'm using nRF52832 on SDK V12.2. I add the connection params in the conn_params_init:
static void conn_params_init(void){
uint32_t err_code;
ble_conn_params_init_t...
Hi all, present I'm working on sdk11.0.0 now I need to move all my projects to sdk12.1.0 . And all my custom projects have dfu support. In sdk11.0.0. when I select board for...
hello ,
i am trying to make communication between two (stm8s+nrf24l01) modules for which i am using this link zewaren.net/.../110 ,
by this code i am able to transmit data...
hello,
i am using ble_uart_app project in that i have added the pwm feature and added my code. i have tested my code seperately it works fine but when i have added in the...
Hello,
I'm realizing dfu.
1st case - for test
NRF_LOG_PRINTF("main start\r\n");
// ******* main loop start ******* //
while (1)
{
enterBootloader();
}...