Hello ,
I'm designing an embedded system with one of your RF chips (NRF24L01+) and as far as I searched for the datasheet , It seems like NRF24L01+ doesn't have a hardware...
Hi,
This post is very old.
devzone.nordicsemi.com/.../
I have a nrf51822 chip and I'm using it as BLE and it exposes some service and characteristics and it is working...
Hello!
I set up a project using NRF24L01 and a patch antenna ceramic, the type used in GPS.
In fact, I tested several types of antennas, F, F inverted, GPS, Loop. But...
Hello,
I'm trying to create a PC application to read out some Ti Sensor Tag modules. I'm using a nRF51822 USB dongle and the Master Emulator api.
The nRF dongle sees...
Hi
I have my code like this .
unsigned char *encryptedData;
unsigned int encryptedDataAfterAppendingLength;
memset(encryptedData, 0, encryptedDataAfterAppendingLength...
After ping through link local address ,i am not getting any Router solicitation messages,neighbor solicitation messages and neighbor advertisement messages while i am capturing...
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...