I want to write PCA20006 nRF51822 Beacon Firmware to PCA10004 on nRF6330.
I understand need to modify GPIO.
PCA20006 firmware consist of 3 firmware, SoftDevice, application...
I'm trying to use the ADC and internal reference to measure battery voltage on the nrf51422, while S210 is enabled.
From the example nrf51-ble-app-temp-master, I found...
I have Nokia Lumia 630 and it works well with nRF51822-EK but only with SDK nrf51822_v5.1.0.36092 and SoftDevice 6.0.0. Now I decided to try DFU OTA. I programmed bootloader...
Hello,
I found that there is a multiprotocol demo in folder Board\nrf6310\s110\experimental\ble_app_multiactivity_beacon,then I found it can implement concurrent connected...
We're trying to decide at what voltage we should run our nRF51822 on the next revision of our board. To date we've been doing fine at 1.8V. The current drawn on a 3.7V lithium...
hi, i made ble app including bootloader using nRF51822 (s110), sdk 6.1.0
when i use sd_nvic_SystemReset() function in app, it erase app's pstorage.
But i want to preserve...
Hi,
I use S120 as central device and I need to handle multiple connections.
However S120 works quite unclear to me.
If S120 doesn't reply to BLE_GAP_EVT_CONN_PARAM_UPDATE_REQUEST...
Hello ,
I am trying to develop an application using the S130 soft device using Keil MDK v5 Lite. I have came to know that it is not possible to generate a code size greater...
I've run into a problem using the provided spi master code.
I get the following error message from Keil
spi_master.c(381): error: #1059-D: an entity with an internal...
Hi
I want to run the ble_proximity template on micro blend (Readbear lab). But I can't make it to work. I have uploaded the code to the board and using the nRF Proximity...
Hi all, I have followed the steps described
https://devzone.nordicsemi.com/question/14780/nrf51822-development-kit-without-nrfgo-starter-kit/
with the alternative power...
Hi,
I have successfully implemented a HID keyboard, using the nRF8001 and arduino sdk 0.9.1 ported to a microchip PIC18F controller. Connecting to iPhone iOS7.1.2
Everything...
hello,
please find main.c file of code and how to add the MAC address to the ble_app_hrs sample code
that was provided in the samples directory of the SDK.
Can you...
hi,
I am trying to develop a network of ble devices.i want nrf51822 to function as a master and slave( not necessarily simultaneous). For that i need to develop a custom...
Hello,
Firstly, I just begun with BLE and I am trying to program nrf51822 to read the sensor data through TWI (I2C) connection and send this reading to the central device...
I have tested the ble_app_proximity sample firmware on nRF51822 eval kit and also on my custom board.
Everything, regarding the used services seems to work as intended. However...
We have an application in which it would be nice to change the supply voltage for our Nordic module (nRF51822 running the Soft Device) depending on which other modules on...