I'm interested in creating a time of flight algorithm and am trying to calculate what to expect for accuracy.
Is it possible to get an IRQ from when the sync arrives at...
hi all ,
how to enable GPIOTE PORT and IN[n] event simultaneously ?(not same pin)
i enable the GPIOTE to trigger interrupt event.
one for the keyboard which need multiple...
Hi All,
I am using nRF51422 with softdevice s310. And implementing Cycle speed and cadence receiver. most of the data processing is fine but i am facing one problem.
...
Hello Nordic Team,
I have a problem with programming the nRF24LE1 chip.
I am developing a small system, which consists of a uC STM32F4xx and a nRF24LE1 Radio Module. The...
Hi,
I'd like to learn about the app compatibility for the new OTA DFU that ships with the new SDK 6.0.0 and S110 7.0.0. I am using a nRF51822 board and I've observed that...
I'm curious to know if there is a tool that allows easy design of a GATT server DB that is portable across dev platforms (the nrf518 EK, my Android/iOS dev environment etc...
Iam trying to display the uart data as a scanned response.nRF51822 receives the data from PIC and it is displayed as scanned response during advertising.the problem is nrf51822...
For my project,my ble device need to report firmware information to app, since the newer softdevices(like s130 0.5alpha) don't have FWID in UICR,where can I get it?
(Nrfgo...
Where can I find theta JC (junction to case) and theta CA (case to ambient) or equivalent thermal characteristics for the nRF51422 in WLCSP package? I've looked in the data...
Hi
in my project i need to interface SimpleLink Wi-Fi CC3100/cc3000 booster board with nrf51822
anyone care to share how to do that.
iam planning to interface via uart...
Hello,
I know there are already some post in that case but I have no idea what's wrong with my code. I've just downloaded code from: github.com/.../ unpacked to "\Nordic...
I have some code that works great on the Eval Kit. I would like to move it to the smaller form factor Beacon kit. I currently use the S120 SD. Is there an easy way to install...
Hi
The BLE module operates in 2.4 GHz spectrum with 3 advertising channels & 37 data channels . Why advertising require 3 channels ? is it possible to make it to one channel...
When I initialize the SoftDevice with SOFTDEVICE_HANDLER_INIT(NRF_CLOCK_LFCLKSRC_XTAL_20_PPM, false); // Sets up Crystal Source to 20ppm 32.7628kHz
The project I based...
Hi,
First, I understand this are Android questions, but I want to appeal to this very knowledgeable community ;)
I have a BLE application using nrf51822 with SD 110...
int lbs
Hi,everyone,we change the uuid to
#define LBS_UUID_SERVICE 0x2101
#define LBS_UUID_LED_CHAR 0x3A01
#define LBS_UUID_BUTTON_CHAR 0x3A02
in nrf51-ble-app-lbs...
I am writing a custom Service. I need to catch when a Client tries to Read certain characteristics or Write to other characteristics. What is the best practice for Authorizing...
Hello support team,
If a message is received while the timer0 is running and the radio interrupt is enabled, the Radio interrupt hits and disables the timer interrupt....
Hi,
I have a simple application that requires command-response, and notifications interaction between an Android App and an embedded device.
The communication is bidirectional...