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 there i hope you are doing fine and best of your health. actually i am developing the custom app to communicate with nrf 52840 soc device through bluetooth, which is working...
I am using PCA10056 3.0.2 dk for my application
when search for schematics of this version board I am getting 1.0.x https://docs.nordicsemi.com/bundle/ug_nrf52840_dk/page...
Hello everyone,
I'm looking for some advice on a slightly offbeat topic related to the Nordic SDK.
I'd like to modify the Makefile of one of the SDK examples so that it...
Hi there!
I am trying to make an application that plays an audio sample to a BLE speaker (another nRF5340 running as headset) where the audio sample is in memory. I have...
Hello,
I am writing to inquire about an issue occurring on our custom board.
Ideally, we should print the logs from the device to identify the exact cause, but since that...
Hi everyone!
I have been developing an application for some time and everything has been running smoothly, until recently testing it and finding out some inaccuracies. ...
This library ( https://github.com/NordicSemiconductor/pc-ble-driver-js ) is pretty outdated, and the linked installation instructions are in an archived repository.
I...
I have a chip that I need to read from connected via SPIM. As one might expected, I have a FIFO I need to read from and a data ready interrupt to trigger the read. As an added...
Hi
I'm wondering if I can build a Bluetooth Mesh network for up to 3500 devices. I researched the BLE Mesh standard and theoretically the protocol can create a mesh with...
Hello,
I'm trying to test if my device BLE5 is working properly. I have an nrf52840 pcb and i using the ble_app_blink_pca example. When used the example as is with an BLE4...
Good day! I want to use Fat FS to connect to a micro SD Card on the Xiao BLE board. Is it possible to configure the board without the help of the expansion module? The main...
Hi
I'm trying to add to my Linux board (RPI4 CM) a cellular connectivity and I thought about using nRF9160 SiP because it's a product I've already used and it's low cost...
Hi
Spotify 128 kbps aac stream is about 16 bytes per ms. Ble should support 31 bytes per packet.
So can I stream 16 bytes ms over lte m to nrf 9160 then via uart to...
Good morning!
I hope you will forgive my trivial question but I am a beginner. I don't quite understand the partition structure presented in the "NVS" example. Using the...
Hi,
A veteran of nRF5 SDK but new to NCS.
I tried to run tx_rx_non_blocking example from the latest (2.6.1) NCS SDK, but can't get it to run (nR52840DK)
It seem...