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...
Hi,
Will PAN item #56 TWI: TWI module lock-up be fixed in the Rev 3 version of the nRF51822/51422?
Also would you happen to have a time frame as to when the Rev 3 will...
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...