Just putting this here in case anyone else comes across this issue, esb_arm.lib and gzll_arm.lib don't appear to implement the work-around in PAN 18(in the version I tested...
I have a custom model and I successfully configured its publication parameters with bt_mesh_cfg_mod_pub_set_vnd
The model publishes at specified intervals as expected
...
Hi,
I followed this guide to use puncover but failed:
https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/zephyr/develop/optimizations/tools.html
I am using...
The Nordic Thingy:91 comes with Bluetooth, and for now most of my deployment will be in areas where I'll be able to connect to it via BLE. I can receive data from my Nordic...
Hi guys,
So here is our application:
we have an external 1GB NAND flash on the board with a nRF52840 SoC. We save sensor inputs to the 1GB flash and when we connect...
I want to either create or open a MCP2515 CAN based application using https://github.com/zephyrproject-rtos/zephyr/tree/main/boards/shields link.
I am new to this platform...
Hello
We are planning to build a product without physical pins and currently evaluating different recovery options. For that we want to use OTA via BLE/SMP in a dedicated...
Hi,
I'm using SDK17.02 HID example on nRF52810.
When slow advertising have timeout, the current is about 6uA. BTW, I closed sleep_mode_enter() function.
But when I stop...
I have found that NRF SDK proposes mbedtls and cifra backends for AES based security. The question is whether is possible to reuse nRF52 HW AES for CCM, GCM, ECB modes supported...
I have nRF52840 module with not enough IOs than what I need and I am looking if possible to hook both: external flash memory and LCD display on the same QSPI peripheral
...
Hi,
As far as I can see, the only difference between these two SoCs are that the 840 has more RAM and flash memory, and supports QSPI (833 does not). Are there any other...
Hi,
We have nRF52833 based solution wherein we have scanner (central role) and multiple sensors (peripheral role) connect to exchange data.
We have added DFU functionality...