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...
Hello,
I migrated my project from softdevice S110 7.1.0 on a nRF51422 FAC to softdevice S110 8.0.0 and an nRF51822 FAA G3. My code used to have a current consumption around...
Hello everyone,
I'm currently using and modifying the experimental_ble_app_uart. I've seen that for sending characters resp commands the file simple_get_uart is used. My...
Good morning.
I'm curently trying to set up an exemple project in Eclipse, but I've tried sevrals tutorials unsuccessfully. Somes are out of date, somes gives me errors...
Hello,
I'm working on a project with a "master" NRF24L01+ with a unique address and around 10 "slave" and all have a unique address, a broadcast address and some sub broadcast...
Hi,
I'm taking over a project from another developer, he has given me the PCA10001 kit he purchased but he doesn't have the product key for it (no longer has the box).
I...
Hi,
I have ESB example PTX and PRX, I want to calculate throughput and BER. How do I calculate, and Can you please explain entire setup that I can measure for this condition...
Hi,
I have recently discovered a bug that prevents dfu over serial, using the latest nRFgo Studio v1.18.0.9. I am using SDK S110v8 and the dev kit PCA10028. I was having...
Hello.
I have had a search but can not find anything so sorry if this has been covered before.
Our company has developed a consumer product using the nRF51822-QFAA-R7...
I've taken the example project at nRF51_SDK_8.0.0_5fc2c3a/examples/dfu/bootloader and attempted to build it using gcc. I'm going for a single bank update over BLE. The SDK...
I have just started coding in Timers in nrf51822. Here i am not clear with the Timer part. Can anybody explain me how to use timer with use of Event Scheduler. Here in app_timer_create...
Hi every one !
I am trying to get working a code that it was working "Ok" 2 years ago.
Currently, I cannot get communication between both breakout boards.
To simplify...
Hi all,
I've successfully used the examples for:
OTA DFU for nRF51822 in Bluetooth Smart mode.
OTA DFU for nRF24LE01 (2.4 GHz mode only).
But I couldn't...
I'm trying to solve an intermittent problem when using the nRF51422 UART with CMSIS-RTOS (RTX) and MDK Networking library (V6.2) (TCP/IP stack).
My questions relate to...
Dear all,
I am a little confused about erasing data contained in a flash block. In this link the clear example shows that it is possible to clear bytes from a specified...
Dear all,
I have been trying to get the ADC BLE example working, given at github.com/.../nrf51-ADC-examples
I noticed it gave me error with SDK 6.0.0 saying ble_enable_params_t...