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...
I have been using the NRF5 sdk in the past but it now looking into the new NCS.
Currently I am trying to understand the concept of the new softdevice controller. As I understand...
I'm trying to build the Asset Tracker V2
The following link is 404
https://github.com/NordicSemiconductor/asset-tracker-cloud-docs/releases/download/v5.9.2/91dk_at_client_increased_buf...
Hello All,
What is the expected output at receiver end when using rx_print as mentioned in below link.
https://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic...
I'm having issues installing antlib 1.1b0 on my windows 10 machine when using pipenv on Python 3.7.5 (32bit)
I can get antlib to install when not using pipenv but for some...
Hello all,
I am working on a custom application that requires gps, https post requests, SPI, and CAN, and I am having trouble adding source and header files to my project...
So I am expanding the Thingy to have a CSCS, I have the service visible in nRF Connect with the only problem being that CSC Measurement is reporting no values (see image below...
Hi,
I'm using the ant_broadcast_rx example for my nRF51422 with S310 softdevice sdk 10.0.0. I've configured and changed all parameters of the example to make it work with...
Hello,
I have several custom 52832 bords that until recently worked fine with SDK15.
Yestrday I started experimenting with nrfConnect and flashed some Zephyr examples...
Following the the Getting Started guide in the Asset tracker cloud example, I get the following error when trying to print the MQTT end point:
ERROR info failed! ERROR Error...
I know user nrfutil settings generate to get the bootloader settings:
e.g. IN SDK14.0/IC:nrf52832, I user the following command generate the bootload settings file:
nrfutil...
Hello,
My application is based on nrf52832 and ble_uart example. I recently added system off function when long pressed BUTTON_1 successfully. To do that I slightly changed...
The Nordic SDK provides headers for a finite state machine, queue, ringbuffer and other utilities in the 802_15_4 library in nRF5_SDK_17.0.2_d674dde/components/802_15_4/api...
Hello,
I'm developing firmware for nRF52832 with FreeRTOS, I would like to use TWI to access to an external memory. Every time I try to use "nrf_drv_twi_tx" function i get...
Hello,
Is it possible to get more information on how the NWK Frame counter is stored in NVRAM. I can see fragments of code from zb_nrf52_nvram.c I see that it uses nrf_fstorage_write...