Hello,
I have a question about stack usage. I use nRF51822 SoC, 12.2 SDK & IAR 7.60.1. I am interested in stack usage. Have you done any estimations? Or may be you have...
Hello, I get the
"ERROR: The --family option given with the command (or the default from nrfjprog. ini)
ERROR: does not match the device connected."
message after...
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...
Hello,
I have installed Embedded Studio and acquired a Nordic license. However the Tools/Options... nRF Connect menu option does not appear. I tried creating a dummy Nordic...
The project for nRF51822 was developed on base of example ble_peripheral ble_app_hrs for pca10028/s130 with an additional vendor specific service with 128-bit UUID for an...
I have a strange problem. We built 100 custom boards. I've only checked about 50 boards so far. 47 boards work properly. 3 do not.
We used secure_bootloader_uart_pca10056...
Hi support team
One of our customer ask if it's possible to transfer a file system(LittleFS,refer: https://github.com/ARMmbed/littlefs ) to our Soc?? If not, are there some...
I am new to BLE and I am exploring Introduction to service. However I am stuck with Step 1 and Step 2. Is Step 1: static ble_os_t m_our_service; (to declare a service) and...
I have a device with no OS on it that talks serial through a UART to a nRF53840. I need to be able to update the nRF53840's firmware across the serial link, but since I don...
Hello, I am working on the BMD-300 Series Evaluation Kit with nrf52832 microcontroller and I tried accessing the serial number of my nrf52832, with these functions:
m_device_id1...
One doubt, if a node gets reset or disconnected , due to power failure in openthead cli mesh, dose it need to get configured again to join the mesh or will it connect to mesh...
First, by "Custom Protocol" I just mean that I need to directly access the radio to transmit or receive single packets occasionally. The literature appears to indicate that...
Hi, We flashed an ncs v1.3.0-rc1 build onto a 5340 DK network core, and ever since then the UART is not sending any data to our PC. We have connected RxD and TxD to pins P0...
I've seen a few discussions on C++ support. It's frustrating I can't contribute to the conversation - I'm not sure if that's because my account is too new, or if comments...
Good day, support!
I have a couple of questions regarding the mandatory services of the nRF52840 dongle.
1) How to add characteristics to the mandatory services 0x1800...
Hii,
I am trying to flash secure_bootloader into my nRF 52 SDK. I am facing some issue.
can you please explain how to create "micro_ecc_lib_nrf52.a" file (which software...
Hi,
I'm using NRF52840, and my application connects with BLE mobile application. After a minute, connection is lost.
I tried to find which functions called sd_ble_gap_disconnect...