Hello,
I am trying to ecrypt some data in order to send some data encrypted in the MINOR and MAJOR adverts of the device.
I used this code to ecrypt the data ( this is...
Hi,
i use anRF51822 with soft device 7.
I run the UART app on my iPhone 4s with ios7 and on the nrf51822 board the ble_app_uart with keil uVision5.
Both devices connected...
Hello,
I upgraded nRFgo Studio software to version 1.17.0. Installation goes OK but the application crashes every time I try to launch it after installation process.. Then...
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...
I am using NRF52840dk boards to make an openThread mesh network with CoAP. There is an example in NRF-SDK for coap client and another example for coap server. I used them...
I know there is an ongoing global semiconductor crisis. In the products, we decided to switch to NRF52/53 family products as core MCU. However, we're having hard time getting...
Hi,
Currently our system is using printf() to print some debug messages to the Segger debug terminal. Now we would like to reroute these messages to a UART port.
We are...
Hi there,
My nrf52840 DK seems dead. I want to recover it.
What I did:
Put the nrf52840 DK into Bootloader mode by pressing the "IF BOOT/RESET" button while powering...
Hi,
I'm working with pc-ble-driver and a PCA10040 devkit.
First, the central sends a data length update:
This returns no error (0), and on the BLE_GAP_EVT_DATA_LENGTH_UPDATE...
Hello,
we have a question about the usage of FDS. The data to save has a length of 1200 words. So the virtual page size is set to:
#define FDS_VIRTUAL_PAGE_SIZE 2048...
Hello,
I am using "pheripheral heartrate" example on SES, but I can not integrate SPI or ADC. How can I add "nrf_spi.h" and "nrf_adc.h" and relative C files on that project...
I'm using an NRF52811 and trying to configure the UARTE for Tx & Rx at 57600 baud but I'm having trouble with the Rx. I think I am dropping bytes and so want to try and exploit...
Hi,
please find attached some patches to improve the code quality of the SDK
1. Make ble_db_discovery_evt_t a const ptr
2. make p_string in ble_nus_c_string_send...
Hello,
i just loaded compilled peripheral_uart project without modification from nrfConnect sdk v1.5.1 to nrf52840 of the nrf9160 dk
and here is the output on uart output...
Hi, I successfully implemented a custom BLE service using this tutorial from Nordic. Also, thanks to a Nordic engineer, I have the QSPI example merged with the ble_app_template...
Hi,
When I open an example project in the Segger Embedded Studios I can first build without a problem. When I change the target
device under Debugger in the project options...
Hi,
I'm struggling to adjust the BLE_blinky example in the Segger Embedded Studio from the NRF52810 to the NRF52811.
I tried to follow the documentation from here (...
Shalom!
In my central nrf52840 board we connect to a TI BLE sensor that has a customer UUID base service and the TI OAD base service both with 128 UUIDs. I succeeded in...
Hi all,
In my project am sending ecg values over ble to android app. During first connection, the values are received and seems to be no problem, but when i disconnect and...