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...
Hello
I'm having difficulty in executing an GPIOTE interrupt during a BLE connection event with the nRF51 DK. The interrupt I have works fine when the softdevice is advertising...
If I set the centrals connection intervals values higher as a specific value it won't any longer find/connect/enable notifications on my peripheral.
0x00A0/0x0050/ 400...
After running the advertising_start () function in the sample software.
I set the breakpoint by Keil MDK-ARM v5 and stopped executing.
Afterwards, reset is generated!!
...
Hi,
I am using a gpiote interrupte handle function to send a notification to the master,but I find when the sd_ble_gatts_hvx() function is used,the interrupte handle function...
I have successfully completed dfu using android app, but if anyone can help me with example program so that i can perform dfu using program instead of using toolbox app, please...
On the XLR2 chipset I am seeing that if the RTS output follows the state of the CTS input.
When I load the same firmware in a XLR then RTS does not follow CTS
Hi, I am evaluating the use of ESB(without Ack) and BLE as a possible solution for my project since i have no use of Ack and in Gazell it is mandatory to use Ack. I had heard...
I am working with the nRF8001, and I'd like to create a services.h file that will let me broadcast battery level and as well as allow temperature to be read by a peer.
...
Hello,
I'm drawing schematic with nRF51822 internal LDO. I'm wondering what is the regulated LDO output from nRF51822. I need to connect that with peripherals in stable...
We are using ANT with the nRFgo motherboard as base station and want to broadcast a signal over the largest range possible (> 100 m) to several mobile devices using the Dynastream...
I am designing a ECG monitor device. The data rate is less than 50kbps. I was planning to use BLE for the device design. But I read some documents that say BT classic is a...
Hello,
My 10031 dongle worked perfectly up to the point where I flashed it using MCP. I was able to run simple programs such as blinky, but now I cannot revert to the previous...
I want to set up an SPI communication between nRF51422 SOC (integrated on nRF51 DK) and Arduino board. I know that it is possible since I've read it in various posts and nRF51...
Hello,
I am developing a simple app for nRF51822 which sends notification data to a characteristic with a random value. All seems to work good but while testing in-depth...