Close Bluetooth in Iphone's settings when IOS/51822 is paired and connected normally.
several seconds later, Open Bluetooth in the settings again, and observe the settings...
Hi,
I am trying to power off and/or disable a RR[0] with no success.
I am Powering OFF the watchdog in main and then successfully POWERing ON in wdt_init but then I...
Is it possible when using the S110 softdevice to limit the maximum number of packets per connection event? I would like to reduce the maximum amount of time the CPU spends...
I am using nRF51422 Evaluation Kit with the latest silicon revision which comes with programmable softdevice. The kit also contains an ANT USB-m dongle. I have followed the...
I tried to do send & receive binary data from bluetooth in ios app.
But i only can send & receive string or ASCII code data in my app, do you have any method or idea can...
Hi,
I tried ble_app_hids_mouse with Android 4.4.2, it can work properly for first time connection. However, it cannot be re-connected after switching Phone's Bluetooth...
I have installed Keil MKD-Lite V 5.10.0.0 and the Segger software (which linked to the Keil IDE). I have tried to install the nRF51 SDK (5 times) and every time iI get the...
Hi,
I'm trying to configure custom local GATT server on nRF8001 device. I added a custom service with multiple characteristics, but I can't generate source files. It says...
Hello!
I'm doing master thesis and I've chosen WT51822-S4AT board for BLE. I've made board successfully and programmed uC to send serial data to BLE.
I'm able to received...
Hi all,
I am using nRF52832 DK for my project. I need to config BLE for connecting with my phone. After a lot searching, I know that I can use softdevice API for configuring...
I mashed up RTC and SAADC examples. The files of the project are attached in the end of the post. The problem is that after the first iteration (I want to sample audio for...
Hello,
I am using developping on an nRF51822 with SDK12. In our application, our custom board need to communicate with a computer through a USB communication. I am not...
I'm working on the product using the nRF51422 QFAAE00 , SD110_nrf51_8.0.0, SDK 10.0.0. My product has the advertising flow as below
The device advertises forever...
Hello!
I have a problem when scanning and advertising at the same time with a NRF51822 and S130 v.2.0.0. (SDK11).
I can start both scanning and advertising without any...
Hello,
I am designing a PCB layout using nRF52832, I want to make it as small as possible so I am considering to route all component tracks to another layer.
I want...
Hi,
For an application I have a nRF51 at my disposal and I need to transfer about 3'000Bytes. I found in the documentation that the nRF51 can use the S130 SoftDevice which...
Hi.
Using PCApp/MCP(v 3.10.0.14), How can "BLE_GAP_EVT_SEC_INFO_REQUEST" occur?
Or will not it occur?
If it occurs, please tell me how to do it.
Thank.
Hello,
I need help about the multirole with the Freertos.
When I take the code example from Nordic "C:\Nordic\nRF5_SDK_13.0.0_04a0bfd\examples\ble_central_and_peripheral...
Example project: blinky_FreeRTOS_pca10028.uvprojx
I include SEGGER_RTT.h file.
After execute vTaskStartScheduler() function.
SEGGER_RTT_printf(0, "Hello World from SEGGER...
Using C11 compiler, and a Makefile from a template, where the Makefile defines CFLAGS with -Werror I get:
.../components/libraries/util/app_error.c:47:5: error: narrowing...
I running the (nrf52) HRM profile with FreeRTOs and connecting the BLE device with the Nordic Toolkit app.
On occasion the connection to the BLE device fails. After repeated...
Hi, I want to interface BLE module with freeRTOS. Does nordic provide BLE stack for freeRTOS? and if yes then is it opensource? or is there any standard BLE stack which can...