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...
I have used your example of a bootloader nAN_18. I can create a basic program, with new firmware, and also load my new bootloader program at the high end of memory.
My...
Hello,
I have a peripheral based on SDK 9.0. I have tried to follow the peripheral proximity example to get bonding working with the app. The App is currently running in...
Hello,
Im new to the Nordic Ecosystem, and have been trying to set hardware uart with Nordic Thingy 52 with CP210x using the sdk13 uart example. I included the uart driver...
Hi Nordic,
I was porting Nordic freertos hrs example(13.0.0-1) to Nuttx system. I can do advertising, connection establishment and data transfer, but bonding failed. I...
Hi,
We are using development kit NRF51822 in our project ...so plz tell me which version of sdk do i need to use ..and also which version of keil do i need to use for this...
Hello,
I want to make a PWM signal that fires an interrupt at the end of the PWM period. I want to use two CC registers - one for the pulse width and one for the period...
Hi,
we developed design with nRF52840, but we have issues.
Propably we have solution for this issues, but we need test it and we need default hex file in nRF52840 for...
As it stands there is some confusion about licensing the DFU utility code in our systems we are concerned about licensing issues. We are compiling the python to an executable...
1.do I need to write a XX_client.c and XX_server.c myself ? is there a basic model that I can build on it ?
2.I need myself model to send a custom message, how to do that...
Experimental Dimming server example was working fine using SDK MESH3.0 in addition to SDK BT 15.2.
Following upgrade of the SDKs to MESH3.1 and BT15.3, the experimental...
Hi,
Does "ble_app_uart" project can print debug message from "UART" interface? How can I do this job?
PS. My UART Port is at P0.18 (TX) and P0.19(RX).
Thank you, ...
After turning on the power,
I did not connect anything on the board.
but it is about 2.7 volts out of the pin (p0.04).
It was almost zero volts before,
but the output...
In my design the nRF52 is connected to an STM32 host MCU. I connected the UART for data communication and the SWD and RESET pins for programming.
The nRF52 needs to be programmed...
Development Software:
nRF5 SDK v15.2.0
SEGGER Embedded Studio for ARM v3.50
SoftDevice S140 v6.1.0
Computer Platform:
Windows 10 Professional
Hardware:
nRF52840...
Hello ! I encountered a problem in sending and receiving data from one nrf51 card to another nrf52 card
i use this method in (ble_config.c) to send string data :
void...
Hi everyone,
I am developing a quick evaluation demo for a low-power sensor node which consists of the following steps:
- read a couple of GPIOs
- set advertising...