Hi.
I have nRF51422 borad and want to flash to nRF51422 with JLink.
I supplied to 3.3V power to board and is connedted SWDIO to p23, SWDCLK to p24. JLink is connected...
IUsing the Master Control Panel application on my Android device to connect to my nRF51822 module (acting as the GATT server), I have implemented the Device Manager (v10 SDK...
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...
Hi,
I encountered an issue when trying to integrate DFU to my application. Every time I upload my application through DFU, the bootloader gets overwritten, i.e. only softdevice...
Hello,
I have to do a pre serie of a new product based on a NRF52832-QFAA.
I'm in Europe and I contacted local distributors (Mouser, ...) and there is no way to get...
Hi, when I run the ble_app_proximity on my 51822 board, I can connect the 51822 board with NRF Master Control APP, after a little while , 51822 disconnect with app, and trace...
Hi.
Is this issue resolved?
github.com/.../902
I tried lately using mbed-rtos with nrf51822, but no luck.
I would like to use threads, is there a way to circumvent...
Hello everyone,
i'm kinda new to microcontroller programming and feel like i bit of more than i can chew. I bought a variant of the nrf51822 chip ( github.com/.../Board...
Hi. Currently, i am testing the BLE power consumption on nrf52.I set connection interval 20ms(min=10,max=30) ,slave latency 0 and connection data size 20 bytes.in addition...
It seems like the IAR startup file in SDK 11 for nrf52 is older than the one that was included in the previous SDK 11 alpha
IAR Embedded workbench 7.50.3
I have a queston for softdevice S130 example about Environmental Sensing service.
I readed spec. but I can't find out any ESS profile example in SDK.
Is SoftDevice S130...
I want to use the nRF24LU1+ for a project where it will be a HID usb dongle. But I dont get which tools I need to make it. The KIT DEVELOPMENT NRF24LU1+ work for it?
T...
Hello,
This morning i did migration of my code from SDK 11 alpha 2 to 11 final on nRF52 and i have a big problem.
Nor bootloader or application do advertising. Am I...
I want to merge the softdevice and application in the makefile is it possible ?
if not possible what could be the easier way. I am using Linux OS .
thanks
Hi everyone.
I'm trying to program a NRF51822 Beacon using the nRF DK board. Of course I looked around here for advice on what type of connector to obtain.
devzone.nordicsemi...
Hi,
I have a hardware (wired) UART transmitting data to the nRF51 at intervals. I'm currently trying to implement UART-BLE that runs could concurrently with the wired UART...