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...
Hi!
I've been using PCA10028 for a long time and I had some bricking issues but I've managed to un-brick it with "nrfjprog --recover" and everything would work again. ...
I want to build nrftoolbox app in android studio. I downloaded the zip file from the github website and also the required dfu library. I unzipped both the files in a folder...
Hello,
I have a device based on nRF51822 revision 2 and SoftDevice S110 v7.1.0. Because it is revision 2 it is affected by PAN44 and PAN45, and by default the SoftDevice...
Hi Guys,
I know this is more for software issues. But I was curious as to where I can find trusted case providers/makers for the nrf51822 Beacon. Can anyone from the community...
Hi
I'd like to use a gpiote in event to trigger a capture task of a timer (rtc timer). Now I realized that according to errata 153 in event may not always work. The suggested...
Hello,
I am evaluating the DECT NR+ PHY capabilities on the nrf9151 development kit, and I would like to understand how multiple access is implemented on the 9151 modem...
Hello Everyone,
I am new to nordic devices, but i have been for the past 2 weeks trying to build something. First I have created a new board "Holyiot_21069" with Visual...
I need to understand the basics of creating a ZigBee application from the examples provided for both the Thingy91 (nrf52840) and the Thingy91x (nrf5340). As I understand it...
Hello, I am trying to use the distance measurement library (in NCS 2.8.0 using nrf52833), but instead of using "scanned" events for synchronization I would like to trigger...
Hello folks,
aim of my task is to transfer ADC data through USB from my nrf5340DK to my windows PC, so I can use this data to controll some python game.
SDK: nrf2.6.2...
In a previous version of my project, that did NOT utilize TrustedZone, I was using a persistent storage library (NVS) and noticed that adding/using it would increase the current...
Hello,
I am developing an NFC application using the nRF Connect SDK v2.6.0 and the nRF Toolchain v2.7.0. During development, I tested my application on the nRF52840 DevKit...
I have MCU boot running successfully in my project using NCS 2.8.0 and sysbuild. I'm now trying to add hardware downgrade protection as described here:
https://docs.nordicsemi...
Continue.
PCA100059,S140,custermize periphral Blinky.
I have changed the value transfered between peripheral & center with
uint8_t* data;
uint16_t dataLen;
The max...
Hi,
I'm trying to use device_credentials_installer.py with an FTDI USB-UART cable, but the script returns "No device found." I've tested other scripts and confirmed communication...
Hello everyone,
I'm pretty new with BLE configurations. I'm currently implementing a BLE NUS service, and noticed that on the example code the max length supported is...
Hi Nordic Team and Other,
We are evaluating an audio product using a NRF5340 Audio Dk (Custom Board) and using nrf5340 DK for flashing the custom board using the setup as...