I am trying to make a product with NRF8002B. I finally have the product prototyped. The user will connect to the device, beep, light up, and track. It will always stay on...
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...
in prj.conf, i add below:
CONFIG_BT_USER_DATA_LEN_UPDATE=y CONFIG_BT_CTLR_TX_BUFFER_SIZE=251 CONFIG_BT_CTLR_DATA_LENGTH_MAX=251
in att_internal.h , change # define BT_ATT_DEFAULT_LE_MTU...
Hi!
I wonder how can I measure the delays, latency, errors and connection speeds. I'm using nrf samples for bluetooth peripheral_uart connect it with nrf connect app. I...
I have a SPI Master and a SPI Slave. The Master will randomly pull data over SPI from the Slave. The slave will randomly generate events that result in data to be sent to...
I am using SDK version 17.0.2. The example code uses SPI.
The following changes have been made to the pin settings.
Questions
1. Pin behavior is strange.
...
Hello, Support team.
Our boards do SPI communication to read sensor data.
Basically It works well. I checked that It operates more than 5 hours.
But only one board...
Hi,
I have the following initialization for advertising:
The name consists of an acronym od three letters and a underscore e,g, XXX_ and a six digit ID. Like XXX_12E124...
Hi,
Is it possible to add four pairs of resistors between the debug signal lines and the connector as shown in the figure below.
Would such a connection not impair the...
The Google Fast Pair Service has recently been included in a number of Bluetooth peripherals (Headphones, fitness trackers, etc.) and has been getting rave reviews.
Has...
I am able to download simple blinky program on my custom board. It is working fine. Custom board is interfaced with nRF52-DK through P19. I am using embedded studio as IDE...
Hi, on nRF5340 I want to capture accurate timing of external events. I need a kind of real-time capture module to read the time period of a pulse train generated by a rotating...
Have a few questions about ble_app_uart example.
From the way I see it, it sets uart_event_handle as the callback, and every time there's an "event" that takes place...
Hello All,
Method 1: I am writing a test application to read the ADC data at a specific intervals(10 samples for every 5ms interval for every 50sec). I am using blocking...
Hi,
We are implementing a synchronous light flashing of multiple devices, so:
1) Can we get a millisecond level (< 10ms) time synchronization by parsing the Link Layer...
Hi, all
I added a scanning module to the example 'ble_app_uart.c', so each one works well.
What I want to do is advertising and connect at the same time while connected...
What is the best practise for multichannel SAADC conversion in ultra low power devices? For example I have to measured 4 channel in interval 250ms. Below what I try:
...