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 am trying to do AGPS with the supl library. I obtained version 0.7 through the application and installed it (and enabled the required config options).
Unfortunately...
Hi Nordic,
I am working on project with nrf52840 , which is a central to connect other device. we will enter the MAC address to central, and setup the scaning filter.
...
Hi all,
I am trying to do bonded buttonless DFU but an error named NRF_ERROR_FORBIDDEN was raised in enter_bootloader() function under ble_dfu_bonded.c.
The description...
hi,
I currently have an application scenario,using a nRF52832(M board) BLE maser to upgrade another nRF52832(S board) is run standard DFU ,Are there any demo available?
Previously, I used SEGGER to build and run programs on nRF52 DK very quickly (5-20 seconds).
However, for nRF5340 DK, it usually takes about 8-15 min to build and run just...
Hi,
I am trying to connect the current product with MCU EFM32GG290F1024 to a Nordic BLE module in a serialization over UART.
I have port the SDK to my project and need...
1. hardware : nRf52840 dongle.
2. Purpose : Update Firmware into dongle to be sniffer, and restore original default manufacturer firmware for nRF Connect v2.6.0 desktop...
Hello All,
i my project there are 2 ble services now i want to add Flash read/write application i tried with fds as well as flash_write example from the SDK 15.3.0
i added...
Hello!
Apologies in advance for my english.
I already asked a similar question, here is the link to it
When trying to connect a PWM driver PCA9685, I ran into problems...
Hello.
We are using NRF52840, SDK 16.0.0 and SoftDevice S140 7.3.0 and are noticing irregular SoftDevice asserts that don't seem to be triggered by any one particular function...
Hello,
I am curious to see if it is possible to register a device through a web app using the nRF52840's NFC. The goal is to scan the NFC on the device, enter the personal...
Hello,
I'm working on a custom board with a nRF52833.
A small external battery is on the board, and when the power is off, 32.768khz of low power remains on the battery...
I'm running the SDK 17 radio test example on two nRF52840 DKs. My goal is to do a PER measurement in 802.15.4 -mode.
I configure the boards to use ieee802154_250Kbit mode...
Hi, I am using nrf52832 board. I was trying to disable the GPIOTE interrupt for a particular event (Event4) using INTENCLR register. My code was NRF_GPIOTE->INTENCLR = 1 ...