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...
hi. I want to work with nRF8001 by STM32F103 family from ST.( www.st.com/.../LN1565) is there any one who develop a project with STM32F103 by using STM32CubeF1 ( www.st.com...
I am having some trouble sending DFU to my development board through the iOS app.
When I prepare a zip file for the nRFToolbox app, I include the .dat and .bin files in...
I'm able to run my applications on SDK 9 with softdevice 130 with the development kit. The chip on it is labeled N51422QFACA11503AD. I have a custom board that has a chip...
Hello everyone ,
I have written the program for getting the buzzer Beep sound and then i compiled the program without any errors and warnings but i am not getting the beep...
I recently grabbed the latest SDK nRF5_SDK_11.0.0-2.alpha. I was looking at some of the changes and wanted to run one or two demos to make sure I was able to build them properly...
I am testing this on ble_app_hrs and ble_app_hrs_c. After devices are bound I would like to skip discovery as it takes long time. So all I need to do is get the service's...
After I receive data by ble_nuts,using example ble_app_uart.
I call ble_nus_string_send to the central, however I got error,I print error code is 8 which means "NRF_ERROR_INVALID_STATE...
hi
First,I apology for my poor English...
I want to make a project to connect 2 device.
With a sensor from TI , which comes out the sensed signal .
Transfer the data...
Hi,
platform info:
SDK 9.0, NRF51822, SD:s110_nrf51_8.0.0, Master Control Panel(android):2.0.0
We use eample dual_bank_ble_s110 under dfu/bootaloader/pca10028/ of SDK...