I'm trying to implement channel scanning in our nrf24lu1p based USB dongle.
I'm following the specs and basically loop though each channel ;
loop
stop listening
set...
Hi,
I am using the NRF8001 in UART mode and attempting to bond with my android device (Lollipop 5.0 Nexus 6).
i am using the nordic arduino sdk which is found here:...
Hi, I'm using the nRF8001 in an application that requires security so bonds to the remote client/central. My device supports firmware upgrades that may involve new nRF8001...
Hello.
Initially when reading the Gazell documentation I didn't think it'd be a problem but now in Keil seeing this has introduced some doubt whether it's a thing:
...
We would like to be able to calibrate the rRF9E5 ADC
Our proposal is to permanently fit voltage dividers, each using two precision resistors, on two of the ADC Ports and...
At some point in the past I had nrf51+gdb+breakpoints working just fine. I even have a bunch of __BKPT() calls in my various error handlers to trap into the debugger.
At...
I am new to Nordic Evaluation Kit.
I am working in Nordic nrf51822 (PCA10001) Evaluation board.
Following are my setup.
OS : Ubuntu 14.04 64 bit.
SDK : nRF5_SDK_11...
Hi all,
I need to know the RSSI Value (distance) between my nRF 51 DK and my connected device (iOS Device). I made these code changes:
switch (p_ble_evt->header.evt_id...
Hello!
I've been using RTT viewer to view some data in my nRF52832. Everything works fine but I am unable to clear the RTT viewer terminal screen.
As it is in the manual...
Hi,
I am trying to get the experimental NFC example "HR with pairing over NFC" to work.
I can read the tag correctly with an android phone : the NDEF message is correct...
Dear All:
My NRF24L01+ use Dynamic PayLoad,What register need configure NRF51822?
NRF24L01+ Configuration as follow:
SPI_RW_Reg(WRITE_REG + DYNPD, 0x01);//Enable...
Hi,
I've been using the ble_app_uart example as a template for our use case. It is a good starting point. We don't actually need UART functionality, and we've assigned...
Hi,
during programming, we receive error as in this question . The hex files do not overlap.
It seems to happen only when the board has already been programmed before...
Hi,
I have an application that requires watchdog to run continuously. And from application I have code that jumps to the bootloader without device resetting using bootloader_util_app_start...
Hi,
Side effect of adding a LFCLK of 32.768khz with 90k ohm ESR oscillator? where as data sheet recommends Max value of 80kohm.
Side effect of adding lower drive level...
Hi everyone,
I activated softdevice writing protection with nRFGoStudio (i.e. so that the softdevice can not be overriden). How can I deactivate that again so that I can...
Just to make sure: Will The spi_master_send_recv return when it is done writing and reading, or do you have to have some event wait functionality listening to SPI_MASTER_EVT_TRANSFER_COMPLETED...
I was playing around with the gpiote example under exaples/peripheral/gpiote. The example uses a timer, ppi, and gpiote to blink an led. By default, the app uses Timer 0 and...
Hello.
How to write custom firmware updater, which:
Takes new firmware from other device on SPI or I2C bus.
Writes it to flash ("bank1" at 0x1B000, or...
Hi;
I'm studying on SPI communication at nRF51822 (not DK) but i could not find the pins for spi communication, i read at somewhere SPI is only used at DK(developer kits...