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...
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,
I am writing to seek assistance with an issue I've encountered while attempting to create a modem trace on my nRF9160DK board.
When flashing my asset tracking code...
i have to use mqtt for my project. Now am using nrf 52840 for transfer data to from my device bt840 if i want to go with MQTT have to connect wifi module with ble.
esp32...
Hello!
I am programming BLE with the nRF52840-DK. [Toolchain Manager: v1.3.0, IDE: Visual Studio Code (VSCode), SDK: ncs v2.6.0, window11 pro]
I am integrating NUS Central...
Hello!
I am programming BLE with the nRF52840-DK. [Toolchain Manager: v1.3.0, IDE: Visual Studio Code (VSCode), SDK: ncs v2.6.0, window11 pro]
I am integrating CDC ACM...
I'm using version 2.0.0 of the Android version of the device manager app. When I select my device from the list to do a DFU it immediately closes the app. Normally it would...
sometimes the param update will fail and sometimes will not. May I know what the reason is and how to solve this issue?
error case;
normal case:
my prj.conf...
Below are power consumption measurements of a DUT being booted with the same PPK2 in SMU mode with various software versions. The only variable being changed is the PPK2 software...
Hello all,
I want to use nrf52840dongle to receive notifications from other BLE board.
I have tested with nRF Connect for Desktop Bluetooth Low Energy successfully.
...
Hello,
I'm using nRF5340 audio application with nRF Connect SDK v2.7.0 on nrf5340 Audio DK.
I didn't change anything in the sample code but only modifying the NRF5340_AUDIO_TRANSPORT_MODE...
Hi there,
I generated the DAC, PAI, and PAA certificates using the chip-tool and merged them into my firmware as factory data. Additionally, I generated the Certificate...
conducted an ADC experiment using the nRF5 DK (PCA10056).
The power supply for the nRF5 was provided via USB.
Based on the SAADC sample, I coded the following:
...
I am using an NRF52840DK.
1. I erase the chip to start clean:
nrfjprog --eraseall
2. I flash the MCUboot bootloader:
~/mcuboot/boot/zephyr$ west flash
The output...
Hello,
I want to operate a rather complex spi sensor with the nrf5340. To do that, I wanted to first establish spi communication. I started by creating a hello world example...