Hi all,
I'm working with my custom nRF9151 board and i'm testing https request with option that use native TLS for my download client.
I got connect err = 22, so i come...
Hello,
i am currently trying to build a minimal firmware for the nRF5340 on the Thingy:91x. Unfortunately my build failles to link zephyr/zephyr_pre0.elf:
My suspicion...
On the nRF54L15, how can I update the maximum TX time to 17040 µs when using Coded PHY?
I'm currently testing with the Throughput sample in nRF Connect SDK v2.9.1. During...
Hi,
I'm currently working with the Thingy:91X and would like to measure the total current consumption of the entire board using the PPK2. I understand that the PCA64165...
I'm not sure if this is the right place for this question.
I'm using the Settings subsystem for the BLE name.
When BLE is initialized inside matter, settings_load is only...
While using the nRF9151 DK , after inserting the onomondo sim and connecting, the Cellular Monitor SIM sections appears the Wireless Logic ICCID number instead of onomondo...
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...