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...
My code is as follows:
APP_GPIOTE_INIT(4);
retcode = app_gpiote_user_register(&gpioID, 0, (1 << INT_PIN_MAXIM), interrupt);
The latter function call seems to fail with...
I have check the mesh feature on below link:
github.com/.../nRF51-ble-bcast-mesh
But it seems to work under SDK8.0, how can I make it work with SDK11 and SD130?
Thanks...
To all,
I looked through the nRF52832_PS_v1.0 product spec and I can't find any power consumption numbers for Flash erase. Does anyone know what is the Flash peak current...
I'm trying to migrate a BLE peripheral app on nRF51822 from SDK 10 and s110 to SDK 11 and s130.
I saw that the new Peer Manager does away with pstorage in favour of fstorage...
We designed a BLE device (based on SDK v10.0.0 + SoftDevice S110). From this device we do a few notifications (through sd_ble_gatts_hvx) between two connection intervals....
Hello I have some question about Keil uVision and Nordic Semiconductor SDK.
My development platform is Keil uVision v5 and my target board is nRF51-DK
I've studied many...
I can't find sample code showing how to send multiple packets per BLE interval.
Can someone share an example or point to one in the SDK?
Thanks
Hani Abidi
Hello all,
I am using the nrf51822 chip as well as an accelerometer LIS3DH. The device does advertising and turns on a LED when it is active.
The accelerometer is configured...
I have implemented multiple application timers who all automatically use the scheduler because I used:
APP_TIMER_APPSH_INIT(APP_TIMER_PRESCALER, APP_TIMER_OP_QUEUE_SIZE...
So im basing my project on your Android-nRF-UART-master example found in github, i don't know if its a app bug or issue regarding the circuit, but first connection is always...
I just started using the RTT and it's been a huge help. I'm working on a multilink application, and would like to have each link output to a different RTT terminal. I use...
Hi !
I'm using S130 softdevice on SDK 11 as central. I'm wondering if there are any conflits in the stack I should be warned. I know it is not allowed to start connection...
So im basing my project on your Android-nRF-UART-master example found in github, i don't know if its a app bug or issue regarding the circuit, but first connection is always...
I want to send over Uart when Button1,Button2, Button3 and Button4 are pressed.
static void button1_pressed(void)
{
printf("\r\nButton 1 pressed\r\n"); //Turn on
}...