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 know I have seen the topic on the forum, but can not find it. What changes need to be done to a example project designed for a softdevice 110 to convert it to...
The s310_nrf51422 migration document states:
Due to an issue present in this release, the application is required to set the device address to the factory default right...
Hi,
I was just wondering what the sequence of events would be in the following scenario:
A S110 peripheral device (GATT server) has a characteristic with write access...
Hi all,
I've spent 4 days now (!!) on getting a "Hello World" project to work in eclipse with GCC. I guess something around the startup-code is setup wrong in my very simple...
Hello, I'm using nRF51822-mKIT for a research.
To verify ADC readings from analog input, I've connected P0_5 to GND and ran the following code:
uint16_t adc_result;...
For my project I would like to use this bluetooth module: freqchina.en.alibaba.com/.../Fingertip_size_nRF51822_Module_Ultra_Low_Power_Bluetooth_4_0_Low_Energy_RF_Module.html...
I am trying to connect to a peripheral through s120 central and vendor has a 128 bit fixed UUID
I am trying to add it on central using sd_ble_uuid_vs_add(...,...) but it...
I am trying to develop an application for the Android that will communicate via BLE to a Nordic device. I'm able to read the characteristic's value by
BluetoothGattCharacteristic...
I'm using nRF51822 SoC and I have a LIS3DSH accelerometer connected to the ship via SPI bus . I used the SPI master example . So i used the switch_state() function then took...
Hi, I would like to know how I can immediately detect when a connection link is loss either from the central or peripheral. I need to know which error or notification to look...
Hello.
Here was the question about S120+DFU and Petter Myhre said that Nordic ready to release the new S120 version with the peripheral mode support, so making DFU OTA will...
Today I tried to update the SoftDevice of my project. I was working with the experimental NUS example with the old S310 SD (1.0.0). Because I want to communicate thru ANT...
Hello everyone,
I'm developing a security scheme in which the firmware verifies that the nRF51822 is the same as the one in the factory to which the firmware was installed...