When using app_timer through scheduler, a break and go will overflow the event queue if a timer is a repeat timer. The effect is that it's not possible to debug.
To work...
I need to be able to actively set the value being incremented in the Timer2 register on the nrf52 (what I believe would be it's main register). It seems that this might be...
The errata for the nRF52 indicates higher consumption in managing timers and GPIOTE. Does the BSP for SDK11 follow recommended practice to deal with these errata can I ask...
Hi,
I am trying to understand the pstorage to record a log for temperature. In my code, I can call pstorage_init(), and clear a block but when I try to store some data...
I would like to source a compact BLE board to act as a lock controller developed with with a matching transceiver for use in a fob and an app.
It would toggle the pio and...
Ok so here is the issue. I was trying to build a simple application which is described in the tutorial for characters. After building an advertisement and understanding the...
I was working with IAR and SDK10.0 before. For some reason I have to transfer my project to Keil and SDK9.0. My program worked well for the old settings. While keeps got NRF_ERROR_SOC_NVIC_INTERRUPT_NOT_AVAILABLE...
Hi there
During updating nRF5340 over bluetooth, really rarely the CPUNet fails to be updated over bluetooth.
The mcuboot says: Image in the secondary slot is not valid...
Hi Team,
I have 1 nRF5340 Audio DK. With the steps mentioned in below links, I configured Json file to Headset and I'm able to achieve it.
Setup Details : Headset - nRF5340...
Hello,
I'm using nrf52840 together with HX711 24bit ADC . My application samples the ADC every 12.5ms (80Hz rate) and the sample is sent out via BLE notification. The HX711...
Hi ,
I am using nRF52810 to start a project that combines BLE app UART and a timer. I found an example BLE app UART project from the directory nRF5_SDK_17.0.2_d674dde\examples...
I can read the button and see if it is being held. I would like to know which GPIO pin caused the wake without having to hold the button down to signify the button that woke...
Hi,
I need to implement BLE central and peripheral roles on nRF52832 using OS. I have seen Nordic hrs FreeRTOS example, but it is peripheral only.
How could both roles...
Hi,
I am trying to to perform a DFU update to my device using an ANNA-B112 evaluation kit connected to my Ubuntu machine. The device supports DFU update. Here's what I'm...
I am setting up a project with nRF Connect SDK and want to be sure I am doing things in the best way.
The project will build different firmwares for multiple models of our...
Hi DevZone, Our developement team had purchased a Nordic Thingy:91 and it came with an iBasis SIM card. When we are trying to add that sim card for activation in nRF cloud...
How can I add a bootloader to my program that needs to be flashed to the Nordic Thingy:52? When I flash the default Thingy:52 firmware and then upload my custom code through...
Hey, I'm trying to setup i2s buffers and other related stuff for mic communication, this is my code for i2s
There are no errors while building or flashing, however while...
Hi I am trying to use nrf connect extension on vs code. but it is not loading. it stuck like this even though, I deleted and reinstalled all the extensions.
I am able to...
Hi Devzone,
I am building an application for a nrf52840 mounted on a custom board. I wanted to implement the DFU functionality, and I have a few general questions, as well...