Hi every one !
I am trying to get working a code that it was working "Ok" 2 years ago.
Currently, I cannot get communication between both breakout boards.
To simplify...
I'm trying to solve an intermittent problem when using the nRF51422 UART with CMSIS-RTOS (RTX) and MDK Networking library (V6.2) (TCP/IP stack).
My questions relate to...
Hi...
When i was working in SDK v6.1.0 i have tried nrfprog.exe to merge and program bootloader, softdevice, application and bootloader_settings file as explained in devzone...
But now I have a new problem that is whenever I set " PWR_UP " bit in CONFIG register then it drop the 3.3 volt vcc to 1.2 volt. I don't know why its happening. Anyway, is...
This previous question about multiple advertisements seems to be related to softdevice 7. I was unable to get a similar example working in SD/SDK8
My end-goal is to add...
Hi
Is it possible and what is the correct way to implement main clock trimming at runtime? Which NCS version this works on?
I see there is already some setup going on...
Hello!
I need to use download_client to get files from an HTTPS server. I'm stuck in the implementation process - I'm lost when it comes to TLS etc. I tried to extract some...
Hi Community,
I designed a similar board asThingy53, espacially the antenna parts are almost the same, except the RF switch, we replace it with another one (BGS12WN6E6327XTSA1...
I use nRF5SDK1230, S130nrf51201. Firstly, I flash ble_app_beacon in PCA10028, it works good. then i flash the same program in custom board(nrf51822qfaa) without any change...
i run the nrf desktop application on the pca10056e with nrf52840.i find that it cant erase the peer by click.
1.build application nrf_dektop and program it to nrf52840....
Hi Nordic team,
I'm working with the nrf5340_audio source code from the nRF Connect SDK and have compiled the project as a gateway. When I try to connect to a headset, I...
Hello,
I posted this in Zephyr's repo at first, but was told to post it here since I am using NCS.
I am running cellular modem sample on nRF54L15 and have it interfaced...
Hello Nordic community,
I’m working on a project with the nRF52840 DK (PCA10056) using the nRF5 SDK and the S140 SoftDevice. My goal is to:
1. Read two NTC thermistors...
Hello, I have an application developed with the nRF9161 DK board, which essentially consists of a GPS tracker that acquires a position every x time and sends that same position...
I run the system_off example without the system actually going off, by removing all the calls to start the system_off worker. Instead of going to off, I let the system enter...
Somehow a program I have running on a nrf52840-DK board will enable protection. This kind of screws up the small application I am testing because it seems to lock out the...
Hi there,
I built a battery powered custom PCBA with the NRF54L15 and the nPM1300. All the configuration and register work via I2C seems to be working properly (reading...
Hi,
I am trying to program the custom nRF9160 board using SEGGER JLink/SWD programmer , For same of the boards when connected to custom board and trying to select the device...
Good day,
I tried to build the standard Nordic application: Blinky for the nrf52840dk/nrf52840 board from the following directory on my PC: c:\ncs\v2.9.1\zephyr\samples...
hello Nordic
i am working with nrf52840 running ncs v2.8.0
this device connects with a central, via BLE, the central running on linux.
i am working with smp (simple...