Hello everyone
I'm currently trying to make dynamic endpoints on my matter device. I changed the .zap file to accomodate all the possible endpoints (16) with clusters...
Hi community,
I have a similar custom board as Thingy53, which has the nrf21540 module on board.
my purpose is to turn on the nrf21540 and do the reconnection, when...
Hi!
With the release of NCS 3.0.1, the required SEGGER JLink version to v8.18. pynrfjrprog is bundled with SEGGER JLink v7.94. From your website, it seems nrfjprog, being...
Hello,
Over the past three days (up until today), we've observed inaccurate behavior in the Message Routing Service. Specifically, we shut down our destination service during...
Hi,
I use the nRF54L15-DK flash fimware (.hex) with "nRF Connect for Desktop - Programmer" success.
And I view the schematic, discovered the DK board have flash memory...
I have a NRF9160 design with a TPS63031 regulator providing 3.3v. When my battery gets weak I am seeing spontaneous reboots, likely due to input voltage droop.
I'm experimenting...
Hi,
currently trying to boot up mcuboot with nrf54l15 pm_static for both cpuapp and cpuapp_ns. Both files are included in the zip file.
I have already tried several configuartions...
Good morning everyone,
I am facing a weird problem concerning the use of the UART service.
I am currently using the NRF52832DK to develop an application. In a nutshell...
Hi Forum,
I am working on nRF52840 THREAD sleepy node and facing an issue in deep sleep mode. The current consumption in deep sleep mode is more-around 60-70 micro Amp...
Hello guys!
Are there any difference in using FDS library with a nRF52832 or with nRF52810?
I will explain.
I'm using a FDS for writing/reading to flash for 2 months...
(I've seen several other posts mentioning similar issues, but many of them haven't resolved or found a solution that seems to apply in my case.)
I have a custom board that...
Hi,
I have a simple and basic question. it may be chilly. the internal flash memory can store the data, but the question is it has stored as byte per address or word per...
I am using a nRF52840 chip in a custom board. I will be using all the SAADC channels, as well as 4 SPI connected ADCs.
The board itself will likely be powered for days at...
Hi !
I am using NRF52DK and I want send some daat with BLE. I have to send 800 bytes in BLE by packages of 25. So I tried this :
BUT when I look my uart terminal, I...
Hi, DevZone,
I am trying connect nRF52480 Preview DK and an Arduino UNO CAN Bus shield.
What I did is:
1) I directly hook CAN Bus shield on the top of nRF52480 Preview...
Hi Nordic,
I started from an empty project with peripherial control first, the code size is about 12KB. Then after adding peer manager and related code(fstorage, fds and...
Hello,
I build a custom board with Nrf52832 , to drive Relays , all works without load , no problem for drive the output.
When i put a load sometimes my device disconnect...
what are the total number of devices that can be connected to nrf24 ?
I would like to make one transmitter and rest of all as recievers without acknowledgment will it be...
Hi,
We are trying to use GPIOTE / PPI to turn a MOSFET on A microseconds after an event clears a timer and to turn it off B microseconds afterwards.
It is easy to do...
I am running into an issue with the Fstorage Library with SDK14 that I did not have using SDK12.
When I am not connected to BLE I can erase and write flash with no issues...