I have a firmware developed on the nrf52840 development board. When porting it to nrf9160, a lot of errors were reported. How can I use the LOG output function on nrf9160...
Hi I would like to ask you for advice on how to solve my problem with Ble and the timer I am trying to add a timer to examples\ble_peripheral\ble_app_uart the timer works...
Sir,
We finally added WIFI to NINA B302, using a NINA W102 coprocessor!
https://github.com/khoih-prog/WiFiNINA_Generic
Please, enjoy!!!
Here a portuguese BLOG...
Hello!
Does anyone know of a library for the I2C LCD 16x2 display? I found the library by lovee, https://devzone.nordicsemi.com/f/nordic-q-a/23401/nrf52832-connect-with...
Not really sure where the problem is here, my guess is in the code... I just recently saw this: https://www.avrfreaks.net/comment/1342846#comment-1342846
Although my issue...
We are finishing up a project with the nRF52832 based on the Nordic Thingy. Most of what we want it to do are normal functions of the Nordic Thingy. It connects to a mobile...
Hello team,
I am using SPI00 of NRF54L15 to communicate with w25q32fv (spi Flash). Below is the configuration I set in .overlay file
And below is the code I am using...
Hi,
I have a question about the the fields " tod_toa_reflector" and "toa_tod_initiator" in struct bt_hci_le_cs_step_data_mode_1.
I understand that these values represent...
The e-mail contains news of a new use of the nRF9151 module but uses the word "proves" and as an English language Cambridge qualified teacher I must mention that the word...
Issue description
I am using SAADC in single-ended mode with 3 channels (0/1/2). Measurements are performed by enabling SAADC, running offset calibration, configuring the...
Hello,
I have an application running on legacy NRF SDK and using the nRF5 bootloader, which has below flash sectors, 0x00000 - 0x026000 - Soft-device section 0x26000 - 0x0D9000...
Our custom product, based on the nRF52832, is undergoing certification. The testing laboratory requires that only one BLE advertising channel be active at a time—first channel...
Hi there,
We have a mass produced product with a modified secure bootloader (from SDK17). This BL has BLE and USB and we bolted on an SPI flash transport for OTA updates...
Are there any examples for audio recognition using Nordic Edge AI Lab audio (aka Neuton) ?
I am ready to start creating my model, but was wondering if there were examples...
I run the system_off example without the system actually going off, by removing all the calls to start the system_off worker. Instead of going to off, I let the system enter...
Hello
I played with the mcuboot_recovery_entry bare metal dfu sample. I noticed that if I sign an application image with an invalid key (invalid on purpose), the firmware...
I have been reviewing the antenna section in the datasheet of the BLE audio SoC nRF5340. The datasheet mentions a single-ended antenna output (on-chip balun). Could you explain...
Hi,
When the firmware is run in debug mode (J-Link connected), the system always works correctly. BLE initializes properly, and all sensors function as expected.
When...
Hello, everyone. I am an undergraduate student majoring in Mechanical Engineering in South Korea.
I am currently working on a research project to develop a PPG sensor using...
Hi,
(I'm assuming that the main() function of an application is actually executed as a thread.) I can't find any clear documentation that describes how a thread can suspend...