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...
hts, HTC phone, nrf tools HTM, nrf51822,
every time when it's power up :
the once connect: error code 0x7A cann't read characteristic and 0x14 state change.
the second...
I'm receiveing this error 7 on line error 296. the only APP_ERROR_CHECK on line 296 is hci_slip_rx_buffer_register . this documentation doesn't not give any description of...
HI,EVERYONE,
in the document 'nRF51422_PS_v3.0.pdf' ,Page 167, there is such statement
'The selected analog pin will be acquired by the ADC when it is enabled through...
Hi !
According to application requirement, we need to minimize the RSSI variance of the BLE beacon as small as possible. Our RF team has tried to minimize the 37/38/39...
Hi,
I am trying to bond the nrf51-DK with the android smartphone. I want to display the passkey to the user which would be done using BLE_GAP_IO_DISPLAY_ONLY. After which...
Hi, would there be any drawback in setting TIMER_PPI_CH_START to 11 to maximize the number of free PPI for application. 14->15 should be free to use in timeslot and ppis are...
hi, i am new to embedded system.
I am using SPI interface to collect data from the slave(imu) and transmitted it to nrf52 DK,previously,I just used RTT to show the received...
Hello,
I am truing to store data in the UICR register "customer area" from application code. The procedure is invoked only once when the registers are still empty. The...
Hello all,
In controlling two devices simultaneously from one central controller, I have noticed significant time delays in processing the second call to sd_ble_gattc_write...
Hi.
I am using PCA10028 board an SDK10.0.0.
nRF51's Max flash size is 256KB.
Q1. "s130_nrf51_1.0.0_softdevice.hex" size is 302KB already. How can we make HEX file less...
Hi.
I'm using PCA10028 and SDK10.0.0, S130 v1.0.0.
And "ble_app_hrs_c" example is my reference code.
It works well before i add code for timer as below.
void start_timer...
Hi I am an student who is a poor fledging embedded engineer.
I met an error on using nrfgo studio
when I click the tab [Device]-[nRF5X Programming]
I used JLink_V510p...
Hi,
Using ble-app-uart sdk9 example:
Is there a difference where I initialize uart in main? My code is able to run when I shifted the uart_init() after ble_stack_init...