I am trying to make a product with NRF8002B. I finally have the product prototyped. The user will connect to the device, beep, light up, and track. It will always stay on...
Please,
It seems that "Flow Control" signal is not available on nRF24AP2-USB.
EVENT_TRANSFER_TX_START event message appears only one time after the first data packets...
I am looking for cheapest (up to few hundred USD) and simplest Arduino basic solution to track real-time RFID tags distance (also direction if possible) without additional...
Hi all,
I am new to Nordic semiconductor but I could be interessed by nRF9E5. To check if it could fit my requierement, I would like to know if it possible to configure...
Hi,
I am using ADC without external reference and no analog input in order to measure the battery level with a timer (code at the end).
I am also reading several ports...
Hi,
I'm programming the nRF51822 and save some user data into the FLASH by using pstorage_update . It works fine if I set system off mode, and wake it up. I can read back...
Hi,
I have been using nRF51822 with my Android app using Android's Bluetooth Low-Energy APIs.
In order to get more details, I am currently working on integrating the Android...
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...