I am using nrf5340 in my project. We had to replace flash memory but need a replacement with the same layout. So I am currently looking at w25q01jvzeim or w25q01jvzeiq . The...
I am building the: https://academy.nordicsemi.com/courses/cellular-iot-fundamentals/lessons/lesson-2-cellular-fundamentals/topic/lesson-2-exercise-2/ exercise and as part...
I have a characteristic whose value is an array of char, which can from 1 to 20 bytes long. Using SDK17 I can set a vlen attribute and use the function update_characteristic...
Hi, Goal: Send a firmware update from nrf5340 to another nrf5340 over BLE I found the following sample and a lot of support tickets talking about this sample but I am unable...
Hi there,
I am trying to interface at25xe321d with QSPI but it always end up returning zeros. Please find attached code and dts file for reference. Thanks Moh
Hi Nordic team, 您好,北欧团队,
I am developing nrf54L05 in VS code with NCS.I want to configure the SEGGER_RTT_printf to my project.Is it correct to change the CMakeLists.txt...
Hi
Is it possible to stream 128 kbps .acc, .lc3 or .mp3 Spotify audio from server to nrf9151 ?
It says it supports 300 kbps download, so maybe 150 kbps is realistic ?...
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...