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...
I am trying to use the mpsl_radio_notification_cfg_set() API function to configure a radio notification. However, calling the function returns -115, which is (NRF_EINPROGRESS...
Hi:
We are develop an Central Device can Connect 8 BLE Device in same time. and want max throughout. it use queue and freeRTOS. the Central TX is simple.
use sd_ble_gattc_write...
After successful compilation of code the west flash command shows this output after using Tag connect to debug the icarus board with the nrf9160 development board. Normally...
Hi. I know this issue already point out by some of the developers. But I don't get the right way to generate a hex file for my client.
I select the Release on the top right...
When using the local timer of the SAADC it should be started with TASK_START according to https://infocenter.nordicsemi.com/topic/ps_nrf52840/saadc.html?cp=4_0_0_5_22_4#concept_continuous...
Hi there,
I'm interested in using LittleVGL (lvgl.io) for my project. There is a LittleVGL example using nRF52840 in Zephyr project, but no in the nRF Connect SDK. Are...
I have successfully implemented the meander PCB antenna outlined in this app note, however, I am looking for and cannot find information on a shrunken version of this antenna...
I am trying to create an AOA link sending a CTE from an nrf52811 (BM833A module) and the receiver with an nrf52833 (bl653 module). Analyzing the CTE detection data, the first...
Hello guys,
I've a PCA10040 connected to my laptop.
It works fine with all the .hex BLE template example in the nordic SDK except with the UART example.
After download...
Hello,
I was using the usbd_ble_uart code for the nrf52840 dongle. When I connected the dongle to u-link 2 debugger and used keil uVision I was just doing my settings in...
NCS version:v1.5.1
board:nRF5340DK(0.11.0)
first,i use SES Embedded open radio_test project and choose nrf5340dk_nrf5340_cpunet ,and use [west flash --erase] download...