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...
HI,
with the new version of the bluetooth website, i can not find the link to overview the profile,service,characteristic and something else related to it.
thank you.
I've developed my BLE application that is based on nRF518822 and softdevice S110 v.8.0.0.
I've defined 6 services (4 with 2 characteritics each and 2 with 1 characteristic...
I can get right value when I chose QDEC_SAMPLEPER_SAMPLEPER_512us in slow application ,but in my application my max data rate is more than 2k, so the QDEC value is less than...
nrf51822 SDK 9.0
iphone 6plus System version IOS9.2
When the phone receives the QQ message "static void notif_print(ble_ancs_c_evt_notif_t * p_notif);" can execute.
but...
Hi..... This is Venkatesh. I am using nRF52-DK Evaluation kit. This is my first question posting here. It is pleasure to have an account to share my knowledge and get the...
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...