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...
Hello Everyone,
I try to develop Nuvoton + NRF24L01 SPI communicate each other. And I don't understand why MISO bus has 0x0E after I send Write_Command 0x20?
void NRF24_AdressTX...
Greetings,
Using the "central multilink" example project, how do I stop scanning if no advertisers are found? I see a case BLE_GAP_EVT_TIMEOUT in function on_ble_evt() but...
Hello
I found similar questions but no answer?
In the manual is written that I can control the parity bit in manual mode with the TXPARITY register but I can not find how...
what may be the reason for app_assert _callback error in s130,ble_central_and_peripheral that occurs from the following 2 lines
sd_softdevice_enable((uint32_t)NRF_CLOCK_LFCLKSRC_XTAL_75_PPM...
I have Rezence SDK working well with Keil uversion with wired and wireless debug without any issues on either nRF51 and nrf51822 DKs. When I port the project to Eclipse with...
Using the bootloader example code in SDK 8.1.0 for gcc, roughly how long does it take from power on to the call to bootloader_app_start()?
My device is motion activated...
Hi,
I have nrf51dk and analog EKG sensor. I know that ble_app_hrs allows to get R-R interval, but in my application i need to get also R-S and R-T intervals (or just R...
Hello,
I have combined two files spi_master and ble_app_uart into one file. Once trying to compile main.c compiles with no error but bsp.c compiles with 3 errors although...
Hi,
in S110 v 8.0.0, we can select the advertisement channels by setting the advertising parameters for sd_ble_gap_adv_start(..).
But what I want to do is to change...
Dear Nordic Team,
I am currently working on a project to develop firmware for S110 nRF51822 softdevice with the following requirements.
Read ASCII chars from a third...
i have found that
devzone.nordicsemi.com/.../
It seems impossible to connect two nrf51822,because soft device doesn't support the BLE Central role.But below said in...
I am getting an Error code on 8 on calling nrf_drv_gpiote_init() in my main() :
err_code = nrf_drv_gpiote_init();
APP_ERROR_CHECK(err_code);
Any idea what I am doing...
Links of the modules i am thinking of:
PTR7024 Module
Datasheet of the above module.
Uploader or downloader: Link
So, i am going to use this module PTR7024...