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...
Got a Keil ULINKpro D debug unit with my Keil uVision\ toolchain license. However that doesn't seem to work with the Nordic nRF51822 on my Fujitsu module Development kit....
Hi,
I referred to the sample code "led_radio_example" and I think I might miss some thing so the program does not work.
The sample code indicates to use a terminal program...
Hi,
I am trying to understand the behavior of auto acknowledgement with payload for an application I am working on, I am hoping for some clarification on how ACK with payload...
I seem to be getting into sleep() fine with not able to connect to my app!
but getting back to work from sleep() is taking toll and its not working simply.
I'm trying...
Nordic will release a new development kit in april, named mkit.
It is based on arm mbed .
Writing a ble app will be easy, fast and simple using mbed BLE API .
My question...
Hello,
I compiled the pc10001/blinky_example with gcc/makefile, i can flash it with nRFgo Studio and it works. But if I try to compile/flash the pc10001/button_radio_example...
My computer is running KEIL MDK4 and nRF51 SDK4.
So far no problem with nRF51422QFAAC0.
Upgrading to Keil MDK5 would be a nightmare, so that I gave up after a few days...
Hi,
I'm trying the nRF UART example but I can't get it to work.
I have opened the uart_example project in uVision and loaded it to PCA10001.
Then I opened the Master...
I want to add timer to send sensor movement data to PC every 8ms(125HZ).
But when I add app_timer like normal
1.raise APP_TIMER_MAX_TIMERS
2.raise APP_TIMER_OP_QUEUE_SIZE...
I am testing Keil MDK5 and created my own simple nRF51422 project (not from the sample), hello world type of code. But the "download" button is disabled.
The J-Link is configured...
Hi,
Can anyone please tell me the exact way to enter into the bootloader mode by writing some characteristics with specific value.
I tried setting
NRF_POWER->GPREGRET...
The existing Master Control Panel cannot be used as an automatic test platform.
Basically I am looking to send commands via a tcp/ip which will invoke scan/connect/disconnect...
I'm trying to measure a scaled down battery voltage level on an ADC pin. Given my resistor values the voltage on the pin should be about 0.279 times VBATT, to fit within 1...