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...
Currently we are considering whether we should use external Flash Memory or NRF52 Internal Flash.
External Flash memory has a lot of drawback in comparsion with internal...
I had been working with a DK and a Circuit Dojo - nRF9160 Feather https://github.com/circuitdojo/nrf9160-feather just to get my basic hardware working. I just had custom boards...
Hi there,
I've just bought and received Apple iBeacon compatible beacon on eBay ( https://www.ebay.fr/itm/165128797979 ). I put a battery in it, the LED flashes 3 times...
Hello,
Although this topic seems to be trivial and touched many times it seems to be difficult find any ready to use products / projects about it.
The Background
Lets...
SDK Environment: nRF Connect SDK v1.7.1
Target: Decawave DWM1001-DEV. This uses the nRF52832
A 5 byte SPI transfer is taking about 17us when using the nordic spim drivers...
Hi everyone,
I use the nrf52840 and the SDK 16. I copied the saadc example and I want to modify it and use the RTC instead of the timer as an event for PPI. I've noticed...
Hi Team,
I am working with a few Thingy91's. I have noticed an issue in viewing the Thingy91 output on LTE Link monitor for a few Thingy's.
The 1st Thingy connection in...
Hey, I am having trouble setting Pin 0.17 as UART TX. I have tested my code on pins 6,8,15 and 18 as UART TX and the code works. I get the required output on serial. I am...
Hi,
I have been following the webinar "Developing Matter products with nRF Connect SDK" and was successfully able to build the matter lock sample and flash to my nrf52840...
I got PPK2, connected it to Windows 10 PC and it is recognized as "nRF Connect USB CDC COM5". LEDs turn on Grenn color but immediately fade out and becomes red and stays like...
I would to like to update a nrf52833 controller via DFU from another nrf52833 controller via BLE. nrf52833 eval kit is able to connect with another nrf52833 custom controller...
Hi everyone, I am working with nrf 9160 Development Kit. I use LTE LINK MONITOR Unfortunately I am not able to connect to a LTE-NB network. I have updated the Modem Firmware...
I realize that this question will be stupid simple. I can program AVR microcontrollers with no trouble. The setup in the Segger embedded studio seems far more cumbersome....
Hello,
I have nRF52811 project which I would like to transfer to nRF52805. It is using SDK 15.3.
I saw this tutorial: https://devzone.nordicsemi.com/guides/short-range...
Good day!
Time after time I catch next assert
Assert occurs most often when I use 3+ mesh sensors in one server with periodic publication configured.
Is there any...
Now I'm using nrf52840 as a master and some other ble chips as multi peripherals.
As I know, in ble link layer data header, there is a tag: MD(More Data) , by which, every...