Sorry if this is too off topic, I actually don't have any problem with my nrf52840 dongle, but the App I'm communicating with. But maybe someone of you has run into the same...
Hello!
We are planning to purchase an electronic component nrf52840 and produce a finished product on it.
question
1. Will it work immediately on the ZIGBEE 3.0...
Good morning, I have a question about NRF Util. I need to make some changes in souce code of nrfutil for my own needs, but the most recent version, which is provided on Github...
hi
I am using nRF52 DK
Loaded Blinky Peripheral
I Connected this nRF DK to Com Port and Started Master Control Panel
But the Start Discovery Button is Disable. Please...
Hi,
I have an issue wherein once OTA update is complete through nRFToolbox (Toolbox says " Upload Complete") the Device does not reset and shows that it is connected to...
I am in the development stages of developing a ble application with the nrf52840 nordic chip.
I have come to realize the increasing difficulty of debugging this chip only...
Hello,
I made a custom board based on nRf52832, and I am using SDK 14.2
When I use a slightly modified version of the ble_app_uart example, I see it with nRf Toolbox,...
Hello,
I'm trying to configure 2 serial ports for a custom board with nRF52840 chip, but when I try to instance the second UART "NRF_SERIAL_UART_DEF(serial_uart1, 1);" the...
Hello,
I have an nRF52840 Preview DK, I would like to try the advertising extensions you introduced in the new released SDK.
My Goal is to make an application which send...
We're using a combination of the ESB library/example code and the USB CDC ADM example code to transfer data from one 52840 dev kit to another system via a 2nd 52840 dev kit...
I'm trying to build the gazell_dynamic pairing example for the host from the 14.2 SDK with GCC and I keep getting undefined references during the build process. I've added...
Hi,
I have modified nrf5-ble-mpu-data-ready-interrupts from nrf5-mpu-examples, the example works as expected. I have modified it a lot.
Now when I try to reconnect, it...
Hi,
We're running into a frustrating and tricky to debug issue with handling interrupts on the nrf52832. We have an active-low interrupt to pin 28, that is activated periodically...
Hi,
I just saw the errata for the nRf52840 Rev 1 and it seems Anomaly 197 ( DCDC of REG0 not functional ) and 202 ( Device does not start up in high voltage mode ) make...
Hello everyone
first if all, im not an expert in PWM, but doing my best to understand everything
I have successfully created and tested a project using the pwm_driver...