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...
Is there documentation on the silicon revision registers/memory locations? Different versions of the SDK seem to look at different memory locations for revision information...
Hi,
I followed instructions mentioned here https://devzone.nordicsemi.com/nordic/nrf-connect-sdk-guides/b/getting-started/posts/nrf-connect-sdk-tutorial to install Toolchain...
In my application, the moment a callback is invoked inside the UART driver (which I wrote), I see the execution getting stuck on the following which resides inside nrf_log_frontend...
Hi!
52832, S132 SDK17.02
When I parsed data in the on_adv_report() function, I want to send some data to UART. Works. But sometimes UART miss some 1 chars.
What possible...
Dear Sir/Madam
We are planning to use P0.17 (RXD ) and P0.19 (TXD) as serial communication port connecting to Microchip SAM L10 Xplained Pro - Dm320204. I wonder if there...
Hi everyone,
I'm migrating my project from nrf sdk for Mesh v2.1.1 to v5.0.0. To do this, I build my code on the light switch client example from nrf sdk for mesh v5.0.0...
In my project i usinf nrf52840 and nrf sdk Version is 16.0.0.
two UART port using in project using nrf_serial lib.
on serial0 port i have connected GSM and on serial1...
Hello everyone,
I've noticed that the Bluetooth and ADC work great together BUT I'm having issues when trying to turn on & off the Bluetooth.
I've tested the on & off...
Hi,
I'm working on hid keyboard example. How can I check whether multiple bytes are received & transmitted after I increase the assigned no. of bytes in input/output report...
Hi,
I have a ncs project which currently has only the main.c file.
I want to create a header file and the c file to be included in the main.
What's the recommended way...
Hi Nordic Team
I've applied all the changes recommended on https://devzone.nordicsemi.com/nordic/short-range-guides/b/getting-started/posts/nrf52840-dongle-programming-tutorial...
Hello everybody
I have some nrf52840-DKs and other boards with the same module and I want to create a LE Coded mesh with these boards, I am aware that the BLE Mesh standard...
Hi,
I am using the low power node example and light switch server example from nRF5 SDK for Mesh v5.0.0.
I have one board as LPN to make friend with one board as light...