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...
Suppose there are 10 BLE peripherals in a room and one BLE Central,then is there any way i can get the list of available peripherals[name or id.. etc]?
I am using NRF5182...
Question 1: I am using GPIO external interrupt. Does this interrupt belong to GPIOTE PORT EVENT by default? Question 2: How to configure low precision GPIOTE? Question 3:...
I use NCS2.5.0,and I noticed that there are two files(bluetooth.h and scan.h) can help to set scan parameters.Is there any difference betwen these two files?Can I call the...
Suddenly DFU OTA fails most of the time while trying to update units with code & "not secure" bootloader that has been working for years. The FW upload stops at 2% to 8% but...
Hi,
I have read the documents regarding the powering up the board form external supply and switch position
i need simple answer how power the board completely means...
Hi,
This is my first time designing RF section for BLE using nRF54l15, and i was wondering if you guys can give me some feedback on hardware design. I chose a Johanson 2450AT42B100...
We have a system with multiple log backends enabled. The goal is to ultimately keep one of the backends to globally only see errors/warnings while the other gets all the a...
Hello,
I have nRF9160, modem FW = 1.3.6 and nrf sdk version 2.7.0.
I am trying to create an outgoing socket with connects to specific port num and ip address but I am...
Hi,
I am trying to optimize my nrf52840 application for power consumption. If I run simple loop using nrf5 SDK i get ~1.2mA. However with similiar code on Zephyr: I get...
Hi,
I am developing a small beacon application using the nRF 52805 device, and the intent is that it will send advertising packets at a slow rate, to indicate to a partner...
Hello, Not sure if this is the place for these questions, but here it is:
I've configured new board, and when I try to debug using the ncsconnect vscode plugin (linux...
hi Nordic
i am working with nrf52832 and 52840 .. we use SMP service over BLE for downloading files from our device file system.
we see an increase in download speed after...
Hi,
I took a HTTPS Client Sample application from nRF SDK v2.6.2 and I cannot make it work.
What I figured out already is that SSL certificate for 'example.com' has changed...
I'm working on implementing arithmetic operations using the PKA engine on the nrf52840 in Rust, following the CRYPTOCELL — Arm TrustZone CryptoCell 310 datasheet. While I...