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 Nordics Developer
I'm from indonesia, i'm electronics designer, i have develop new products using BLE, first develop i'm using nrf51 series but And my boss ask is there...
I'm trying to conserve space in the advertising packet, and would like to free up the space used by the 128 bit (16 byte) service item list, as this takes a minimum of 18...
Hello all,
I am working on nrf51 series for mesh application so regarding Pre addressing of controller how will get to know the adresses of SOC's in mesh network?
can...
I am using the nRF51822 with the s130 softdevice, and I would like to control three RGB LED modules with three PWMs (R, G, and B). For various conditions, either one, two...
[CONDITION]
1. R1 = 1.5M, R2 = 430K
2. GAIN = 1/2
3. RESOLUTION = 10bits
4. Single End
[ISSUE DESCRIPTION]
1. If voltage is changed by 0.1V step (4.1V -> 4.0V), the...
Hello
I wanted to ask what is the correct way to use NRF_LOG_* functions along with printf (with RETARGET_ENABLED 1 ) and normal UART initialized with standard:
const...
Hi all,
I have some problem with the FDS write function.
This is some example codes for my FDS write:
// Global variables
static uint16_t fileID;
static uint16_t...
Hello, I am going over this example here:
infocenter.nordicsemi.com/index.jsp
I am a bit confused how this works. My intention is to create a slave, so a master can send...
Trying to get the BMD-200 board up and running and the blinky_pca10028.hex seems to work just fine but compiling it from source (blinky/pca10028/blank/armgcc)does not. There...
Hi I am using gcc based environment for flashing the nrf52840 SDK with BLE applications. I tried to modify one of the applications to send SPI data received from non-nordic...
I am using sdk12.3 with NRF51822 and the original ANCS project. It can successfully bond with iPhone ,but the bonding only takes place at the first time after the firmware...
Hi, I am currently trying to receive a characteristic notification using an Android device which is connected to a ble beacon with the nRF52832 microcontroller. It works fine...
I am trying to pass data to a central device by updating a characteristic. I am calling the function sd_ble_gatts_hvx(m_bcs->conn_handle, &hvx_params) after passing a hvx_params...