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...
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...
Hi,
We have a pcap file of a MQTTS connection to AWS, provided by the Soracom SIM console. I will print the first lines of the Wireshark trace so you can see what I am working...
Hi, We are evaluating whether nr54L15 supports LE Audio function? According to the specification, it supports bluetooth 6.0 and should support LE Audio (Isochronous channel...
Hi,
currently I am struggeling to get my SD card connected to the 54H20 DK. Each time I try to mount the SD Card I get the following error:
The Error is raised after the...
We are using a custom board design. I created a custom board configuration when using the v2.5 SDK. In this configuration, we have the UART0 pins configured such that RXD...
Hello,
I am using the nRF54L15-DK development kit. The peripheral-uart example works well to stream data from the kit to a smartphone using the nRF-tools App. However...
Hi
I want to use the timer in counter mode (gpio event shortcut to count task). Do you have any number of current consumption? The plan is to have a 64Hz signal but it could...
Hi, after uploading a Zephyr project (like the "Hello World" example), I couldn't see the device in the serial monitor. i add the below commend in overlay file also but still...
Hello,
I am in the process of following a series of tutorial videos on driving an LED with pwm, but I don't understand how to properly configure my .overlay file and my...
Hi,
I am developing an application for an nRF52840 using nRF Connect SDK v2.9.0. The application currently uses the Zephyr driver for simple PWM functions on several GPIOs...
Hello,
I'm using 'nRF Connect for Desktop v4.2.0' and 'nRF Connect SDK v2.3.0' on windows 11.
I was using vs code well for developing nrf52840 board.
But, I found...