app : nrf tools on git hub
s130: sdk v11
s110: sdk v8.1.0
example : nrf_ble_uart.
after modify, it happen, is there some definition shoud modify in app?
by the war,the...
Hi......
the board advertising correct,and it work normal (connect,send and receive data),bug it's name can not display in app scan menu. the definition is "liu",but displaying...
HI,
with the new version of the bluetooth website, i can not find the link to overview the profile,service,characteristic and something else related to it.
thank you.
I've developed my BLE application that is based on nRF518822 and softdevice S110 v.8.0.0.
I've defined 6 services (4 with 2 characteritics each and 2 with 1 characteristic...
I can get right value when I chose QDEC_SAMPLEPER_SAMPLEPER_512us in slow application ,but in my application my max data rate is more than 2k, so the QDEC value is less than...
nrf51822 SDK 9.0
iphone 6plus System version IOS9.2
When the phone receives the QQ message "static void notif_print(ble_ancs_c_evt_notif_t * p_notif);" can execute.
but...
Hi..... This is Venkatesh. I am using nRF52-DK Evaluation kit. This is my first question posting here. It is pleasure to have an account to share my knowledge and get the...
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...