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...
I would like to use the single shot timer and when the timeout handler is called, I would like to set up the same timer again with different interval this time. Do I have...
There seems to be a discrepancy between the 8.0.0 softdevice release notes and the product compatibility matrix. I would like to know if it is possible to use 8.0.0 softdevice...
Hi,
In my project, I need to periodically perform some jobs on the nRF51822 Beacon kit (sdk 7.1). For that, I think I need to use timers. However, I'm not sure how to do...
Hey everyone.,
I was trying to use nrf51822 as spi slave and just a heads up to know that i use Nrf51822 as master. I see that when chip select CS gets low SPI needs to acquire...
I've added a custom service and a few characteristics on the nRF51822. How can I access the current value stored in one of those characteristic outside of a BLE event occurring...
Hi,
I'm unable to run any application on nrf51 DK (Keil used). When I start debug (no matter what application I load), program always cycles between 2 instructions:
0x000006CC...
Hi,
My application uses the softdevice 110.
Everytime, there is an event on my sensor. The sensor sends the event to my pin, which generates a gpiote interrupt . But, the...
Hi,
I'm trying to determine why a HCI DFU upload fails.
There is a log of the communication below showing the serial request/responses on the Windows side.
Is anyone...
Hi: I use dfu_single_bank_hci to update application. HCI_SLIP_UART_MODE = APP_UART_FLOW_CONTROL_DISABLED, HCI_SLIP_UART_BAUDRATE = 38400.
I use command " E:\hci_dfu_send_hex...
Hello,
In my quest of working with pstorage_raw.c I found an annoying situation when I tried to clear small portions (as I thought by using raw I would have full control...
Hello!
I have based myself on the ble_app_uart example, taken out the UART bit, and all that remains is the bluetooth functionality.
I have also implemented SPI communication...
hi guys, :)
I used SDK 6.1.0., Softdevice version is S110_nRF51822_7.0.0.
I compiled the template project. (in the "C:\Keil_v5\ARM\Device\Nordic\nrf51822\Board\nrf6310...
I want to use the UART to get and send data to another MCU on ble_app_beacon of SDK 8.1.0.
But after I add the UART function to the project, the UART can't work.
Can the...