I used to be able to see my development kit in nRFgo studio and flashed S110 onto the chip. Now all I see is: "No boards connected". I am still able to flash programs onto...
Hello,
I have an iOS application communicating with a custom device having a nordic 8001 chip.
They have established a bonded relation. In nRFgo Studio, in Security...
Hi there, thanks for your help in advance!
I have tried the nrf51-ble-ancs-nus sample from github and making it work on a 51822 EK board, i.e., it can receive notifications...
I try to use hcidump, capture CSR dongle on ubuntu14.4.
I can find SDK8.1.1 s110 keypad demo create connection fail.
HCI Event: Command Complete (0x0e) plen 4
LE Set...
I want to experiment with recording observations of the beacons with raspberry pi's.
Is there any precompiled firmware I can install on the nRF51822 smart beacon...
Hello everyone,
I am trying to communicate among 2 NRF24L01+ modules using 2 ATmega16A microcontrollers.
My SPI communication is working fine as I am able to write and...
Heads up for anyone using the IoT SDK (currently 0.8.0). This SDK has the TinyDTLS-0.8.1 embedded in it... and I believe that there is a bug in the TinyDTLS CCM functions...
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...