Is there a way to recieve more than one write callback for a given characteristic, per radio session? It seems like I can rx 1 time per attribute per radio session and tx...
If it can work with iOS blue setting will be better
I need some reference to dev hid device in IOS
but I can just find my device ,connect ok but not work.
I need to create timeout below 1ms. I would pretty much like to use timer for that because I do not want to hold the cpu inside cycle. For me it is not important the exactness...
Hi,
While testing the device firmware update through the nRFtoolbox android application, i get "device has no required service" error more frequently.
I use latest version...
I'm having some trouble successfully entering ON,IDLE mode. I have pared-down my application to do the following:
Initializes the app_timer using the scheduler:
...
I want to control GPIO toggle by PPI. Timer1 is in timer mode. CC[0] is 1000, and CC[1] is 8000.
I use compare[0] to toggle gpio18 by PPI. I also want to use compare[1] to...
Hi,
I use two evk board to connected and test the uart serialization sample(ble_s110_serialization), one is ble_app_hrs and one is ble_app_connectivity. But I have one...
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...