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...
Dear support,
We are connecting with an MQTT server with an expired server certificate. My expectation is that the handshake fails, but apparently the NRF9161 accepts the...
Hello.
We are developing a project based on the nRF54L15 SoC, utilizing MCUboot, image compression, and TF-M (Trusted Firmware-M). As part of our upgrade from NCS v3.2.4...
Hi Nordic support:
We previously submitted a case about OTA testing in CMW500 connection mode. Following is that case:
We tried OTA testing with the CMW500 connection...
Hi!
Im creating my own custom board based on the nrf54l15dk board included in zephyr. My board uses both cpuapp and cpuflpr, and has a custom partitioning scheme defined...
Hi Nordic team,
I have an issue with SPI slave timing on nRF54H20 after I change to a new partitioning scheme that mimics the single-slot DFU / merged-slot layout, even...
Hi Asbjørn,
As I mentioned in case 352770
We are in same question as the initial question issued by our colleague RongLinQin. As I mentioned, we want to conduct BLE OTA...
Hello support!
I am using the nRF9151 and the nPM1300 on a custom board.
Is is possible to measure the current drawn by the board via the VBUSIN? The reason is too have...
Dear Nordic Engineers
I developed a PWM function to drive the RGB LED. Then I found a problem, which is w hen I used a PWM signal of one channel to control the RED light...
Hi
I'm encountering a problem than the ANT device cannot be scanned. you can use project "ble_ant_app_hrm_v324"(ncs 324), and modify "
light_rx_open_head" to connect...
Hi.
Environment : nrf52833, ncs v3.1.1
I am developing device that has PAwR Scanner Role and Extended Advertising for connecting Mobile Phone(nRF Connect APP).
PAwR...
I am using nRF52840 as host processor. Now I need to connect to nRF7002 for WiFi usage. I am using ncs 2.2.2 SDK. I have a few questions? 1. Does nRF7002 work on v2.2.2? I...
Board: nRF54LM20A DK
NCS: v3.3.1
I was trying to work with the EGU00 peripheral on the nRF54LM20A, and I realized that it is not present in the device tree definition...
We are trying to bring up a new run of an existing PCB design. No changes in the area of the processor, but a different assembly house. The first call inside ble_stack_init...
I am doing Dev Academy course for the Cellular IoT using the NRF9151-DK. I was able to follow the tutorial to the point where I was able to claim the device using a token...