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...
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...
Hello,
I wonder how an ANT client should / would / could receive burst data. From what I'm read from the documentation, I guess that the received data will be passed to the...
Hi (I'm new at this, sorry for my question)
About Gazell & Pipe (nRF24LE1)
What is the utility of 6 or 8 pipe, whether only has 3 RX_FIFO for working simultaneous?
Can...
Hi All
I am trying to verify UART on one of our custom boards having nrf51822.
We have only one uart which we are using to forward the data received over BLE.
I am...
I use the demo : ble_app_proximity
to connect with android app
In android use this :
mBluetoothGatt = device.connectGatt(mContext, true, mGattCallback);
to set the reconnect...
Hi,
I'm checking out the new nrf51_sdk_v6_0_0_43681 for S110-SD-v7
Is there a revision-history available for the src files within the new SDK package?
For example...
I am trying to make a product with NRF8002B. I finally have the product prototyped. The user will connect to the device, beep, light up, and track. It will always stay on...
Hi all,
I have been stuck trying to debug the example project for a couple of days now and could not find the answer through searching. Here are my problems.
Background...
Hi All
I have a bunch of nrf51x22 (4,8) and I'd like them to read their own firmware data and send this to others that are in DFU mode using the over the air (OTA) method...
Dear Nordic Developer Zone,
I'm using nrf51822 EK testing the GPIO sense function. The code I'm using is based on what a nordic employee has posted elsewhere in this dev...
hello,
i was trying to compile the softdevice s130 example code given with softdevice download from nordic.
I am using the ARM-MDK lite 4.74 version. It is showing error...
My design goal is to conserve as much battery power as possible on a device that typically gathers data 30 to 40 minutes per day. To that end, our thought was to make the...