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,
We have a requirement to connect a SPI device to each SPI interface present on nRF52840, and we want to write to those multiple devices in parallel. Is there any API...
Hello everyone,
I would like to run the ANT examples "ant continuous scanning controller" and "ant scan and forward" on my nRF52840DK(PCA10056) boards however it only supports...
Hi,
We have a device based on nrf_52840, SoftDevice_132_3.0.0 and SDK_12.3.0, using BLE for communicating to a PhoneApp and UART for communicating to a washing machine...
I'm writing an application for the nrf5340 with nrfConnect v1.6.1,
I've been able to do the FOTA upgrade through BLE with the example smp_srv located inside zephyr/samples...
I recently got the nRF52840DK and have been able to build/flash a couple simple samples. However when attempting to try the OpenThread CLI example on tool chain v1.6.1 and...
Hi,
cannot run pc-nrfconnect-launcher v3.7.1, built from sources.
```
$node -v
v12.22.5
$git clone https://github.com/NordicSemiconductor/pc-nrfconnect-launcher...
Hi,
When I want use nrfjprog to program my NRF52, I have a problem.
This why I write to program my nerf : nrfjprog -f nrf52 --program _build/astronaut.hex --sectorerase...
Hello,
Is there example code on how to get NRF_SAADC_INPUT_VDDHDIV5 working? When I do nrfx_saadc_init(), I get NRF_ERROR_INVALID_STATE.
Same code works fine with normal...
I am using nrf5340 and icm20948 for our development. i had initialized things as shown in code attached.
this work fine for me. but when i am uncommenting rc |= inv_icm20948_enable_sensor...
Is there any guidance on zigBee OTA? What are the similarities and differences between ZigBee OTA and BLE OTA? Could you please tell me what I need to pay attention to during...
Today I received my first CMSIS-DAP debug probe (Pitaya link) and tried to integrate it into my development environment. Unfortunately, I must have broken my Pitaya Go (Nordic...
Hello,
I've been very slowly gearing up towards developing for the nRF9160. I'm going through the "nRF Connect SDK Tutorial"
https://devzone.nordicsemi.com/nordic/cellular...
For example, I'd like to add at_cmd_parser to my project. It's under /ncs/nrf/lib/at_cmd_parser.
My project is out-of-tree in its own directory. Initially I tried add to...
Hello,
I am using example code of LIS2DH ac celerometer sensor with nRF SDK v1.3.1. Building the example code I am getting macro error in devicetree.h file as mentioned...