Hi All,
I am working in the sleep mode with system off and wake up with internal RC clock.
It function well when connected to EV board...
I see the "Emulated System...
I want to write PCA20006 nRF51822 Beacon Firmware to PCA10004 on nRF6330.
I understand need to modify GPIO.
PCA20006 firmware consist of 3 firmware, SoftDevice, application...
I'm trying to use the ADC and internal reference to measure battery voltage on the nrf51422, while S210 is enabled.
From the example nrf51-ble-app-temp-master, I found...
I have Nokia Lumia 630 and it works well with nRF51822-EK but only with SDK nrf51822_v5.1.0.36092 and SoftDevice 6.0.0. Now I decided to try DFU OTA. I programmed bootloader...
Hi,
I am developing an application that needs to communicate with nrf51 module over BLE. Specifically I need to write a string on a given characteristic but unable to do...
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.