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 ran light switch example on nordic boards & i am able to send light turn on/off command from client switch but i also want to configure my light servers to able...
I am using nrf_drv_uart library.
UART communication is set in non-blocing mode, and transfer od data is relised with nrf_drv_uart_rx and nrf_drv_uart_tx functions.
I am...
I am trying to run pb remote example but i'm stuck at command 3 it only shows "Got event 0" not goes further to receive remote uuid.
0> 1) Provision first available device...
Hi, Everyone
My development environment is PCA10040 (nRF5_SDK_14.2.0_17b948a) with IAR
The printf statement is output to the terminal (Teraterm) using the UART. However...
Hello,
Our company is considering on developing BLE products with Bluetooth 5.0 compliance in mind. I'm currently trying to get as many information as possible but I'm...
Hi,
Once applying 0V to DEC2 pin, CPU hangs up and cannot be system resetted even though we input reset signal to RESET pin.
The only way to reset is to suppress system...
I am new to Nordic and BLE mesh connectivity. I have the following assumptions & queries, Please clarify if I am wrong.
1. Is it possible to implement BLE Mesh using Thing52...
I'm trying to read data over UART as fast as possible using the double-buffering feature and EasyDMA, but even this simple example I've posted is losing data.
I've set up...
The wake on GPIO is working all the time now.
Unfortunately, I want to disable it except when needed.
Here is the scenario:
Power up, pushbutton pin senses clicks...
I am using the nrf52832 and according to the errata v1.1 the same contains a problem in the spi, according to clause 3.13 the engineering versions (QFAA-AA0, QFAA-AC0) and...
Hey..
I'm having difficulties using P1 pins for UARTE0 and/or UARTE1.
configuring the RX & TX pins like this works great:
#define RBP_UARTE0_RX_PIN_NUMBER NRF_GPIO_PIN_MAP...
Hi,
I'm using a NRF52832. I'm looking to measure the battery voltage. I'm using 2XAAA cells in serie (voltage range between 2V and 3V).
Below is the configuration to...
Sometimes, when I want to use the nrfjprog tool, I get the following error:
nrfjprog --log -f nrf52 --reset
ERROR: JLinkARM DLL reported an error. Try again. If error...