I have a custom made board that has an EFM32WG360F256 communicating to an nRF8001, verified that the ACI protocol works with repeated echos, however when I run the efm_ble_my_project_template...
Hi,
I have 3 nRF51 DK pca10028 v1.1.0
I compiled and run power profiling example and after that I cannot flash or connect to the devices (tested in all three of them)...
Hi Guys,
Thanks for your precious time and insight. Let me try to explain what we did,
We have developed a custom board
After assembling the board, we do a bare board...
Hello all, this tutorial goes to a fellow named Emil who helped me with this project.
Number 1_ Make sure you set up the terminal viewer For debugging with real.You need...
Seeing recent response to my original question on multiple chip selects, I've opted to share a modification to spi_master that I've implemented in part to make handling some...
What is the official status of the Softdevice Serialization for S130 in SDK 9? I could see an older answer on how that was removed in SDK 8 but since almost half year has...
Hi
The documentation for the new feature in S110 v8 to change the gatt table size says that to change it the linker configuration needs changing .
This means it is a...
Hi. I am testing example project, record_text.
When softdevice is enabled NFC read operation doesn't work.
After erase all(using Programmer) and Build and Run project...
Hello,
I have an interest in reproducing within Zephyr (and nRF5 SDK) a specific behaviour that was possible to implement with the classic SoftDevice API, running on a nRF52...
hi support team,
i have one customer have F version QIAA 840, and now i found that some problem with this version when burning hex file.
when burning application, softdevice...
Hello everyone,
I have added some unit tests to my project and some of them are failing because it seems like the IS_ENABLED macro is not evaluated correct. Even though...
Hello folks,
I was planning to interface MT29F4G01ABAFDWB Flash through QSPI peripheral with nrf52840 soc.
But before that, i tried to find some resource and i came across...
Hi,i'm using NRF52840 as BLE central to develop our products,the enviroment is:
SDK:16.0
SD:s140_nrf52_7.0.1
also using the third party RTOS:RT-Thread
what causes...
Hi,
I'm trying to get LittleFS up and running while also using Openthread. I've encountered an issue regarding the SETTINGS subsystem that is enabled by Openthread. I...
I'm using NRf connect SDK to compile a sample application on SES for my NRF52840 Dongle, as shown in this tutorial
https://developer.nordicsemi.com/nRF_Connect_SDK/doc/0...
Hi,
I have some issues with auto connect after bonding.
When start advertising with my NRF52840 device, my Android phone establish connection only when the app is open...
Hello,
Fllow the guide of Configuring and performing DFU over Mesh,I can update firmwre successful use DFU:
Source: Example/Dfu
Target: Blinky(about 180 segment)
But...
Hello,
is it possible to measure frequency from 1Hz up to 400kHz (50% duty cycle) on gpio pin having soft device enabled with Peripheral functionality? The measurement...
Hello,
I am using the RADIO peripheral to send BLE 4 advertising packets back and forth between 2 DK's (nrf52840 as transmitter, nrf52833 as receiver) following the radio...