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...
Hi,
I have a NRF52840-DK (400236). I was using it for the development. It was working perfectly.
Suddenly the issue arises the power section is heating up.
I am powering...
Hi,
I am running the standard Grove LCD code, as below but am getting an error, " Grove LCD: Device not ready.'
the code is
my overlay file is
and my proj...
Hello,
we have a set of router devices already on the market: each of them was developed using 4.0 stack.
now we're aligning the stack to the 4.2 version observing a very...
Hi!
I've followed the app timer example to implement app timers in my project. My project is low power consumption oriented. When I use a repeated timer, power consumption...
Hello,
We are integrating the nordic sdk for DFU on our own application on Android and iOS.
We need to know al the possible error codes that the sdk can sent but we...
Hi DevZone,'
I am trying to use the crypto library with CC310 backend on a FreeRTOS application using the nRF52840DK.
My problem seems to be that when initializing the...
Hello,
I am trying to set the default TX power to +8dbm for all stages of the BLE transmission process, including when advertising is active. I have referenced the "hci_pwr_ctrl...
Hi,
My project is set up as out-of-tree using NCS v2.0.0. I would like to restrict the NCS version such that it will throw a compile-time error if a non-matching version...
I am using SDK v16.0.0 with s140 softdevice. In app_util.h, there is STATIC_ASSERT_SIMPLE and STATIC_ASSERT_MSG definition decided by platform like __CC_ARM or __GNUC__. ...
Dear Nordic fellows,
I have a NRF52832 and I want to configure the UARTE peripheral driver in not blocking mode. I want to try and exploit the double buffered DMA. I'm using...
I am using UART to try to send and receive data from the MCU on my nRF9160 board. I noticed in the tutorial on DevAcademy that using the asynchrounous mode, we're able to...
Hi!
Due to product requirements, I need to make the broadcast package contain 128-bit UUID so that the APP of our company can identify the device. The chips of other manufacturers...
Hi
I am using NRF5340 chip in my custom designed board and I want to use all the 4 UARTs available in this chip at the same time.
The interesting problem which I am confronting...