My goal is to control a RC toy drone (4-ch 2.4GHz) from a PC. I've seen some hacks (for example dzlsevilgeniuslair.blogspot.com.br/.../more-toy-quadcopter-hacking.html) using...
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...
Hello,
From the ble_app_uart example I created a version where instead of the UART the incoming data over BLE is processed using the scheduler.
Processing is not much...
Hi, i develop a bluetooth project with nrf52832 anad i am unexperinced about this topic. I searched for 2.4 GHZ antenna desgin bu can't found. There is a few topics about...
HW: nrf52833-DK
SW: SDK v16.0.0 and SoftDevice s140
We are using nRF52833 BLE direction feature and read IQ samples produced by BLE Radio.
The format of the IQ samples...
I am working on porting a project from the old sdk to the nrf5340 and the nrf connect sdk documentation seems to be incorrect and i am having major issues even getting this...
SoC: nRF52810
SDK: 17
Hello,
I want to confirm whether BLE_DFU_ENABLED is used or not.
InfoCenter ( https://infocenter.nordicsemi.com/topic/sdk_nrf5_v17.0.2/group__ble__dfu__config...
Hi,
I use the app "asset-tracker", and i would like to configure an external uart to connect a sensor to the board.
I modifed the code but i can't detect any new COM from...
Hi,
I am using nrf51422 and s130 softdevice for multirole. Is there any way to reduce the receiver power during scanning so that the overall current gets reduced?
Hi,
I'm trying to implement remote provisioning on an altered version of the light switch example in the SDK for Mesh v3.2, on nRF52832 development kits. The code I'm using...
I am using nrf52832, i want to send the sensor data continuously via ibeacon.
but while uisng sd_ble_gap_adv_set_configure() function return error NRF_ERROR_INVALID_STATE...
Hello,
I am testing a light switch system where each switch is capable of controlling multiple bulbs via multiple groups stored on the switch. I have noticed in the example...
As of what I've read in [1], nRF9160 uses ARM Cortex-M33. I'm not sure which qemu of the Zephyr OS is compatible with ARM Cortex-M33 the most ? qemu_cortex_m3 or none of them...
Problem:
I am trying to measure two voltages from the SAADC. I have built my application on the ble_app_uart__saadc_timer_driven__scan_mode example . It is using one SAADC...
Hi Nordic,
I am now using NordicDFU swift package for my iOS app. Before I was using an older version which was working perfect.
Now after I have updated the swift package...
I am trying to understand better the Bluetooth communication based on some data logs.
Master connection params:
Slave is calling function bt_gatt_notify every 20ms with...
Hi,
I am using fstorage api and for write and erase operations I am not receiving events. The event callback function is not invoked. I am using SDK 16.0.0.
In the sdk_confic...