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...
NCS 2.4.1 nRF52840
My project is a battery powered SED based on the coap_client example. It is configured to autojoin using a hard coded pksd. I see on Wireshark that my...
Hello, I want to configure the BMP390 using I2C on my custom board. However, when I try to read the CHIP_ID register, I am unable to get the default value, and the function...
Hi,
I referred to this doc for hardware setup
However, in the programmer in nRF Desktop, I got the following log:
17:37:36.199
Error: Failed with exit code 1...
Hello person in charging,
I would like to know whether there are something information on vulnerabilities in the proprietary mode of nRF51 and nRF52, respectively.
Thanks...
Hello,
After an update to the NRF connect for Desktop the Programmer application can no longer program my nRF52840 dev kit (PCA10056, 3.0.0). Trying to revert the update...
Hi,
In our project, we're using Mcumgr FS to download files from our device.
After tweaking the BLE configuration parameters using the throughput sample ( https://github...
Hi
The datasheet of the nRF9151 is missing the statement in the nRF9161 datasheet:
RF 3GPP compliancy requires 3.3 V.
Is the nRF9151 reaching compatibility down to 3V...
I have four of these devices. nRF5340 Audio DK.
I would like to use them as follows. Is there a way to set them up?
Device A: source
Device B: sink left
Device C:...
Recently, we started developing our new project using the nRF52832 as our controller.
We are using Segger Embedded Studio (5.42a) as our IDE.
My question is: Are there...
I work for nRF52833 on NCS2.8.0.
I try to set SB_CONFIG_MCUBOOT_COMPRESSED_IMAGE_SUPPORT=y for sysbuild.
build error is occured.
Maybe there is not enough RAM for mcuboot...
My NCS version is 2.6.1, and the modem firmware version is 1.3.6
I found that delta upgrade often fails when testing the firmware of FOTA upgrade modem for 9160. Currently...
Hello. How can I monitor that SoftDevice is working properly? I am trying to monitor using Radio notification, but RADIO Active does not guarantee that the SoftDevice is working...
Hi ,
I am running "Cellular IoT Fundamentals". In Lesson 4, Exercise 1, has MQTT communication. Everything went well up to the point where I have to PUBLISH from MQTT Explorer...