Hi,
i want to build a BLE mesh via advertising. i asked some questions before about ibeacon and observer, how ever to clarify my question i have some additional questions...
Hello,
I have set nRF51822 Evaluation Kit. With its help, I would like to read the pulse of the heart rate monitor:
link text
I manage to connect to it using the...
Does the s110 stack allow retrying pairing procedure?
It looks like the stack (peripheral) always ends with disconnect upon invalid passkey.
We would like to explore the...
Hi Guys,
since yesterday i am trying to get the DFU with Softdevice S110 (BLE) v7-alpha3 working but haven't succeeded yet. My process is the following:
s110_nrf51822_7...
Hi All,
i would like to know about
1) what is channel in nrf51288?
2) is there any mathematical relationship between channel no and pin no as in ble_app_hrs
example channel...
I am taking the Radio Test example and introducing a button and LED for control over the various tests. However I have struck an issue in trying to call the LFCLK when it...
Whenever i chose SEGGER RTT backend the program crash after running for sometime throwing fatal error info: 0x2000FDBC. According to the documentation the error seems like...
Hello,
I am currently trying to implement Secure Buttonless DFU in my application using the nRF52832, s132 v5.0.0, and SDK14; but I am having some issues that I am hoping...
I'm trying to create a footprint for the NRF52840, and I can't find a layout specification for this package. I'm able to find a mechanical drawing here:
infocenter.nordicsemi...
I am trying to build a basic communication system without GATT or GAP services.
I don't have any device that is advertising, but it seems that my device get a
BLE_GAP_EVT_ADV_REPORT...
Hi,
I'm using nrf51822 and ble_app_uart(SDK 12.3.0).
I'm sending data from my android phone.
My question is that what happen if send data before previous data is...
Hi!
I am developing application for thread on NRF52840. I've got one problem with connection stability. Sometimes some SED nodes are disappearing. Only reset makes them to...
I am using CC2541 and CC2540 (USB dongle) which will communicate with each other and transfers data. I want to know weather i can communicate to CC2541 (ble device) directly...
Hello,
We have a setup where we connect an nrf51822 and an iphone.The nrf51822 connects to the iphone,
notifies the data and disconnects roughly every minute.(This is done...
There are only HID periphral sample code in nRF52840 SDK.
It is difficult for me to implement HID central with the sample and tutorial provided.
So I want to get a sample...
Capture_Load_error.PNG
All,
I'm new to the nodic. Just now installed KEIL V5.24.2.0.'m able to compile code but not able to load it on Target.
Please find attachment...
Hello,
It doesn't seem possible to mimic a IEEE public BLE MAC address using the BLE stack provided by Noridc. But how easy is it for others to roll their own BLE stack that...
For longer than I'd like to admit, I've been trying to make an application on the NRF52832 that relays UART data to a phone. To date, I've:
Gotten the BLE_APP_UART application...
hello all:
I think sdk13.1 s132 has a bug about ANCS,
ANCS works normally only in the following two cases
1、Both the phone side and the device side do not remember...
I have a sensor with serial protocol of 7 bits data, even parity, 2 stop bits. I wanted to use uart library to interface with this sensor. But I couldn't find the settings...