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 use PPK wit ha stardard setup with all switches set to DK. Everything works fine, excepted that I have a little offset and the IDLE state is negative... which make the AVG...
I have designed a few PCBs using the NRF52 chip with a standard QFN48 pattern. On the first design, we had 8 PCB's made of which, only 2 worked correctly. The others all exhibited...
Hello,
I received BLE_ERROR_GATTS_SYS_ATTR_MISSING event during connection procedure. Tried to look inside and found
/**@brief Event structure for @ref BLE_GATTS_EVT_SYS_ATTR_MISSING...
In code:
case PM_EVT_BONDED_PEER_CONNECTED:
NRF_LOG_DEBUG("Connected to previously bonded device\r\n");
err_code = pm_peer_rank_highest(p_evt->peer_id);
i get...
Hello there,
We're getting an assert in the above code in Soft Device s110 sdk 8.0.3. Can you give us some info as to what that is and how we can address it? To give you...
(EN)
I'm afraid I might no be competent enough, so I look forward to your kind help.
I'm quite new to using nRF52832 WLCSP package(raytac MDBT42 blank module) on a custom...
Hello again,
fortunately I made some progress using the IoT-SDK v0.8.0 on nRF51. I extended the MQTT-example to my needs, but there are still some questions.
The final...
Hi,We plan to establish a star network where more than 20 devices could communicate with 1 host mutually and no-interaction between devices with nrf51822 we are using now...
I have no clear concept about all those concepts, is there any tour or example clearly explain all of these?
At last my goal is that, I want to make my mobile phone app...
I have started creating a GATT using the libraries and Softdevice API provided.
All of our UUIDs are proprietary 128 bit UUIDs for both services and characteristics.
Here...
Hey everyone. I'm trying to read ADC value from sensor and send it via ble.
I use timer to get the value from sensor every 5 seconds, however ADC interruption correlates...
I would like to set the the fstorage memory location manually through fs_init() within SDK 12.1, but I am not sure how to do this. There's comments that is can be done manually...
Hello,
I am using nrf52 and sdk 12. I compiled the code bootloader_secure from the examples in sdk.
Now I want to change the 16 bit uuid to 128 bit uuid in the code. The...
nRF51822CEAA
I am using a custom PCB, this is not a Dev Kit from Nordic
Mac OS X
Eclipse Version: Neon Release (4.6.0)
Eclipse Debug Configuration:
Specified arm-none...