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...
Hello,
I am trying to interface to a CCS811 sensor found here to the nRF9160 DK. I am using NCS v1.2.0.
I followed the instructions from the blog here which covers how...
In my previous question concerning nRF52805 Erratum 246 , user hmolesworth suggested an alternative workaround using a data synchronisation barrier for this erratum:
[quote...
As mentioned in title my nrf52810 dk board will only send uart to putty but I want to send it to another device instead. However, it does receive uart messages from the other...
Hi, I'm developing some products and i need my all devices to synchronize within 10ms difference, using UTC Time standard
Here is basic concept that i want to do for my...
Hi there,
We want to compare the power profile of the nRF9160 with a different device, but for this we want to ensure that both devices are transmitting at the exact same...
We're using nRF5 SDK v16.0.0, FreeRTOS, SoftDevice on nRF52832.
We plan on having two applications in flash. We want both applications to be able to access (read/write)...
Hi,
I am working on BLE 5, I have few queries related to connection parameters
1. Can you tell what is the min PDU size does nrf52805 BLE stack supports with LE secured...
I was wondering in Bluetooth mesh, which layer defines the Relay, Proxy, Friend, and the Low Power features for nodes? For example, is it done by the application, Link layer...
Hi there,
I have nrf52833dk and i have implemented the direction finding examples from nrf connect sdk. kindly guide me about antenna hardware setup that i need to do with...
Hi,
Please excuse me if I ask some stupid questions I am new to wesr and have only used git simply over the last few years. These questions stem from trying to get percepio...
Hi,
I'm designing my own algorithm for direction finding and for that i need IQ value as input. In NCS v1.6.0, in the locator exemple for aoa, the IQ value are store in...
hello,
I'm using SPI in NRF52840 with sdk16, In Nordic Dev zone forum I have read that we can configure frequency of SPIM3 up to 32 MHz but in actually as I can see there...
Hi All,
I am trying to make a project for RGB lights using nRF52-DK using NCS.
In these lines of code I am getting the following error -
'DT_N_ALIAS_rgb_pwm_P_ch0_pin...
Hi All,
wondering if anyone else has experienced this. I'm currently developing a program based off of the ble_hids example in SDK17. Currently I'm using the app_timer...