Hi Team,
Is it possible to implement the iOS application to track the iBeacon Component after closing the application(Background processing).
Please provide any example...
Hi Team,
To implement iBeacon what are the things to be take care at the peripheral side.
Whether the code for advertising the peripheral in "CoreBluetooth" and "CoreLocation...
Hi, I have both the nRF8001 dev kit and the nRF51822 Eval Kit (EK). We are using the nRF8001 for most of our project with the BLE Arduino SDK. But I wanted to just load a...
Hi,
What is the suggested method to change a pending request, and make it earlier than previously requested, without closing and reopening the session?
For example,...
Hi,
I am using a custom pcb with a nRF51422 chip, and trying to setup ANT communication between 2 modules, but the sd_ant_channel_id_set call returns an invalid address...
Hi,
To use bidirectional continuous scanning mode in ANT, I have to transmit Extended Broadcast/Acknowledged/Burst messages using ANT Msgs 0x5D, 0x5E, and 0x5F (ANT Message...
We are preparing to get BT qualification for our product, developed with the 6 stack now, however want to update to 7 when it is finally released. A comment from the testing...
Dear sirs,
Many thanks for the IoT SDK.
Just setting up the Raspberry I can't start the Phyton CoAP example as defined in documentation.
The envirinment is:
R...
Hi all,
I cannot find the exact connector to use for the P19 Debug out header on the pca10028 board.
The one I have has the plastic around too big so it doesn't fit.
...
Hi,
I'm working on a simple ADC application where I sample using analog channel 1 and then read the value through the debugger. However my results are nonsense. I have...
I'm using s120_nrf51_ble_driver on PC.
To connect the BLE dongle, we need to COM port number to be known (parameter of sd_rpc_serial_port_name_set). Is there really no...
I am working on a project on wireless interface between phone and SIM card. I want to use chip nRF51822-CEAA to run SIM card simulation at phone side (include wireless communication...
in nRF51822 product specification a maximum absolute rating of 3.9 Volt is reported, while in electrical specification the maximum voltage is 3.6 Volt.
The question is :...
Hi,
I have tried with the nrfjprog tool and I get the following error:
Command:
nrfjprog.exe --eraseall --programs s110_nrf51822_7.1.0_softdevice.hex --program HILO_P_01...
Am trying to setup a module where I need to send the Serial port ( say from printer/peripheral COM)
to a BLE Peripheral/Central Module. Not sure which SOC or combination...
I have a board built which is a tracking device with a GPS and GSM modem. I'm beginning field testing and have been flashing it with a Segger then disconnecting the Segger...
Hello everybody,
I'm getting crazy, I'm trying to extend HID axis values from 0..255 to 0..1023 max using the descriptor found in the example ble_HID_keboard/hid_joystick...
I have used the nrf8002 chip before and love it but now I am trying a different application that requires a bit more smarts. I am trying to design a system that can have an...
I have an nRF51822 board that is running fine for a while. At some point, it runs into an error and calls ble_debug_assert_handler() and goes into an infinite loop. At that...
Hi all,
I am new to nRF51822,now I want to used a simple ble application to send a data,and nRF51822 ble device read this data to control RC servo motor ,for example app...
We are using S130 v0.9 stack,
and when BLE device A is connected as peripheral of iphone
and central of BLE device B at the same time
iPhone --> A ---> B
Device...