Hi,
We designed the circuit followed the reference circuit(QFN48), but we always failed in the 8kv ESD test.The CPU always reset while ESD testing.
The 8kv ESD power...
Does anybody got an app inventor2 "project" to communicate with the (Adafruit) Bluefruit LE UART (or SPI) ?
Note: my Android version is 4.4.2 (LE "advertising" not supported...
I've created a Secure DFU client using the multilink central example with S130 and SDK 12.2 (running on PCA10031).
There are a few issues we have trouble with.
The...
Hi,
After successfully managing to preserve our devices bonding information (and custom app context data) across DFU updates, we have a few related questions.
I should...
I would appreciate some suggestions on a good development flow to go from an Example to end application
I have nrf52832 on a custom PCB.
I tested several sdk13.0.0 examples...
If anyone will ever have this error:
When using c++ and singleton the use of operator new is not possible.
I found the solution in this post: forum.arduino.cc/index.php...
Hi I am using Jlink board, when connected to my pc, I can't select nRF5x programming.
Version I am using is 1.20.0.2. I tried the uninstalling everything and installing....
Hi,
If the image we falshed using mcumgr is 90% of the allowed image size mcumgr flashes the unit without a problem, If the image is 98% the proccess seems stuck.
...
I am receiving bytes from a GPS module and passing them to BLE UART example app configured to use UARTE1 and asynchronous API.
After few minutes of running it starts leaking...
Hello everyone, I have two nrf5340 kits. I run "Bluetooth Direction Connectionless" applications with these kits. I also have a CoreHW brand AoA antenna. My question to you...
Hi, I have a custom board running with the nrf9160. It also has the npm1300. I have it set up so that it is configuring the pmic and then turns off the cell and goes to sleep...
Hi
Can we use nrd52840dk as bluetooth(for data transmission to user created mobile app) and to calculate distance using multi carrier phase difference method between itself...
We are having an issue with
This happens to us because we are using the NRF carrier library, and in the carrier library, when you are trying to power off the modem,...
Hi, I'm coding a nrf55832, my code uses TWI, UART, SPI, app_timer, nrf_drv_timer. The code was going welle until i add the saadc. When i call the nrf_drv_saadc_init function...
Dear Nordic Engineers
I used gd25lq32e to replace mx25r6435 and it is a 32Mbit Flash, when I add it to the Devicetree of Lwmwm(NCS 2.6.1), the build will report the following...
I'm currently working on a POC for the nRF9160 with an external host processor. I have the Serial LTE Modem example running on the nRF9160 and have the serial comms between...
Hi,
I have a simple question ... I think.
I have been limiting my USBD reads/writes to 64 bytes as NRFX_USBD_EPSIZE and NRF_DRV_USBD_EPSIZE are set to 64 bytes. I have...
Hi all,
I am using the nRF5340 DK. I am trying to run the ncs/nrf/samples/openthread/cli sample with no changes. I have tested this in both ncs v2.7.0 and v2.6.2. I am able...
I'm adapting the sample code for TF-M secure peripheral sample (NCS v2.5.0, nrf/samples/tfm/tfm_secure_peripheral ) to also add a UART peripheral. But this sample uses the...
If there are any compile errors in a LOG_xxx call, the compiler prints so many error messages that it becomes impossible to tell which is the actual error. E.g. below is the...