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....
Hello,
From some time now i have been tryng to start developing an app, but i encountered a problem where the board does not connect, or does not find a provider from the...
Hi,
My goal: F lash hci_usb in my nRF52840 Dongle, so that i can use Bluez stack in my Linux host and nRF dongle as BT controller.
Build status: Success
Flash : Failed...
Hello,
I am trying to find the electrical and timing specs of the nRF52832 SoC. Where can I find them? In the Product Specification document they are not given.
Thanks...
I'm looking into the best way to split an application implementing a LwM2M stack over 6LoWPAN between the network and application cores of the nrf5340. I fell like the most...
I have an nRF51 based Bluefruit LE Friend device with the Nordic V3 BLE sniffer firmware installed. I am using the associated Nordic BLE interface with Wireshark 3.2.5 (64bit...
Hi everyone.
I know this is gonna be a long story, thank you for your patience...
I have successfully utilized a few examples in the SDK15.3 directory on my PCA10056...
Hello
I have an interesting problem from the ble_app_uart example modified to work with spis.
ble_nus.c code
In the ble_nus.c code (above) I modified to enable notifications...
I have some question about the scan timing, referring to the documentation here: https://infocenter.nordicsemi.com/index.jsp?topic=%2Fsds_s132%2FSDS%2Fs1xx%2Fmultilink_scheduling...
Hello Guys,
I am running an application which is sampling 3 ADC channels at 50 MHz. I am using sample buffers of size 150 and PPI to generate a sample event every 20 microseconds...
Hello,
I found one thread on this issue
https://devzone.nordicsemi.com/f/nordic-q-a/12029/segger-embedded-studio---unplaced_sections-problem
I have added the below linker...
Hi I am new to the SDK and I am working through the examples. I am currently looking at the UART example under examples/peripheral. Iam seeing that both the virtual comm port...
Hi,
I would like to ask, if I just want to "Download program", what components on the schematic diagram are needed?
Download program is OK, so first make sure that...
Hi all,
I've found an alexa gadget example but I can't seem to get it running on my nRF52840-DK. The example I've found was located under repository:
https://github.com...
nrfx_gpiote_irq_handler() which is nearly 150 lines of code. All the GPIOs seems to have same priority at the hardware level, how among different GPIO's Interrupts are processed...