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 All,
I want to implement a network which will consist of 64 sensors at different location sent to a central node . Can use the nrf51822 with ANT mesh protocol to implement...
I am trying to look at power consumption for very basic use cases to understand how often I need to go into SYSTEM OFF state. I have a development board and am measuring current...
Hi,
Is it possible to to switch between beacon mode and DFU mode (DfuTarg) without the need to press the button e.g.: by using DFU characteristic?
Is nRF51822 Beacon v1...
Hello Everyone!
I want to program nrf51822. I'm using open OCD 0.9. I created openocd.cfg file:
source [find interface/stlink-v2.cfg]
transport select hla_swd
set WORKAREASIZE...
Hi all,
I have a situation in which softdevice (s310 v2) seems not to forward events to my nrf app (bootloader running dfu) in spite of the fact that my iOS app sees the...
I've downloaded S130 SoftDevice and found an example s130_demo_app which contains a project file for Keil v4, but when I am trying to open it in Keil V5 (that is the only...
Hello -
I'm not having any success using my PCA10024 as a dongle for MCP. Here is what I'm doing so far....
Remove PCA10024 jumper from P0.30-GND.
Connect PCA10024...
Greetings,
I am trying to minimize my BOM line items. Can C10 decoupling capacitor stated as 47nF/X5R on the reference design be replaced with 100nF/X5R without consequence...
Hello,
I know that this question was here before, but I've read all of the questions and answers and still I don't know what I do wrong.
I'm using 3 PWM channels to...
Hi,
I modified the uart_example project for the pca10001 board of the nRF51822 evaluation kit to make it work with a UART TTL JPEG camera. So far, the camera can receive...
Hi,
There was a thread about using PAs (and not LNAs) with the nRF51 a while back with some good advice.
One question I still have: is there currently any way to support...
The nRF51 Series Reference Manual v3.0 notes the potential need to set the OVERRIDEx registers in the radio mode to values from FICR.BLE_1MBIT to meet deviation requirements...
hi, i am working on a project which needs a relatively accurate high frquency clock. when i ran my program without softdevice, the HF clock's accurency could fullfil our requirement...
I'm trying to update the 51822 beacon example to work with iOS8 (iBeacon).
So far, I have registered to get iBeacon license from Apple, and setup the tools for compilation...