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,
Has anyone converted the Adafruit graphics library for Arduino, Adafruit_GFX.h, to be compatible with the nRF51?
Could you please advise on how to convert this Arduino...
Hi all,
I have a few questions:
How is that ADC's common mode rejection capabilities? Rejection for 60 Hz interference, etc...
The datasheet has "typical...
I am in the process of adding LE Secure connections to our project and am having trouble and receiving lots of errors while attempting to Makefile it. We added nrf_ble_lesc_request_handler...
Hello,
Developing an application where we want to use CAF but I cannot get it to build properly. I have created a minimal example that does not work locally for me. Following...
The nrf52840 defines 4 pwms. Attempting to enable pwm1, pwm2 or pwm3 using pinctrl through a device overlay results in build errors suggesting there is something wrong with...
Hello, we currently use nRF52832 in our product. For the next generation of this product, we are hoping to upgrade to a new module that uses nRF52833. However, this is only...
We have a well-vetted software environment what uses SDK 15.3.0 and softdevice s132. We are considering adding ANT+ to our environment, which as I understand requires that...
I am in the process of bringing up a custom board with an nrf5340 and a FUSB302B USB-C PHY-controller.
As a driver for the FUSB203B, I am using this project as an OOT-module...
Hello
Due to some reasons we need to use external antenna and RF cables.
What is a part number of the antenna that can be connected to the J1 RF Antenna connector?
We...
Hi,
I am implemented the uart functionality, I'm getting below issue.
[00:00:00.445,526] <err> Throughput: Failed to set UART callback (err -88) [00:00:00.445,556] <err...
I want to use LPCOMP in nrf52832 to detect a rising edge of voltage. And my code is:
I set the reference as NRF_LPCOMP_INPUT_1 or NRF_LPCOMP_REF_SUPPLY_4_8, the event is...
I am running on openthread demo: ot_cli on its low power mode by building with low_power snippet.
As document says, it will automatically suspend UART operation when low...
Hi,
I'm trying to use to gpio pins in order to wake up a system from sleep mode.(PIN1= P0.24 PIN2 =P1.1 )
If I use the GPIOTEs separately in my project, it works and sytem...
There are some serious issues in the file "board.c" that relate to LEDS_NUMBER.
If I create a custom board with no LEDs then I set LEDS_NUMBER to in my custom boards,h....
Hello,
My company has developed a Bluetooth application that runs on the nRF52832 and we are about to perform FCC pre-scan testing next week. In order to prepare for this...
I want to use one device (nrf5340 audio DK) as both a gateway and a headset. Is this possible?
It needs to both receive audio from a CIS gateway and send it out, working...