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 had done secure OTA in nRF51 DK board using SDK 12.2.0 and s130 2.0.1 softdevice. Now, i am trying to same thing with my custom Board RL-51822-A1.
For that first...
I cloned the demo project inside the Keil MDK5, from the following path:
pack installer
device = "nRF51822_xxAC"
examples = "uart_pca10028, UART_Example_Application...
Hi,
I want to use the nRF BLE Sniffer to detect wether a connection (between my fitness tracker and smart phone) is present or not.
I am able to get the advertisement...
hi,
I am struggling to create custom service to send the simple message to the client device where both devices are nRF52832 (Server and client). when I receive the message...
I have 2 of the nRF51 Dev. kits and have been ble to run Blinky, BLE_UART and set up the 2 dev kits so that I can send data from one DK to the other and to an external board...
Hi,
I tried to flash the mbed FOTA bootloader on my nrf51 DK. I copied the bin file to the bootloader device. It said the storage on the device is to small. Now it won...
1- I am looking for Bluetooth Chip to control a DC Motor.
2- This Chip need to be small since it will be fitted on a small narrow PCB (10mm width x 110mm long PCB).
3- Chip...
Hi guys,
I want to ask if it is possible for a nrf51822 to connect to a Central ( my cell phone) without advertising. Let assume that my cell phone has nrf51822's MAC address...
Hi,
I am using st-link debugger with NRF51822 module.
I was trying to connect it openocd, but it failed. st-link is working with STM32 processor and able to flash through...
Hi,
I found a suspicious line of code.
SDK: nRF5 SDK 13.1.0 (7ca7556)
File: peer_data_storage.c
Function: pds_peer_data_read
At line number: 415
if ((*p_buf_len...
Hi,
I made a custom board with nrf51822 and custom antenna which works fine for examples which use SDK10 + SD110.
For my application it was recommended to use SDK12.3...
Hello,
i am working on a rotation counter, i am using adc and LPCOM with nrf52832 DK board.
but LPCOM code is not working.
static void lpcomp_event_handler(nrf_lpcomp_event_t...
Hello every one,
I'm using nrf51822, for some calculation, I have to use logarithm.
is there a possibility to directly use this function by nrf51822?
I already applied...