Hello.
I would like to develop FW for the nRF52832, using Eclipse IDE + ARM GCC + Segger JLink OB.
I've seen on the segger webpage that the nRF52832 is a Cortex M4 processor...
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...
Issue: No Interrupt Signal on GPIO0 Pin of MAX30208 Sensor with Xiao BLE nRF52840 Using Zephyr NCS v2.6.1
I was write a code for max302078 sensor driver but in this i want...
In some examples that use nrfx libraries it is necessary to extract a GPIO PSEL, which is usually done like this. Give the following DT definitions
``` leds {
compatible...
Hello. I am developing a product equipped with BLE communication function using nRF52480. I am experiencing an issue where the BLE connection cannot be completed.
[Environment...
Looking at the uart_nrfx_uarte2.c driver it appears that Nordic is not looking for the compatibility string in the driver but instead is looking for uart0,uart1, etc. This...
Dear Support-Team,
due to the 2KB limitation of the secure buffers of the nrf9160 modem I am trying to setup native tls. I found the https_client sample which sounded promising...
Hi,
I am using nrf52840 with SDK 16.0. We wanted to dynamically allocate 49kb and 75kb of memory. Is there is any risk while de-allocating? Is it recommended to use the...
Hello,
I have a product that uses just works pairing, as the user should walk up to the device to pair (but not bond). As this is using Just Works, the connection should...
Hello, I have an Adafruit nRF52840 Feather Express , and I'd like to be able to flash the micro through the USB virtual COM port because it has to go in a case and the SEGGER...
We have devices in the field with one MCUBoot Key and we'd like to get all of our devices on the same MCUBoot Key to make managing the fleet easier.
Is it possible to migrate...
The PTX is nRF24L01+ and the PRX is nRF52833.
The code for the nRF24L01+:
Everytime I call NRF24L01_TxPacket to send out 32 bytes data I get the error code MAX_TX ....
TOOL : NRF SDK 2.6.99 (VSC)
1.When connecting a broadcast audio source with USB audio to listen to music on the sync side, there seems to be some stuttering. How can I solve...
I have been working on snoring detection using thingy53 project which is there in https://www.electromaker.io/project/view/snoring-detection-using-nordic-thingy53-backup#...
Hello,
I am trying to flash the Serial LTE modem on the nrf9160 on a custom board using the nrf5340DK and the nrf Connect Programmer. I am using the P20 port on the DK and...
HI
I am planning to test it by linking the DTM of nRF Connect For Desktop.
However, I am contacting you because the DTM does not work.
The nRF52-DK board operates...