I know that suggested debugger for nRF51xxx is J-Link or openOCD with CMSIS-DAP, but I would like to use BDI3000 debugger, which does support SWD interface and Cortex-M0 processors...
Hello. I am literally looking at the set_hrm_cccd function in Python used to write data. This is for the S130 heart rate collector example. I understand the sd.ble_gattc_write...
Totally new to Python but managed to get things like pyserial setup and I've been able run the ble sniffer. However that is as far as my Python knowledge extends, so I need...
pstorage_load and pstorage_clear appear to work fine, but whenever I do a pstorage_store the callback function is never called. This happens whether or not the Bluetooth unit...
Our USB keyboard using nrf24lu1p does not work on Mac OS 10.11.
Before Mac OS 10.11, USB keyboard was worked, but on Mac OS 10.11, it does not work.
I think your library...
In my design I need the RX to be standalone , I.E. no controller attached to it , does the programming STORE in the Chip ? If I set it up as a RX and set a specific Ch. Freq...
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...