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...
A new library/toolkit has been built that allows us to invoke the services of an nRF24L01 from a Java environment. Documentation and links to the Github project can be found...
Hello,
we developed a application on the nRF52840DK as a central device. Now we need to add four GPIO as inputs for reading the edges of four signals. Our problem is, that...
I have simple Bluetooth commination working. I can connect to nRF52840 with your nRF Toolbox on my Android. I can send a string from the nRF52840 to the Android app and have...
Hi,
I found this code for adafruit BNO055 sensor on GitHub which is a Arduino code.
https://github.com/adafruit/Adafruit_BNO055
How can I import this on the Nordic nRF5340...
Hi all, I'm searching for a SPI example with NCS 1.8, I'm currently using nrf52840dk_nrf52840. I've looking at the drivers (nrfx_spi) but I still don't get it at all, so I...
Hi, I have a Nordic Thingy 91. I need it to save battery and transmit sensor data to Nordic Cloud on PIR external interrupt (if I could count number of PIR pulses that would...
Hi I am testing the Thread examples
I worked on SIMPLE_COAP_EXAMPLE in nrf52840 DK there it works fine while opening UART and enter to CLI commands and its working
but...
Hi again Nordic. I'm trying to write sensor data to the external flash continuously as there is not enough RAM to hold all the data required. However, the writing operation...
Hi,
I am using BL653 dvk to write an application for SPI, In my prj.conf, I added below parameters:
Now when I am debugging SPI master code, execution enters the file...
We are performing a preliminary power analysis with this device and have questions regarding the power consumption reported in the Product Specification. For example, the...
I've been struggling with enabling HTTP support on the serial_lte_modem. I've tried using various versions, currently I'm using NCS 1.8.99. I edit the prj.cnf to include CONFIG_SLM_HTTPC...
Hi,
I use nRF52840 and SoftDevice s140 (7.2.0). I use SEGGER Embedded Studio to compile a project written in C++. But lately I've been having trouble debugging. For example...
i've been test code from nrf51-app-button-example/main.c at master · NordicPlayground/nrf51-app-button-example (github.com) but not effect when presss any button.
I am new to Zephyr and Nordic. I onserved that to use variuos APIs it is required to declare in prj.conf file. But, where is the list and document of various commands woth...
Hi
I have a Nordic nRF51 as a Peripheral.
I have it open advertising until it connects for the first time to an Android handset.
When a connection is made it stays...