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...
In a project using esb, with two nrf52832 devices configured as default, one as RX, one as TX, with dynamic payload, TX sending packets to RX can change the packet pid (and...
Hi!
I have two PCA10040 boards and I'm running the MQTT publisher example in both using a Raspberry Pi 3 Model B as a gateway.
Therefore, both boards are establishing...
Hello,
I am using pca10028 and sdk 12.2. I am trying to run some code. I am getting some make file error as ble_nus_error.PNG .
My main.c file is New Text Document (3...
Hi,
I have 2 nRF512840 eval kits and tried out the att_mtu_throughput example provided on SDK 13.0.
The throughput about 900-1000Kbps can be achieved with PHY 2.0 DLE...
Is there any way that I can use more than 4 timer in nRF 51 ??
(four or more...)
I'm using Softdevice 130, so It uses Timer 0,
and I'm using RGB Sensor using PWM Library...
i m new in NRF52832, i use saadc exemple pca 10040 sdk 13.0.0, i dont now how to get adc result from the buffer because there is 2 elements in the buffer :
err_code = nrf_drv_saadc_buffer_convert...
Hi, Nordic Forum!
We've been trying to implement an adapted version of the Secure Bootloader with Buttonless DFU in our custom board. We have successfully accomplished...
In this app by Nordic
github.com/.../Bluefruit_LE_Connect_Android
a cyclic redundancy check (CRC) is added to the payload byte array before writing it to the UART receiving...
i am creating a user interface using the sh1106 driver for a 128x64 pixel oled screen. so every screen is a list of items to be scrolled; however almost every screen i am...
Hello,
i'm currently researching the possibility of building scatternets with BLE. As the S130 softdevice supports multiple concurrent roles, it seems very possible (see...
Hi,
I'm using s140_nrf52840_5.0.0-2 and there are two characteristic for the peripheral, notification and indication. When I use notification to send data, I will get the...
Hello,
Are there examples of AES CCM encryption/decription?
Is there a recommended procedure for generating nounces?
Are there recommended procedures for using CCM...
Hi,
I have camera interfaced on GPIOs of nRF52832.. I am reading image data at the rate 80KHz.
Is it possible to write the data to SPI Flash (Slave) by DMA or by any other...