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...
I have been working on asset tracking v2 application code with thingy91 board, as it is not working. I have updated the modem firmware with latest one (thingy91_mfw-1.3.7_sdk...
Description: I am working with the USB mass storage example provided in github.com/.../mass The example works as expected when built and flashed using NCS v2.6. However, when...
Hello Nordic Team,
My application is cellular asset tracker type and we have design custom pcb using nRF9160 device.
I am using ncs SDK version: v2.8.0 and toolchain version...
I'm using Ozone 3.38, and SES 5.60a. I'm using the usbd_ble_uart example in nrf5SDK v16.0.0. I have other projects in production using this SDK version, but am using this...
Body:
Hello,
I have designed a custom board using the nRF52840 and flashed a simple LED blinking code. The LED does blink, but not according to the specified time intervals...
Sinds yesterday afternoon I seem to have lost access to nordic DevZone and nordic academy, while docs.nordicsemi.com works fine.
I have tested this on my office network...
Hello,
I am a student currently working on my diploma thesis, which is focused on the Nordic nRF52840. I have designed a custom board that is functioning well. At the moment...
I intend to extend the Secure DFU Service to perform some custom activities (including file transfer) from a Central to an nRF52832 device. During development it would be...
Hi, I'm using NRF21540-DK board to test hci_pwr_ctrl example. My FEM module can boost upto +21 dBm. How to correlate the tx power of radio peripheral(NRF52) and fem module...
Potential TLDR:
The nRF52 and possibly nRF53 are unusable at 100kHz with targets that require clock stretching and enforce a reasonable minimum clock period. This covers...
v2.8.0,nrf54l15,hello world demo (Add CONFIG_SERIAL =n to pri. conf),The normal compilation is 3uA, then add sysbuild.conf and write SB_CONFIG_BOOTLOADER_MCUBOOT =y
, and...
Hello,
We are currently looking to implement an RFID tag reader in a project I am working on and I am wondering if the NFCT module can be used to read an RFID tag such as...