Has anyone converted the app note AN34 DTM Python script to C# or C/C++ ?
The Python DTM script is works OK with the setup specified in the app note AN34 figure 2, which...
Hi,
I have a serious problem, when I use uart of NRF51822 QFAAC0 to receive data from another MCU, I found that it will lost one bit at same position everytime. my SDK is...
Hi,
I just started to interface the lcd display with nrf51822 evaluation board. The display i'm using is, spi compatible, 18" tft (160x130) from tiny lcd. I took spi master...
Hi,
We are using the nRF905 device in an application where it needs to switch between auto-retransmitting and sending single packets, due to it communicating with several...
This is not a real question for support. It's more a success story i'd like to share with you!
Our company develops firmware for various customers on a lot of different...
Hi all,
What is the maximum data rate for the nRF24AP2 when using the Synchronous serial interface?
I cann't see it in the datasheet.
Is there anyone can answer me...
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...