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...
Hello, I had working BLE application build on v2.6.2. After migration to SDK v2.9.0 BLE is not advertising anymore. I think it may be related to default controller that is...
Hello,
I am trying to play the AT45 DataFlash driver by directly copying the sample code from nRF connect SDK v2.9.1 (C:\ncs\v2.9.1\zephyr\samples\drivers\spi_flash_at45...
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...
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();
}...
I'm trying to set a global variable in RAM as uninitialised so it can be read back after a soft reset condition:
uint32_t data __attribute__((section("NoInit"), zero_init...
Developing an application on nRF52 DK board using Eclipse Neon.3 (4.6.3). When the program is run the following message is displayed in red across the bottom:
There are no...
The micro ecc works well in sdk11.0. However, after I recompile micro ecc in sd12.2, micro ecc can't work in S132 3.0.
I append micro Ecc functions to the Uart Demo in...
I am having a strange issue with the serial DFU in SDK 11, s132v2, specifically running either dfu_dual_bank_serial or dfu_single_bank_serial. My goal is to simply get the...