I have successfully compiled BLE application using tutorials provided on nordic website.
but when I start doing debugging for better understanding find out that I can not...
Hey,
We got a problem when trying to figure out how to detect the custom services from Unity. We are trying to read data and afterwards to do some manipulations of objects...
I want send ble bond connection request from raspberry pi to nrf51882.
Can you please let me know which ble libraries I need to send central ble bond request to nrf51882...
Dear Nordic:
I try to use pca10040 DK and SDK is nRF52_SDK_0.9.2_dbc28c9.
Test nRF52_SDK_0.9.2_dbc28c9\examples\peripheral\UART the function work well on my DK.
I...
Sometimes windows lose the connection to the nRF51 Dongle. The only way I have been able to reconnect to the dongle is by unplugging and replugging it to the USB port. I have...
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 there,
Please see the video for a full run down: https://www.youtube.com/watch?v=nIeIUMutBlU
Basically, I have a perfect and verified design that's been in the...
I'm using python code based on the heart_rate_collector.py example in pc-ble-driver-py to scan for devices and connect to a peripheral device.
This all works fine, except...
I have an existing Firmware (build on Crossworks) that has correct "floor" power consumption (< 10 uA during sd_app_evt_wait() on my setup).
I migrate my code to rune with...
I am stuck with strange behavior of s140 softdevice version 6.1.0 and later for ble_app_template example on nrf52840 preview dk(pca10056).
As I am planning to remove LF...
Hello,
We need to produce a driver for the ST25R3911B NFC chip working with NRF52840.
We just need to read NFCA tags so we thought that the example nfc/tag_reader included...
Hi i am using SDK15.2, nrf52832 board.
Which function is necessary to achieve multilink in example code. I dont understand how the central is connecting multiple peripherals...
I just purchased this unit and followed the setup instructions. I did not perform any flashing. When I plug the usb into the computer the jlink drive doesn't show up in Windows...
Hello, I am not sure if this was noted before. I didn't find anything about it. This is more of a suggestion. I was looking to use Thread CLI Example to use with the pca10059...
Hi,
I am using a custom board with the nrf52810 and trying to interface with the SHTW2 sensor. The sensor has an I2C interface and hence I use the TWI peripheral for this...
Hello,
I have a question regarding BLE_GAP_EVT_CONN_PARAM_UPDATE (nrf52840, SDK 15.2).
I'm evaluating the BLE_UART example using multiple peripherals. The goal is to scan...
I have an nrf52840 that the fds_init function is returning an error 11 (NRF_ERRO_INVALID_DATA).
What would be the most likely cause of this?
The code is based on the THREAD...
Hi,
According to the NRF52840 product specification document the default value for REGOUT0 is 0xFFFFFFFF.
When powering the VDDH this implies that the VDD power is 1.8V...
Hello,
I am using nRF52840 Dongle and I want to use AIN0 pin for reading a sensor data. I was using PIC for this kind of project(C Programming) before nRF52840. Here my...