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'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...
I will try to use the s110 8.0.0
But I can not find the sdk installer from the website.
Three months ago, when I visited the website, there is a SDK 6.xx.xx Installer...
Hi.
I'm currently receiving advertisement packet from beacon scanner app. (nrf51822)
(ble_peripheral/experimental_ble_app_multiactivity_beacon/hrs_scanner)
I tried...
Hi, I am here in the use of Flash memory data when there is a strange question to consult.
Due to my side of the application, you need to enter each case sd_power_system_off...
Using nRF51 SDK 10.0, it seems like many debug prints are incorrect, triggering a GCC format warning resulting in a compilation error with -Wall turned on.
A workaround is...
I'm using a custom designed PCB around the NRF51822 that broadcasts accelerometer readouts on a characteristic.
The application is based on s110 uart example and has been...
i wantto compile ''ble_app_hrs_c'' from sdk
but it always show up likes
" C:\Program Files\CodeBlocks\MinGW\include\SDK 7.2\examples\ble_central\ble_app_hrs_c\main.c|19...
keil use pclint, it will give lots of info message or warning message.what 's the best configuration to filter these info message ?? just display the error or warning message...
Hi
I'm trying to test UART over BLE using A custom board with a nRF51822,S110_NRF51822_7.1.0
SDK 6_1_1, Code is Github "NordicSemiconductor/nRF51-ble-app-uart-static-passkey...
I'm a beginner, the question might be simple but its really important for me.
What would the current flowing through Empty nrf51822 when it is completely erased or empty...
In bootloader of sdk9
I find
ble_gap_addr_t addr;
err_code = sd_ble_gap_address_get(&addr);
APP_ERROR_CHECK(err_code);
// Increase the BLE address by one when advertising...
Dear sir,
We are using the NRF24LU1P-F32Q32-T chipset.We have unmounted chip that we are using for our application .We have made a pcb developement board on NRF24LU1P-F32Q32...
Hi,
In my project I am using rev3 nrf51822-QFAA chip set with s130 soft device.while I compiling getting the error "region RAM overflowed with stack". Then I followed some...