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 got a Tablet running Windows 8.1 with a Bluetooth Module that is able to find my nRF51-DK.
Is there a software I can use to interact with my Bluetooth Services of the...
I am currently developing an IoT device using nRF8001 which needs to report gas concentration obtained from a sensor. I have looked through the standard GATT profiles , and...
Hi,
I am having trouble understanding the new PACK structure in a project, in particular, with the example project dfu_dual_bank_ble_s110_pca10028.uvprojx.
My setup...
Hi,
I would like to know what is the footprint of softdevice S110 v8.0.0.
When i compile the Glucose code example from Nordic it shows a Program Memory utilised as around...
According to the device manager the length in bytes returned by sd_ble_gatts_sys_attr_get() is:
((ATTR_SIZE * (CCCD_COUNT + 1) + CRC) * 4)
When I call sd_ble_gatts_sys_attr_get...
Hi,
I'm trying to program nRF51822 Beacon Kit using nRF51DK. I'm trying to load the example ble_app_beacon to the beacon kit. After uploading SoftDevice 7.1.0, I try to...
Hi
I am trying to change the radio's transmit power in program, but I can't solve it.
I downloaded nRF51822 Beacon v1.1.0. and am testing PCA20006. (Source Code\nrf51_beacon...
Hello,
for my sensor I need to have a delay BEFORE pulling CS high. So I would like to add an argument to the
spi_master_send_recv()
function that give me exactly...
Hello,
I am altering this project: nRF51_SDK_8.0.0_5fc2c3a\examples\ble_peripheral\ble_app_hrs\pca10028
I am trying to turn on the BSP UART. I main.c the project uses...
Hello,
I am using the custom board.
There is 32MHz external oscillator.
So, I implemented like below source code for clock control.
NRF_CLOCK->LFCLKSRC = (CLOCK_HFCLKSTAT_SRC_Xtal...
Hey,
we encounter very strange behaviour when using encryption (without MITM) in conjunction with write without response . If characteristics are unencrypted (open), write...
With ShockBurst activated the PRX receives some of the packets at 7 to 8 meters, and the PTX only receives the ACK at 4 to 5 meters….
The explanation for this is that the...
I'm asking because I recently figured out my modules aren't based on revision 2 chips as expected but on revision 1.
Maybe someone already made some experiences on this...