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...
I am trying to generate the services.h file and get an error that "Something was wrong with the advertising packet". I see at the end of the log it says "Return code: 0x2...
Hello All,
I have a basic question about empty scan response operation with the ADV_IND PDU. When I set advertising data as follows:
err_code = ble_advdata_set(&advdata...
In the download section, all other SoftDevice versions are named "(Production ready)". Just the new S120 v2.0.0 is not. Does it offer the same stability/reliability as the...
We have an nRF51822-based product that goes the SYSTEM OFF in certain situations.
We wake up with the DETECT signal from a pin which we set to sensing just before calling...
I want to have it wireless capabilities into the cable, the receiver and transmitter antenna ports with shielded wire connected directly, so there will be a wireless signal...
Hello! I want to broadcast messages between 2/3/4/5/... devices. How Can I broadcasts between devices? Each device must receive messages from others and also broadcasts to...
Hi,
I'm unable to configure the UART so, that it will generate the TXDRDY event. I have an UART that should send periodicaly 4 Byte sequences without hardware handshake...
Hi,
For my research project on novel antennas I need a demonstration prototype, and the nRF51822 Beacon Kit would be ideal for me (due to its small size and battery power...
Hi there,
I was wondering it it is possible to use MATLAB as a central device, using a third party dongle?
The MATLAB Instrumentation Contol Toolbox can be used to control...
Bluetooth v4.2 included an ability for attributes to be greater than 20 bytes of payload data long. Is there anything in the nrf51822 hardware that would prevent this from...
Hi,
Does anyone know the maximum baud rate of the nrf24l01+? I am trying to talk to it through SPI but observe that when I increase SPI speed I read incorrect values. Does...
Recently I was attempting to use the nrf51822 SDK's app_uart module's APP_UART_FLOW_CONTROL_LOW_POWER mode (currently using APP_UART_FLOW_CONTROL_ENABLED ). I noticed that...
Hello,
I would like to send some data i read over I2C. But the I2C and BLE Stack should not run at once, is it possible to check the state of the BLE stack?