Hi,
i tried to send data from ios 7 via tx_characteristics(like in UART example) but received error:
didWriteValueForCharacteristic 2A38 error = Error Domain=CBErrorDomain...
I have been trying for a few days now to get my environment setup for development with the nRF51822. Since there is no official configuration for the Mac w/ Eclipse I have...
Apologies if this has been asked before but did search for 'format' in faq and got nothing.
I have been answering to questions.
In my answer I place hard empty lines....
Hi
i use nrf51822 s110 "hrs" example to transmit the data to ios.
I need to add an option to send back some data (from ios to nrf51822). 10 bytes maximum .
how can i implement...
Hi
i use the hrs example to transmit the data to ios.
but i need to add an option to send back data (from ios to nrf51822). 10 bytes maximum .
how can i implement...
Hello,when i get connected to the phone,when i call err_code = ble_hts_measurement_send(&m_hts, &simulated_meas) and err_code = ble_bas_battery_level_update(&m_bas, battery_level...
I got the Dynastream N5 kit and have successfully used it with limited ANT work and was trying to get BLE working but can't get a driver for the USB dongle. On the 51422 product...
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.