Hi,
I use the nrf51422 chip.I want to know if the ANT establish link between chips,where can I get the matching configuration (like device type、channel ID).I mean is...
Is there a way to recieve more than one write callback for a given characteristic, per radio session? It seems like I can rx 1 time per attribute per radio session and tx...
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'm working on getting our product through BLE certification and they are asking a few quesion's that I'm not sure about.
1: Pairing. Is it using a fixed PIN or...
Hi,
Routine running normally in low power mode with power_manage() .
but after sd_flash_write/erase current consumption goes high(almost 20mA).
If anything is missing...
Hello,
i want to update the softdevice S310 V1.0.0 to version V2.0.1. My applicatio based on SDK 6.1. With S310 V1.0.0 all works fine. But i can't update to S310 V2.0.1...
Hello, I'm using the nRF51822 and tried the HID Keyboard Application (S110, ble_app_hids_keyboard) example. (Nordic\nrf51822\Board\nrf6310\ble\ble_app_hids_keyboard )
The...
Hello, I have a problem with GPIO Input control
My sensor work on special clock generated by MCU
I've controlled this sensor by Arduino like this
//SCK digital pin...
We are using the NR51422 to develop a BLE application. We reused the project “ble_app_hrm” from the SDK v6 and ran it using the NRF6310 board, everything is ok.
We just...
Hello Everyone, right now i use nrf51-dev kit and i want blinky code for that, in Keil i compile code and load in kit and it work fine but now i want to make code in eclipse...
I'm trying to debug the blinky example with SDK 7.1 using Eclipse Luna. Going through several threads here I could figure out configurations needed and build the app. I can...
Hi,
I have been trying to study how to implement support for over-the-air (OTA) updates in my current S110-based project. But I'm already stuck in the very beginning. How...
I am using softdevice and RTX at the same time.
RTX is using RTC1, softdevice is using RTC0, so no problem there.
But sd_softdevice_enable require a clock source as one...
Hi,
I have problem with nRF51 antenna orientation. I used nRF51 developement kit (mKIT) board and I had problem with communication if I just change a little inorientation...
Can I change the shared channel address (first one or first two bytes in the message) when the channel is open?
The manual says after opening the channel, send a broadcast...
Hi,
I rely on twi_hw_master (from sdk 7.1.0) to communicate with a sensor. It works without any issues without the SoftDevice. With the SoftDevice enabled, using TWI causes...