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...
In SDK13, the initialisation of the low frequency clock used to be done within sd_softdevice_enable . In the SDK14 version of nrf_dfu.c , the LF-clock is already initialized...
Hi, I want to use the AES-CCM of nRF52832. But it can not work with the softdivice. I have read the following question and answer.
https://devzone.nordicsemi.com/question...
Hello All,
I have a peripheral device where one service with 4 characteristics is implemented.
Out of these 4 in 3 services notify is enabled.
Now I want to subscribe...
I have a situation in which a central device (A) must be able to receive from a power constrained peripheral (B) with very low latency, but likely at long intervals.
To...
Dear Nordic,
I tried to download the new SDK nRF5-SDK-for-Thread from here:
www.nordicsemi.com/.../60504
However, when I clicked on it I only got the TTM 0.11.0.
...
Hi every one ,
I am using NRF51822. I download the code
from this link. github.com/.../nrf51-ble-tutorial-advertising
I able to flash the hex file & see board are...
hi~
i am working with nrf 51822 with custom board and softdevice s110.
i am using is7020-a20 temperature / humidity sensor via twi (i2c)
i tried 2 versions of twi example...
I followed this guide , I'v managed to run make files and flash them using the terminal, then when trying to build the project in Eclipse, I get this :
Make: no rule...
Hi,
I am following the "Bluetooth low energy Services, a beginner's tutorial", however, this tutorial is written for SDK V11.0.0 and I am using SDK14.1.0, softdevice 5...
Hi there!
I've followed the guide to Eclipse GCC (using OSX) from here: devzone.nordicsemi.com/.../
I had to add some stuff to main.c to have it built (e.g. BSP_LED_APP_TIMERS_NUMBER...
Hi, I'm having an issue with some PCBs I've designed with the NRF52832 on a module. When I first connect the board through a j-link, the device is not detected in NRFgo studio...
Hi,
I wonder CRITICAL_REGION_EXIT() in app_sched_event_put() have to be moved to the end of function.
CRITICAL_REGION_EXIT() is called after proceeding index in current...
Hi everyone,
I am trying to port freertos on the nRF52832, but it is blocked in the vPortSuppressTicksAndSleep function. Below is the code for configuring the system and...
I am writing a program that waits for Button 1 to be pressed. Once it is press, then it will call the function blecomm() in another c file. My code is as below:
#include...
I'm currently working on an application using the timeslot API to be able to use the radio while it is idle. It is based on the nrf_esb shockburst implementation from SDK13...