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...
Currently, I'm developing a beacon. We would like to employ a beacon to send a package including a IP address to other device for getting a new message from the website. ...
Hi,
On the 3.30 of nRF52832_Rev_1_Errata_v1.5.pdf, the sleep current with LFXO active is 0.5μA higher.
I am using a nRF52832 module with the low frequency crystal oscillator...
Hello,
I am planning to use an atmega32u4 as a micro controller for a keyboard, and I'd like to use a NRF51822 as the bluetooth sender.
As i've read, NRF51822 is BLE...
I would like to learn a little more about the process of negotiating a connection interval between an iOS and Android central and a nRF51 peripheral.
So, here are my questions...
Hello,
I purchased a nRF52DK to migrate my older projects running on nRF51822.
Version of the board is V.1.1.0 / 2016.19
I followed the 'Getting started' guide from...
Hello,
This is a DFU custom project...the core problem is that I cannot erase the bootloader settings page from the chip.
While trying to use a slightly modified version...
Hi
In current Desktop 2 project, We know that software device stack takes 48-bit random device address from FICR registers (DEVICEADDR[1: 0]) for BTLE. Each nRF51 has unigue...
Hello, I am devleoping a pc station using pc-ble-driver.
I was successfully able to install it on one of my computers but am facing a problem installing it on my surface...
The micro-ecc works well when I load micro_ecc_lib_nrf52.lib in keil5. However, the author suggest copying the uECC files into the project, so I include uEcc.h but fail in...
For the nRF51822, the documentation for ECB mentions it being used to
Encrypt/decrypt 16-byte data using
current key.
But it doesn't offer any methods to decrypt...
Hi,
Am using SDK 11.00 and NRF52 platform.
Am following below steps for dfu support.
1.Flashed Softdevice 2.00
2.Flashed dual bank ble Bootloader
3.Using nRFTool box...
Yan,
You mentioned these UART examples: examples\ble_peripheral\ble_app_uart or examples\ble_central\ble_app_uart_c I was not able to find them on your web site....
I have intention to use 52810's PWM output to drive motor. The timing requirement are critical so
hardware PWM is essential, rather than CPU generated waveform output.
...
Hi,
I am trying to increase MTU size for transfers and it works up to a size of about 72. After that I get an error.
Thanks to Sigurd I now know that it is when calling...