What is the best way to minimize transfer in progress errors when trying to send ANT messages? I am using the S310 stack on an nRF51422. I have a busy ANT channel that is...
I'm running into a weird timing issue with a nRF24L01+ which I'm not quite sure how to work around in the general case. The basic setup is two radios, A and B. Auto acknowledgement...
I am using mbed library to get leg up on development.
This is the first time I am writing any MCU application and it sure makes things a lot easier.
I am using nRF51822...
I've recently began experimenting with the HID service and connecting to iOS devices in order to achieve lower connection intervals with Apple products (as described in their...
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...
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...