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...
Hi,
I'm developing some projects with the nRF51822 chip and I am not able to debug them successfully any more. However, I have previously debugged correctly some projects...
Hi,
We've been seeing an intermittent connectivity issue in Yosemite in discovering BLE services, namely scanForPeripheralsWithServices does not return anything. The same...
Hi there is a problem in github.com/.../nrf51-UART-examples
any one can help?
I put empty loop in main, and comment off all ble related int. and I process uart_evt by...
Hi,everybody!
When i install master control panel 3.10.0.14, i can't find nrf.exe in " C:\Program Files\Nordic Semiconductor\Master Control Panel\3.10.0.14\nrf ". Only nrfutil...
Hi:
A peculiar problem:
I configured an Arduino (atmega328P) to be a receiver and an atmega8A to be a Transmitter Things are fine. The Arduino receives a 10 byte string...
We are developing a beacon device with 10dBm power amplifier. During software development we noticed the control signals provided by ble_common_opt_pa_lna_t align poorly with...
Hi,
As title ,
I try to add the NUS service that show on the ble_app_uart project into Multi-link project.
But it doesn't work .
I want to a central connected to at...
I want to use PWM on only one output pin. I'm using a nrf51422 and softdevice s130.
I want to be able to set the PWM and then change it again (a sequence). This is to be...
I have tried using the pre-built nRFUart Example in the Master Emulator API (2.1.11.1) and get the above error
I also tried rebuilding - no change.
I do have a PCA10000...
Hi everyone,
I'm seeing a weird issue with one of my two instances of 2ch PWMs where if I receive data from TWI, my PWM1 stops functioning and TWI stops functioning as...
A characteristic can be read/write/notify.
I have seen cases in Nordic's examples where there is an internal boolean "is_notify", and when the user sets it from the central...
I'm using an nRF51822 on a custom board with Nordic's serial DFU example from SDK v10.0.0. I'm trying to find a way to exit the serial DFU without the DFU trying to update...
Hello,
I wanted to know if is any way of changing the Pins for the UART and still get the data through the USB connected from the PC to the DK? Or do I need to always physically...
Hello,
I am stitching together two examples in nRF_SDK11:
I started with example
ble_app_multilink_central
The I added code, includes, to main.c and...
Hello,
I've got a problem, and I don't know what is happening.
I've programmed several nRF51822, and my program doesn't works until I connect the debbuger to nRF51822...
I'm interested in creating a bluetooth dongle that defaults to a hid proxy mode in a manner similar to a number of csr based dongles.
What this means is it presents itself...
In libuweave project there is an example demonstrating communication between nRF51/52 and android client app. The Android client application is named SimpleLock.apk. But I...
Hi
I am trying to use nrf51822 as both peripheral and central device for my application.
nrf51822 as peripheral checked satisfactorily with a smart phone as central device...