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...
Hi!
I'm working on the NRF52832. I'm using the function "nrf_serial_write()" to send data over uart. I want it to work in blocking mode. As I can read in the infocenter...
I am working on BLE development and need to study the BLE heart rate collector and peripheral examples. I plan to flash ble_app_hrs onto nRF51422 and ble_app_hrs_c onto nRF52840...
I am using nRF52832 SDK 15.3 and type 4 tag and some phones like iPhone 11 and Samsung S20+ are not able to detect the tag. The tag works with other phones so I don't think...
Hi there,
I'm using nrf52840 DK and Custom board, SDK 17.0.2, Segger Embedded Studio(SES v5.20)
my issue is when I receive data from UART interrupt based on serial uartes...
I'm developing a system of nRF9160, nRF52832 and Iridium 9603 (satellite modem) - all on the same main board. The nRF9160 is the brain of the system and handles LTE, GPS and...
Hi,
I am new to working with nrf52840 devices. I am wondering if it is possible to change the transmission power of packet during transmission several times such that some...
I wanted to increase the bandwidth of bluetooth using the following example, but there is a limit of only 1 board.
https://infocenter.nordicsemi.com/index.jsp?topic=%2Fsdk_nrf5_v17...
project : zephyr
controller stack : zephyr stack
description : we start direct adv using our DK,and we want it send broadcast only once。 but zephyr stack send adv all...
Hi,
I am working on NRF52 series (NRF52 DK and NRF52832) and would like to know whether it is possible to use Bluetooth 5 extended advertising capabilities to send, let...
Hi there, I'm routing the nrf9160 to a STM32 and I need to know the pinout for COM port used.
On my PC, I know COM11 is the one that is used for AT Commands
But, I...
Hi,
I'm using NRF52840 with direct test mode application.
I'm sending to the function dtm_cmd following parameters: 0x4000, 0x8000, 0x9400, 0xA500.
I understand...
Hi,
After suspending task in a specific code line (using vTaskSuspend) and resuming the task (using vTaskResume)- will the task continue from the specific suspension line...
I am going to make a project with nRF52840 In my application, I need to send sensor data to Raspberry Pi I noticed this tutorial and tried to implement this in my project...
i tried to implement radio notification in order to change advertising data but i had this error
when i put the periority to LOW i get this error, if put MID or HIGH the...