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...
nRF5_SDK_12.3.0_d7731ad
s132_nrf52_3.1.0_softdevice
PCA10040V1.1.1
HI team.
I use experimental_ble_app_buttonless_dfu example to do test. But it doesn't work after...
Hello All,
I'm trying to get my application based on a nRF52832 to use as less power as possible and I've noticed that when the nRF_LOG UART is enabled it draws around...
About DM_LOG, DM_ERR, I define ENABLE_DEBUG_LOG_SUPPORT in Options for Target->C/C++->Define, the "string" will be sent over UART.
But ADV_LOG still does not work,How should...
Hi Nordic,
I am using ESB_DPL SDK ver 13 for communication between one nRF51822 transmitter and multiple nRF51822 receivers with data whitening. I do not want the receiver...
I ported both the provisioner and provisionee program respectively to 2 different boards, but couldn't detect the advertising package of neither.
Do they send exclusively...
Hi all
I've two questions regarding errata 156:
Am I assuming right that, as long as I don't use WFI or WFE, this errata has not effect?
Are the two consecutive...
Hi. I'm using nRF52832.
I want to add LEDs. Can it drive 20mA for LED?
As I see the datasheet, GPIO pins have "High drive" function. What deos it mean?
I hope your reply...
Hello,
I am having difficulty downloading an application using the sample images provided. It looks like the application boots into the bootloader, there is a brief message...
Hi,
I modified the blinky_freertos example from SDK 12 slightly to perform the following:
I have one timer and one task. The task blinks a LED and then suspends. In...
I'm trying use an nRF51 PDK to upload firmware (or, rather, just confirm that I can upload firmware) to one of these modules:
www.wireless-tag.com/.../WT51822-S4AT.html...
Hi,
I am new in BLE and working on existing product. i am adding BLE functionality in the existing product hence having one host MCU on my board. My product will be in...
Hi There,
I am doing current measurements on the nrf52840 in sleep mode with no RAM retention and I am getting different values based on how I take the measurements. Please...
I am attempting to interface a Winbond flash device with the NRF52. The
datasheet does not specify the idle state of MOSI when reading from the device. However, I cannot...
We started with the default project that have no heap.
Added mallocs to the system and they seemed to succeed, without realizing heap was set to 0. They did not return NULL...