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,
we have a problem with a BLE connection state function. We are working with an NRF52832 device and SDK 14. The device itself works in central and peripharel mode...
Thanks in advance for any advice!
We are developing an ultra low powered network. There will be a remote control with numerous buttons. This will connect to 2-10 peripheral...
hai , I would like to program cli uart in pca10059, what are all things to change in openthread stack in order to change UART pin configure and how to compile it ? I use only...
I am trying to implement cli uart in custom board, for which there comes need for me to recompile openthread stack (in order to change UART and LED pin configuration) in GCC...
I was just working with the ble_app_uart example in nrf5_SDK_12.2.0. Minor modification were done to the main function. The build output:
linking...
._build\nrf52832_xxaa...
The site is just showing a product brief PDF, where can I access the full datasheet? Is the crystal oscillator on board or an external connection is required?
Hi,
I am using SDK version 15.3.0. I am trying to implement the ble_dfu example. By default, advertising name is set to "DfuTarg". I want change this to a custom name. How...
I'm using the nrf52840 with connectivity firmware and S140 SoftDevice, accessed through pc-ble-driver version 4.1.1, with NRF_SD_BLE_API=6
Occasionally pc-ble-driver fails...
Hi,
I am trying to find RSSI of the value of the nearest device also I need the Device name, address of those devices. I got the RSSI value but some problem in D evice name...
I'm upgrading a project from SDK 15 to SDK 16. Previously in my gap parameters init I had this code
This works fine for seeing the peripheral and operating it as a UART...
I wasn't sure which product to put in. I am looking for a BLE discovery tool for EEG devices -- particularly the Muse 2 Headband. Which of Nordic's software should I use for...
Hi,
In our project, we are using a small RTOS to switch between simple tasks and set MPU. We would like to run all task in unprivileged mode, but some Nordic SDK libraries...
Hi everyone,
I have written a code that sends data over BLE notifications (IMU data). It works great so far and now I want to read the analog values from eight force sensors...
Hi everyone,
I have a problem I can't sort out. My program runs fine indefinitely if I set one variable in a function at one point but if I don't do that, the program, or...