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...
Dear devzone,
Based on ncs2.9.1 and nRF54L-DK(v0.9.2), add in the prj.conf of the peripheral_uart example:
Compile and burn to nRF54L15-DK, the program does not run, and...
Hi there,
i am very curious about what can be considered as interrupt factor in receiving the signal from beacons, so if these scenarios have been tested please provide...
I'm using the nrf52832-QFAB variant (32K RAM 256K Flash)
The part is marked as NRF52832 QFABB0 1630AC
Surprisingly, this part is happily running my application and bootloader...
Hello,
I can't find where in flash the peer manager data is stored. I'm currently working on DFU support and as part of that I want to define the memory area that should...
As per mesh_hw_resources.md (MESH_SDK/doc/introduction)
## Flash lifetime The flash hardware can withstand a limited number of write/erase cycles. As the mesh stack uses...
Hi all,
I am trying to develop the BLE Heart Rate Collector example on the nrF51 Development Kit. As far as I read in the Nordic web ( http://infocenter.nordicsemi.com/index...
I'm trying develop on a custom board based on the nRF52832 and am running into some issues. When I run the blinky application (with no SD) the application executes fine. However...
Hi I'm developing beacon firmware using ble_app_beacon example code.
I was able to send good beacon data for my purpose. For the next step, I want to turn on the LED which...
Hi,
I am using a custom board based on nRF52 (nRF52832-QFAB-R) and programing it with softdevice.hex and "ble_hid_mouse" example application in the nRF5 SDK v14.2.0. the...
Hi,
I am using softdevice S132 V2.0 for nrf52832 controller.I am using BLE UART app. It is working fine on eval board.But when i checked it on custom board developed by...
Hello,
I am using sdk12.2.2 and nrf52. I have implemented fds_read, fds_write, fds_delete and its working as expected. Now when I am trying to use fds_update my data is...
We are trying \Nordic\nRF5_SDK_12.1.0_0d23e2a\examples\ble_peripheral\ble_app_uart\pca10028\s130\arm5_no_packs
I want to control UART. If device is not in use i want to...
I'm just starting to bring up a custom board based on the nRF52832 and I am unable to program it using the J-link. It looks like my reset line gets stuck low when the JTAG...
Hi,
I work on the PCA10028 devkit with the nRF5_SDK v 12.3.0.
My project implements the ESB comunication concurently with the BLE by using the timeslot API.
I can send...