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 Nordic,
I'm struggling to initialize and configure my LIS2DH12 accelerometer for Stream mode after an activity wake.
Platform: Running FreeRTOS with Nordic nRF52840...
Can’t RTT view even provided precompiled code that comes with nRF5 SDK v17.1.0. Tried also the .hex versions that came with older SDK back to 15.3 – same story . Tried even...
Hi - I am trying to use the PCD library in NCS 2.7.0 w/ sysbuild, but this library seems to require partition manager to be enabled (due to the `include <pm_config.h>` in...
Hallo,
is it still true that there is no automated possibility to combine two sdk_config.h files as I read in a several years old post? This is necessary for integrating...
I have a custom board that is in production but is running NCS 2.5.0. I am interested in migrating to 2.7.0 however I am running into a few issues. When I pair to the device...
When I try to build the solution with "Optimize for debugging (-Og)" the linker fails saying `rodata' will not fit in region `FLASH'. FLASH overflowed by 46056 bytes. This...
Hi all.
I have a project on nrf52840 with ble. I needed to add a nrfx timer there. I deleted everything from the main function. Added the code from the timer-counter example...
I'm going to add frequency hopping to ESB
so i have some problem
1、Whether demo is available for learning.
2、for example Gazell frequency hopping ,Where can I see detailed...
Dear Nordic,
I'm unable to register an nRF9161 device on the Verizon Thingspace IoT Network. They have a web UI which allows one to enter an IMEI, ICCID pair. When I enter...
Hi,
We have developed firmware for a custom broad using the nRF52832 with 512kB flash, and our firmware currently uses 48.5% of the flash.
We are using Zephyr and version...
Above is the trace and the commands inserted. We were unable to get a response using the at+cops? command. Both SIM cards were active that we tested. We tested band 12. Could...
I would like to know more about the TLS 2K packet limitation in the nRF Connect SDK.
Is there a way to not be constrained by this limitation. I've seen some posts about...
Hi,
I am using nRF5340 DK and nRF SDK V.2.6.1 for my project
I am following the link;
https://academy.nordicsemi.com/courses/nrf-connect-sdk-intermediate/lessons/lesson...
Hi,
I'm hoping you can help.
I am using the CENTRAL_UART and PERIPHERAL_UART to evaluate the nRF52840, and using a terminal program works fine.
What I want to do is...
Hi all,
I have a problem that seems very simple, but I cannot make sense of it.
I have a simple setup on the NRF52840 DK that senses a rising edge on pin 1.00 and...