Hi,
I am trying to run nRF24L01+ in default configuration using simple ping-pong examples using RF24 Arduino library.
The problem is that while ping-pong is getting through...
Hi,
I want to send data from one peripheral(nRF51 DK) to multiple Android Phones. This will be a one way connection from the peripheral to the smartphones. I red on the...
I am working on "nRF51_SDK_8.1.0_b6ed55fnnn\examples\ble_central_and_peripheral\experimental
\app_s130_demo\pca10028\s130\arm4" project .
In this project,in which variable...
Or is there any LCD you could suggest that doesn't need that much code? Simple numeric 2rows would be enough. Want to use it with the nRF51-DK to display some measured valued...
I would like to develop my own central device to communicate with the RedBear Arduino shield. The RB device uses a from of UART communications to send data to/from Android...
I was wanting to use a nRF24L01 with a breadboard but its pin-out didn't allow it. A solution then occurred to me based on parts at hand. I wrote it up with instructions and...
Hello. Can I get a literature to the nRF51 series?
I need a full abstraction of the nRF51, like a book or other information, it's structure schematic of build-in modules...
Hi,
I tried to get the sample ble_app_uart to work on NRF51422_DK with the S130.2.0.0 soft_device.
The compilation and programmation of the board is OK.
The soft run...
Hi all, i recently posted some topics about my application to receive support, everything went good but now i need to add a last step to the project, and i would like to have...
I am using nordic_sdk_10 for PCA10001. what are the BSP changes and config changes needed after replicating PCA10028 for DFU over UART.
I just changed CFLAFS & ASM FLAGS...
Hi,
I am storing data using pstorage module but when i power off my nrf51-dk board, the contents get deleted and not retained in memory. What could be the reason for that...
Hi,
For a new design with nRF51822-QFA, planning to use Johanson Balun and Chip antenna as shown in attached diagram. Not using any tuning components between Balun and...
Hi,
I was wondering why DFU_IMAGE_MAX_SIZE_BANKED is calculated as
(((DFU_REGION_TOTAL_SIZE/2) - DFU_APP_DATA_RESERVED))
and not
((DFU_REGION_TOTAL_SIZE - DFU_APP_DATA_RESERVED...
Hi, I'm using ble_app_uart application from latest nRF52 SDK on IAR compiler 7.1 and PCA10040 board.
It loads and runs debug code, but it does not add breakpoints on any...
Hi everyone
nrf51822,softdevice s130 2.0.0
now i used softdevice s130 establish two connection as a central with two s110 peripheral device,at the same time i establish...
Heading ##Here my PCA1000 board is getting detected in nRFgo studio even i can program and debug it, But i cant see COM PORT.
Can anybody help me out in this...
When i...
Hi,
I'm trying out the nRF52832 with kit PCA10040 V 0.9.0. I have S132 softdevice installed and running the ble_app_pwr_profiling example from nRF5 SDK v11.0.0.
I'm...
Hello , I want use nrf24lu as "Hos" and nrf51822 as 'Device'.
I need some info about nrf24xx whith gazell .but I can't find info bout those param like:
typedef enum...
I am trying to manage the bonds as follows. I've defined the max bonded masters as 4 on my slave. When this list gets full, I delete a random bonded master on the slave (not...
I'm trying to flash to a device with the GCC toolchain using "make -f Makefile flash_softdevice" and nrfjprog fails with the message "ERROR: There is no debugger connected...