Hi there, thanks for your help in advance!
I have tried the nrf51-ble-ancs-nus sample from github and making it work on a 51822 EK board, i.e., it can receive notifications...
I try to use hcidump, capture CSR dongle on ubuntu14.4.
I can find SDK8.1.1 s110 keypad demo create connection fail.
HCI Event: Command Complete (0x0e) plen 4
LE Set...
I want to experiment with recording observations of the beacons with raspberry pi's.
Is there any precompiled firmware I can install on the nRF51822 smart beacon...
Hello everyone,
I am trying to communicate among 2 NRF24L01+ modules using 2 ATmega16A microcontrollers.
My SPI communication is working fine as I am able to write and...
Heads up for anyone using the IoT SDK (currently 0.8.0). This SDK has the TinyDTLS-0.8.1 embedded in it... and I believe that there is a bug in the TinyDTLS CCM functions...
A new library/toolkit has been built that allows us to invoke the services of an nRF24L01 from a Java environment. Documentation and links to the Github project can be found...
Hi,
I am sending data from Android phone in every 200 ms to nRF8001. But sometimes I found there is a 50 ms or 100 ms delay. It looks like nRF8001 spending some time in...
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...
hi
i'm using the nrf15822 beacon for an application of communication on arduino
I just would like to understand how i should start to stream my data using the beacon beacause...
Hi all,
I am using S130 in scanning mode and I would like to list the devices that are currently advertising by their friendly name. I have access to p_ble_evt via BLE_GAP_EVT_ADV_REPORT...
Hi,
I usually use electronics.stackexchange.com/.../15143 approach for decoupling capacitors and until now I had much better EMI performances.
I make sure that tracks...