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
Using demo usbd_cdc_acm and found a very strange bug!
Even I disabled the flow control of uart , the 52840 device still need to control the DTR signal to ensure UART...
Hi Nordic Team,
I am developing a CoAP client on the nRF9160 DK, and am having trouble with longer proxy-uri's; short URIs ( 268 characters and below ) work fine and the...
Hello good people at Nordic. Happy new year!
I am attempting a simple extension of the GPIOTE example in the SDK. I want to measure the time duration of the generated pulse...
I'm sure the mistake is mine but I would appreciate some suggestions on where to look for my mistake.
I have a custom board with a Fanstel BM832A module. I also have an...
I'm interested in BLE coded phy and am wondering how the improved range is realized given that the preamble is not coded. In other words, how does the receiver have improved...
Platform: NRF52832, s132_nrf52_6.0.0, SDK 15.0 Remote: iPad (12.1.4) with proprietary APP Use-Case: APP (Central) connects to Platform and reads continuesly data via RX-TX...
Hey Folks,
I'm running into an issue with the nRF52840 where the the reset reason register (POWER->RESETREAS) is not populating as expected.
The GPIO is setup to sense...
Hello,
i got problem wher program cant go in while loop in main while advertising is running. Im using ble uart template. So was thinking to stop advertising when button...
Hi there,
Can anybody please give me a detailed defination of background DFU? Also, it would be perfect if there are examples about background DFU.
Thanks!
I am trying to get an OTA DFU for nRF52810. I am not trying to get anything custom right now but only trying to prove that it works. I have tried going about this many different...
Hi. I have edited the Heart Rate Service Example project in SDK 17.02 and I am currently using nRF52840 DK.
I am not sure of the reason why the application restarts after...
excuse me,I'm developing nRF52805 and I set the button pin number like this:
#define BUTTON_START 1
#define BUTTON_1 1
#define BUTTON_2 5
#define BUTTON_3 12
#define...
I'm using a custom board designed around this nRF52832 module . Testing the twi_scanner from examples of ` nRF5_SDK_17.0.2_d674dde `. Built and flashed the firmware successfully...
When using nRF5 SDK 17 and its nfc_t4t_lib, we encounted a problem: nfc_t4t_setup returned NRFX_SUCCESS, instead of NRF_SUCCESS and the nfc_platform_setup function was never...
Hi guys,
I have already created some code in a peripheral folder inside nrf5 SDK documentation related to temperature readings and the way how to save the data in the flash...