Hi
I have a question about using gazell link layer and paring library with concurrent timeslot api. I try to do this but i have the hard fault handler after invoked nrf_gzll_init...
HI,
I want to use PWM to control various hardware (LED's, etc ..) so I started off from the suggested PWM code example, found in this forum + modified it as I want to use...
hello,
the function ble_stack_init () in the example of ble_app_uart are quite different from that in the example of ble_app_proximity in my first sight.
ble_app_uart :...
I am getting following error:
Error in final launch sequence
Error executing step execute method: stepInitializeJTAGFinalLaunchSequence
java.lang.reflect.InvocationTargetException...
Dear Nordic people,
I am playing (6.0.0) with sd_flash_page_erase() and sd_flash_write() , seems to be working ok, Allways happens what I do expect, but I am not able to...
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...