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 everyone,
I would like to know in the ble_app_uart_pca10040 where the Bluetooth antenna is connected on pin planner to be able to change it.
Thanks you for helping...
Hello there,
I have a question related to the ADC of the nRF52832.
I am using it in single-ended mode, 10-bit resolution, 1/5 gain, internal reference 0.6V.
Thus...
Hello,
I am wondering what this "Low Power Event" is.
I am looking through the document but I can't find the place that explains this.
Can somebody point me to the place...
Hi, I followed the tutorial to Debug with Real Time Terminal on Keil.
fatal error: file sdk_config.h not found.
I have followed the tutorial as precisely as I can, maybe...
hi,there
I met an error in Nordic_HRM examples. The error code is GATT_CONN_TERMINATE_LOCAL_HOST.After the connection is established, you can see the service that has...
Good morning everyone,
it is the stupidest question ever, but I was unable to find an answer neither here nor on the segger forums or documentation.
This forum seems...
It's NRF52832 and NRF52810.
The BLE connection process is to establish a physical connection first and then discover the service to obtain the characteristic word information...
Hi,
For my application, I would like to have multiple watchdog timers. I am measuring several sensors (I want one short-term watchdog timer to be fed in this loop, pause...
I am new with nrf52 DK . I was trying to work with SPI code example given in the nordic example folder but its not working . I am trying to transfer the accellero/ gyro data...
I am using SDK 15.0 with the Nordic NRF52840 development board. I wrote my own custom bootloader using CDC ACM as the transport. I am using app_usbd_cdc_acm_read_any to read...
Hello All,
Is there any already available example of OLED display interfacing with nRF52DK, pca10040, SDK 14.1 in Segger Embedded studio?
I am working on a project...
Hi,
I want to measure the time of two signals to calculate the speed and sent the data with BLE. I find the SD effect the GPIOTE_interrupt sometimes, when I try to use GPIOTE...
I an trying to locate and download some programming examples. For instance the BLE Blinky application
ble_app_blinky_c says it is in the EXAMPLE FOLDER, no matter where...
Our project uses nRF52832, and the bluetooth connection has two modes as follows:
one is low-power standby mode connection interval=1000ms;
One is data transmission mode...