Hi, is there an available developer in my tri-state area of Minnesota, N. Dakota, or S. Dakota? Please call me if you are available for a project for hire. The developer should...
I'm trying to design a very low power sensor that takes readings using ADC and SPI 200 times a second. I'm a bit worried by the current EasyDMA uses (1.1mA). As far as I can...
Hi, I am working on a project where I want to make one nrf51288 chip as central hub and connect that to a android phone and other salve nrf51288 .
idea similar to this: ...
Hi,
I have a code programming the nRF51422 development board to write to a Sharp Memory 96x96 pixel LCD screen using SPI.
Currently the code writes two numbers and a...
I've modified the ble_app_uart example by adding GPIOTE so that the transmitter sends a character to the receiver when a GPIO pin is toggled. This part is working well.
...
Hi,
I am working on my hardware product having nRF-51422 chipset. I just came to know from forum post that
nRF-52 chips will get arduino IDE support as standalone. I want...
Hello, I have two nRF35340 DK. One of them can be flash successfully, another one always encounter this issue:
I have tried
nrfjprog --recover -f NRF53 --coprocessor...
Hello,
I'm starting to use the PPK2 to understand the current consumption of various IOT products. I have a question about what happens in amp mode should a dead short fault...
Hello.
I am developing using nRF5340DK and nRF Connect SDK v2.9.0. However, this PR has been applied. I connected one smartphone app and two boards(nRF5340DK) to the mesh...
Hello everyone,
I am developing a project where I need to perform bluetooth OOB pairing using an NFC reader. I have a couple questions about this.
The first is, what options...
Hello,
I am using the "peripheral_nfc_pairing" example to pair my nRF52832 in the ANNA-B112 module with my iPhone XR. Currently, the example does not work with my iPhone...
Hi Nordic-Dev's,
I've a short question. Is there a native build of your nRF Connect for Desktop Tools for Linux aarch64 (Ubuntu 22.04 LTS ARM) architecture? I want to separate...
I've previously successfully performed OTA DFUs of our application (basically a heavily customized peripheral_uart), running on hardware substantially similar to the nRF5340...
I am facing an issue with unsuccessful zms initialization. For my case, it always seems like each of my boards can only work with zms in one project; I can update the code...
Dear Nordic,
I am currently integrating nRF7002 into one of the hardwares. I am trying to make the PCB as compact as possible so it looks amendment to the reference layout...
Hi Team,
Is it possible to modify Matter device’s discriminator and setup PIN code in Matter's sample app for test purpose without configuring factorydata ?
Default...
Hi
I am attempting to flash firmware onto a custom board with an nRF52832 chip using an nRF52840 DK (v3.0.1) as the debugger and the " nRF Connect" extension on VS Code...
Hi,
Platform: nRF54L15
SDK: V2.9.0
The application is Matter + BLE.
We would like to use X509 certificates which will be used for authentication when the application...
In 2.7.0 in file c_cpp_properties.json I had direct path to compiler. Now moving I need to change the path.
AI suggested to use ${nrf-connect.toolchain} for compiler and...