Hello,
I'm currently working with a custom board using the nRF5340 SoC, and I'm running into unexpected current consumption behavior.
When the device is in advertising...
When version 1.0.0 of nRF54L15-DK evaluation kit will be available and how to distinguish the version when ordered from distributors like Digikey?
In discussion here:
...
-> How to transfer data from one thingy52 device to another thingy52 device. If i have 2 thingy52 devices, I'll send data to 1st tingy52 then 1st thingy52 device will send...
Dear devzone,
Based on ncs2.9.1 and nRF54L-DK(v0.9.2), add in the prj.conf of the peripheral_uart example:
Compile and burn to nRF54L15-DK, the program does not run, and...
The nRF54L series is a new device to the nRF family, and during the bring-up of the chip from early engineering samples to mass production devices there have been quite a...
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...