if the issue can be worked ,how to do that with android source code? the 2 ble pure devices (not android phone) connect with a ble android phone.
please check below, the...
Softdevice Version: 8.0.0
SDK: 9.0.0 IC:
NRF51822 Rev 3
service: NUS ANCS
When the application is not downloaded, the bootloader is working.
After serial bootloader...
We're looking for a few (2-3) savvy OS X users who might be interested in trying out Xcode to natively develop code for the nRF51/52 BLE SDK's. This build method does NOT...
Hello,
i'm working with my own board with the SD V6.0 and nrf51822 chip id QFAAG0. Already works fine.
Now i switch to the new SD V8.0. The SD V8.0 is programming with...
Hi everyone,
I'm working on the nrf51822 chip and using S110 stack of SDK 6.1. Everything is fine for IPhone5s. The proximity example is running on the nrf51822 device...
Hi,
My problems are as follows:
SDK :nRF5_SDK_15.0.0_a53641a.
IDE:MDK 5.2.6
Chip:nrf52832 SPI0
External Flash :W25Q64
Now ,I can read the chip ID correctly ,but...
Hi,
Please find following source code.
After compiler by Keil 5.24.2, some code will not compiled,
I can see the situation by "enter debug mode, please find following...
Hi,
I am trying to develop a central device that would scan for devices that start with a prefix XYZ_, for example XYZ_1111, XYZ_1245,...
Is there some way to add a name...
Hi,
I am using esb function to implement my project, and I set "noack" condition to "true".
How can I know the destination address when I receive a packet?
Thank you...
I need to add ARM_MATH_CM4 to my preprocessor definitions using Segger Embedded Studio.
I know this has been dealt with in "nRF52832: How to Include the "arm_math.h" library...
We are developing a BLE device that will act as a central and send data to a peripheral. To begin with, I have used the uart central example code from SDK to set up a central...
Hi, I am trying to figure out the adc example posted by Nordic Semiconductor on Github.
https://github.com/NordicPlayground/nRF52-ADC-examples
There was two examples,...
Say I have the PWM Decoder set to NRF_PWM_STEP_TRIGGERED. If I use NRF_PWM_TASK_NEXTSTEP to step through a PWM sequence, will an event be generated for each step? I would...
Hi,
I have merged ble_app_multilink_central example and ble_app_uart_c example. and function is Ok.
Central(nRF52) can connect to HM-10(ti cc254x) and communication is...
Hello
I am trying to do BLE communication using BLENano2 (nRF52832) now.
Therefore, using SDK 15.0.0, we are writing a program with keil u5.
BLE communication can...
Hello!
I am using SDK 15.0.0 with keil.
I tried to use the sample program to do BLE communication, but I have one thing in doubt.
I'm using SDK15 / example / ble_peripheral...
I’m in the process of learning the nRF52, and tries to combine the ble_app_gatts and the pin_change_int examples (using nRF52 DK, SDK 15.3 SES projects on a Win7 machine)...
Dear,
secure_boot
I tried to change baud of UART0 from 115200 to 9600
nrf9160_pca10090.overlay
and nrf9160_pca10090.dts
Then, run LTE Link Monitor of nRF Connect...
Hello
I'm using NRF52 PCA10040 board., SDK 15.2 libraries with GNU ARM GCC and Eclipse as an IDE developing FW on Windows10 x64.
I have been facing a problem trying to...
nRF52832, SDK 14.0.0, SD132 v5
We do not touch the LFCLK, either through the raw IO map or via the nrf_drv_clock() module.
We enable SoftDevice, do a bunch of work,...