Good morning,
this is Algocraft (www.algocraft.com), an high tech company whose core business is to develop, design and market a wide range of professional systems dedicated...
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 nRF5_SDK_15.2.0_9412b96 SDK and dev board - PCA10056 V1.1.0 2019.22 - 683524107
USB serial driver is not detected on Windows 8.1 Pro while testing my customized...
Hello,
I am starting with app development for nRF Connect Desktop. I downloaded the Bluetooth Low Energy app from Nordic Github and put into .nrfconnect-apps\local. nRF...
Recently after updating to iOS 13 there seems to be an issue with the BLE indications. The iphone is unable to receive indications of value being changed. Earlier this used...
Hi, we are seeing subtle timing differences in code execution between when we have a debugger attached or not (same build of code).
Does the nRF52832 implement the optional...
We've been having an issue in the firmware for our project. The firmware will build, program, and run just fine, but if we try to run from the debugger, the debugger will...
Hi, I have two Nordic BLE devices, one nrf52-DK that has peripherial_uart application and nrf52840-DK that has central_uart application. This works well, but the thing I need...
Hello, I am using ble_app_blinky on my BMD-300 evaluation kit (nrf52832) and I want to display a message via bluetooth on my phone with nrf connect. What function should I...
Hi Devzone:
I am not sure if I should ask segger or here, basically I am trying to use Ozone for performance analysis.
I always get this message when starting:
Device...
Hi,
I am a Embedded System Engineer working is a Medical Device Company and presently compiling the code on on a previously licensed IDE and as, the licensing has expired...
Hello,
I'm working on porting a Secure Bootloader application for a project, and trying to understand how the macro is used NRF_BL_WDT_MAX_SCHEDULER_LATENCY_MS.
I don...
Hi,
Similar to https://devzone.nordicsemi.com/f/nordic-q-a/57105/nrf9160-modem-stuck-in-searching/231773
We found sometime the LTE cannot be deactivated during the modem...
I want to try register level programming of Nrf52832 i.e low level programming. I referred your This GitHub repository but there are sill some libraries used . Is there any...
I am running an application with norma NUS Service with bonding.
When I want to make a DFU I start to write a token into the flash with fds and then do a soft reset. After...
Hi, I'm using nRF5_SDK_for_Thread_and_Zigbee_v3.1.0_c7c4730 to develop a Zigbee Network. I'm using the ble_zigbee_template example as starting point of my works. I seen that...