Hi there,
I have a small custom board with the nRF52810 that uses the LDO instead of the DC-DC, it also doesn't have the 32KHz LF crystal.
Was able to add this to the...
I'm using SDK17.0.2
I need to keep a noinit variable in memory so that I have the correct flag when I execute the DFU. So I use the following method, but it doesn't seem...
We are producing an issue where the ZBOSS stack will emit a ZBOSS Fatal Error without any context if we alter ZB_DEV_REJOIN_TIMEOUT_MS. Specifically, the steps to reproduce...
I am an experienced user of the Nordic Distance Measurement Library and I am encountering an issue where the device that is assuming the role of the DM_ROLE_INITIATOR can...
I want to use the external flash on the nRF5340 DK using SPI as the board I'm developing for will not have QSPI. I used the littlefs sample which has a lot of the settings...
Hi Nordic,
We currently put cpu in deep sleep when battery charging almost finished.
We are using DMA (TWIM, SPIM), Timers (1-4) and PWM.
We explicitly turning...
I have made my own NRF52832 Dev board as in the next image:
I received the board, and ICs and hand-soldered them in my home.
however, I am still a newbie in nRF SDK...
As unicast address is a address of a element in a node.
We have to assign unicast address to 500 nodes each contains 2 elements, and we configured publish and subscribe...
Hello,
I am using nrf52832, having SDK 15.3.0 in Segger Studio IDE. Win10
I am using fds_test_find_and_delete() function, to find and delete particular record from flash...
I latest firmware and loaded and software thingy91_ltem_v0.2.2.hex. And I get reboot all the time. It was working when I first got the kit then when I was testing this weekend...
Firstly, I am a very beginner in the BLE domain. I have very little knowledge of it.
I want to do a project where multiple BLE peripheral devices(nRF52) will communicate...
Hello:
I have questions about eSIM card.
As we know, GSMA standard eSIM card is an empty chip, we can use eSIM card after ISP information is installed into eSIM card....
Hello,
I have the same question as mentioned in this article:
https://devzone.nordicsemi.com/f/nordic-q-a/19252/how-to-avoid-interrupt-handling-is-not-missed-with-sd_app_evt_wait...
Hi,
I use nrf sniffer to monitor BLE communication. After pairing with encryption, wireshark indicates Encrypted packet decrypted incorrectly (bad MIC).
I think there...
I configured Uart on 23 - Rx and 24 - Tx of NRF52832.
In simple uart example it works fine with uart_event_handle for rx.
But when this code is merged with Nrf Mesh Dimmer...
Hi,
Having gone through the nRF52832 datasheet, the only discernible drawbacks of moving from an external crystal to synthesizing the Low frequency clock from the high-frequency...
On the Nordic Semiconductor infocenter , 12 reference designs for the nRF52840 are given, 6 for the big QIAA chip and 6 for the small CKAA chip. However the reference designs...
Hi
We are developing the use of ESB together with BLE, using the Timeslot API.
We have been using the known tutorial for the ESB timeslot implementation:
https://devzone...
Hi,
We are using nRF52832(lairdBL652) module for indoor application for the prototype version.
We are using nrf52832 for both central and Beacon device.
We have made...
Hi,
I have combined the light switch and the dimming example. The thingy 52 contains one generic onoff server and two generic level server for brightness and colour.
The...
I updated Thingy91 with modem firmware (mfwnrf9160100.zip) and application firmware (thingy91_ltem_v0.2.2.hex) from latest firmware package (thingy91fwv022.zip).
Question...
Hi,
I have nRF9160 DK. I downloaded nRFConnect SDK with source code.
I know that samples compiled with libraries are loaded and executed under MCU on the DK board. Since...