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,
We are using nrf52832 in our development, we recently got the otii arc to measure the power consumption of our device.
During sleep mode we notice a huge spikes...
This should not be very hard (beginners question), I want to convert an array of characters to an integer, I added string.h but it is not working with the function strtoi...
Hello
Now we are testing the third version of nRF52832 nrf52833 nrf52840 ic
I learned that there is a feature to lock and unlock the debug port of the device, but I use...
Hi Nordic,
I am using nrf Connected SDK 1.7 on windows 10, coding with nrf connect extension for vscode.
I created a custom board from nrf5340 SoC and added a node as...
Hi,
I have made a manual installation of the nRF Connect SDK in order to develop nRF5340 applications on my Ubuntu PC. I have tried, to the best of my ability, to follow...
I've tried sending ASCII "Hello world" over SPI with various data rates. Somehow clock signal given by SPI is not continuous. This discontinuouty differs with clock frequency...
Hi everyone,
I want to integrate the Queue module into my firmware. I found three functions for writting elements in the queue
1. nrf_queue_push
2. nrf_queue_in
3...
Hello,
I am migrating my project from GPS driver to GNSS interface. I am facing a few problems when I am using GNSS interface.
1. GPS driver can generate simulation data...
Hello,
I am new to the NRF World and try to explore some Ble examples. Unfortunately I can't get the BLE_Blinky Example working. The Flashing works without problems, and...
Hello,
I developed a script which has a 40Hz timer which repeatedly starts the NRF52840's SAADC in continuous mode (with a 40kHz rate) which is supposed to fill a revolving...
Our codebase is configured to use West to manage our code repository as well as the NCS repositories. We use the 'name-whitelist' option in our `west.yml` to only import the...
Hi
I am writing the firmware of a wearable device, based on nRF52832, which must support OTA DFU. I am using the peer_manager to manage paring and bonding, and the FDS library...
I'm trying to use the lpuart sample for a project, but everytime I try to flash I get a zephyr fatal error 4. I dont know what I doing wrong can anyone help me?
error: ...
Hello,
OS: Windows 10
SW Version: nRF Connect 3.9.0, Programmer v2.0.0
Nothing has changed hardware-wise. Still using a Segger J-Link to try to complete this task. I...