Please,
It seems that "Flow Control" signal is not available on nRF24AP2-USB.
EVENT_TRANSFER_TX_START event message appears only one time after the first data packets...
I am looking for cheapest (up to few hundred USD) and simplest Arduino basic solution to track real-time RFID tags distance (also direction if possible) without additional...
Hi all,
I am new to Nordic semiconductor but I could be interessed by nRF9E5. To check if it could fit my requierement, I would like to know if it possible to configure...
Hi,
I am using ADC without external reference and no analog input in order to measure the battery level with a timer (code at the end).
I am also reading several ports...
Hi,
I'm programming the nRF51822 and save some user data into the FLASH by using pstorage_update . It works fine if I set system off mode, and wake it up. I can read back...
Hi,
I have been using nRF51822 with my Android app using Android's Bluetooth Low-Energy APIs.
In order to get more details, I am currently working on integrating the Android...
I'm looking at interfacing a typical Wheatstone bridge sensor to the nRF51822 ADC. This particular sensor only requires a mA or two for excitation and the output fits within...
Hi there,
I am currently working on a project where I would need to use the Segger J-link needle programmer with 6 pin header. We have produced the board and after following...
Due to the PWM driver having intermittent issues we had to replace it with a TIMER/PPI/GPIOTE setup.
The PWM is working great in this way, but now I'd like to have one of...
Hi All,
i am using Stpm32 energy meter board.
i have gone through the data sheet completely.
i want to read and write the register values
i am trying to write 0xABCD...
Dear All,
we have been working on a very small PCB design using nRF52832. Some time ago, in another thread , I asked for an Eagle footprint for an antenna and got the quick...
compiling abc.c...
abc.c(26): error: #5: cannot open source input file "boards.h": No such file or directory
#include "boards.h"
abc.c: 0 warnings, 1 error
which file...
hi,
i am working on example programs. i want to add dfu service to example hrs code.
added ble_dfu, bootloader_util_arm, dfu_app_handler.c files to example ble_hrs code...
Hi everybody
I run SDK v11 - ble_app_keyboard on nRF52-DK and wants to use UART to print log.
When I set NRF_LOG_USES_UART=1 & ENABLE_DEBUG_LOG_SUPPORT in Keil C's define...
Dear Nordic Team,
Thanks for Support.
I am worked DFU service in SDK11 it was working fine. Now i am DFU service work with SDK12 using nrf51422 DK. Initially update...
I am getting an error on a connection via the ble nus service that is causing me to scratch my head. If I suppress the error the connection seems fine and I don't notice any...
Hello,
Is it possible to send as central (and data server) one notification to all connected peripherals at once? Or is it necessary to send notification to every peripheral...
Hi all, in my project I have a input pin and out pin whenever pulse is raised on input pin I need to set out pin exactly after 8.3ms.
For these I'm using ppi by configuring...
Hello,
I'm trying to upgrade my SDK v11 project to SDK v12 project and I just got sober from idea that I switch SD and update "components" folder.
For example I was using...
here I have a very strange problem. I m trying to send the data(1 byte) from slave to master,and I have to use the multilink demo because I will have 2 slave devices.
The...
I'm sorry for general question, but I need it for my calming down.
I'm delving step by step go throught header files into origin definition of function for understanding...
Hello,
I'm implementing bonding feature on nRF52 with SDK_0.9.2.
I found a tutorial which is devzone.nordicsemi.com/.../ .
I followed this tutorial and then tried to...