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...
Hi all,
I was going through the nRF Connect SDK tutorial and was trying to get the "Hello World" example running on a nRF5340-PDK (PCA10095, 0.8.0).
Before that I was...
Hi
i was trying to setup spi_2 for external sensor interface with nrf9160-dk but even after setting CONFIG_SPI_3=n and CONFIG_SPI_2=y the spi_2 enabled but spi_3 isn't changing...
Hi, I try to implement adding a custom service to the BLE GATT stack by following this tutorial , but I faced a problem which looks like a linking problem
So far, I finished...
I am testing the "ble_app_hids_keyboard" program on the nRF51822 Evaluation Kit. I changed the pin assignment in nrf6310.h and it compiles fine. When I run the program it...
Please provide sample code on how to configure pins to control Relay Shield from Seeed on nRF9160 DK
https://wiki.seeedstudio.com/Relay_Shield_v3/
I have used the following...
Developing on the nrf51822
Have working code for the nRF52840 Dongle using the pc-ble-driver therefore all Bluetooth work is done using sd_* calls. The PC provides easy...
Hi,
I have driver file in my project. I did copy of it and add to my project instead of the old one(paths in preprocesor definitions and includes have been also changed...
Hi,
Is it possible to send entire array over ble?
Char *data100];
For (I=0, I<100, I++)
{
Data[i] =timestamp_data;
Ble_nus_data_send(&m_nus, &data,size of (data...
Hi,
I have a custom NRF52810 board in which i flashed modified code of low power ESB example and is working.
but when I flashed along with the bootloader, the application...
Hello,
We have a custom board with nrf52832. We have seen a problem during production. Our process is as follows (the below steps are ran in a script),
1. We recover...
I think the nRF connect SDK uses RTOS since it is based on Zephyr. Is the Bluetooth SDK using bare metal? What about the Bluetooth Mesh SDK?
Thank you for your time.
Hi there,
I'm currently working on getting a streaming application running which is supposed to sample some audio at 16kHz and send it (uncompressed) to a central device...