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...
Along with S110 BLE stack I programmed my application, which I managed to do without any conflict.
My application is not working properly and neither control is transfered...
how much time of keep level HIGH/LOW can make nRF51822 detected the HIGH/LOW level and generate an interrupt?
how width of impulse need to generate an interrupt?
Hi Team,
I was trying to load firmware to external board using nRF51-DK.
I have successfully programmed the boards many times and now when I am trying, LED (LD5) on nRF...
Hi all,
I downloaded the nrf51SDK_.8.0.0 from nordic site and tried to flash the new softdevice s110 but failed. I used an android application to flash it over the air...
Hi:
i use ble_app_uart project and want to change the UUID lenth(128 bit) to be 32 bit;but i change "nus_base_uuid" to be 4 byte and change "uuid128[16]" to be "uuid128[4...
Hi,
Does hardware that has already a Qualified design Listing (Bluetooth.org) requires re-testing of the RF-PHY ?
(refering to transmitter tests (i.e TRM-LE/CA/01/C (output...
Hi,
Im using a module NRF24L01 + LNA bought off ebay, connected it to msp430 via SPI interface. All spi communications are going solid, I manage to completely configure module...
I am trying to create a file and write to it during runtime. When I use fopen with "w" option to create a new file, the file pointer is always retuned to be NULL.
Is there...
Hi,
I recently tried SDK7.2 on PCA10028 board in order to make sure that SDK7.2 works well before I migrate my project to SDK7.2 codebase. My project code didn't work as...
Is it possible to do OTA from one nRF51822 to another? Is so how, and is not why?
I am using S120 and S130 for my applications and would like one device to uppgrade another...
Nordic has provided a good SPP implementation over BLE.
devzone.nordicsemi.com/.../
However, will it raise power consumption and cause BLE to lose its low-power characteristics...
When trying to do a direct advertise massage ( sd_ble_gap_adv_start ) I get error code NRF_ERROR_INVALID_STATE (Invalid state, operation disallowed in this state). This is...
Hi Team,
In my application UART is used.
I need to send parity bit based on particular responses that I need to send to the device
connected to UART.
Can I change configuration...