Hi,
To use bidirectional continuous scanning mode in ANT, I have to transmit Extended Broadcast/Acknowledged/Burst messages using ANT Msgs 0x5D, 0x5E, and 0x5F (ANT Message...
We are preparing to get BT qualification for our product, developed with the 6 stack now, however want to update to 7 when it is finally released. A comment from the testing...
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...
We are currently starting a project with a nordic chip. We want to work with the newest SDK (2.x.x). We saw the new SDK 2.0.0 in the nrf Connect for Desktop Toolchain Manager...
Hi,
Shouldn't the comparability matrix for nrf52833 on package CJAA revision 2 be with a 'J 'not an 'I' for WLCSP
from web site
from product specification: ...
Dear Nordic Engineers
Our customers use the nrf_desktop application to develop their product.
They use the NCS 2.0.0\nrf\applications\nrf_desktop and build project on...
I need to generate a clean 10kHz sine wave. I tried using PWM ( https://devzone.nordicsemi.com/f/nordic-q-a/89209/clarification-on-how-to-generate-a-10khz-sine-wave-with-pwm...
Hello, I followed this tutorial in order to setup custom BLE service. The tutorial as is works correctly and defines one service with an RX write characteristic and a TX notify...
Hi All,
I have implemented sleep mode in the firmware. I am using NRF52833 in my project. When the device is in idle state it goes in sleep mode. I am able to wakeup my...
I tried adding DFU support to my application by following this official tutorial:
But, I get the following errors:
/opt/nordic/ncs/toolchains/v2.0.0/opt/zephyr-sdk...
We're using sd_flash_write() and sd_flash_page_erase() to store some data to internal NOR FLASH at runtime. We have these calls integrated with the RTOS we're using in a HAL...
I've been using nRF Connect for Desktop a lot recently for power measurements with the PPK2 and to program nRF52840Dongles. I keep stumbling over a small missing feature:...
Hello,
I saw in the documentation for the softdevice s132 v5.10 (which is for production use now), I saw it supports changeable MTU. I have searched for the maximum supported...
Hi all
I have a problem with allocate RAM.
I build the project as non secure.
in the zephyr.dts file, you can see that the memory is divided into 3 areas:
sram0_s...
Hi
I have nrf52833DK it was working all fine but suddenly the LED5 is not lighting up and it is not detected by USB port. I tried to check the board voltage regulators and...
Hello,
I just started working on the nRF52 series controller, I want to upgrade my project using BLE features.
I need 1 master device to send to multiple slave devices...
Hi,
According to CryptoCell-312 documentation , it supports the SHA-1 algorithm. I was able to successfully run the SHA-256 cryptography sample application in the nRF Connect...
In my application, I need to use the nrf52840 for both BLE (as the controller) and ShockBurst. Specifically, it's the nrf52840 on the nrf9160 if it matters. I'm using the...