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 all,
BLE newbie here.
I have a peripheral device (iBKS105 beacon) configured with Eddystone and iBeacon protocols, emitting on channels 37, 38 and 39. I set the advertising...
Hi, I recently started to work with the nRF52 DK (PCA10040).
I'm trying to do some experiments with PWM, so I toke the pwn library as a base and tried to add the button...
Hi I am trying to perform BLE compliance test on a nRF51822 based DUT. I want to connect the DUT to the tester using nRF51 DK. The nRF51 DK will be connected to the tester...
Hi,All,
I am using nrf52832 as a slave, the SDK version is 12.3. I set the connection timeout to 10s as follows
#define CONN_SUP_TIMEOUT MSEC_TO_UNITS(1000, UNIT_10_MS...
Hi,
I'm having an issue to connect a Galaxy samsung Tab A to my ble device.
Each time i ask for a connection i get the same error.
I already succeed with others phone...
Hi,
I'm trying to obtain as much information as possible about my usb connection with Nordic chip. I'm working on DK board with nRF840, sdk14 and usbd_msc example. My problem...
Hi,
I am using a chip labeled with "N52832 QF ABB0 1717AQ".
According to its specification, this chip should have 256kB flash. However, nRFgo Studio shows that its size...
I'm currently using matlab to perform a non-linear least squares regression to fit a line to an array of samples polled from the ADC with roughly 100 data points. Is something...
Hello,
Did anyone succesfully used meshctl from Bluez with Mesh serial example? Looking at both it seems that it should be doable but the tricky part is figuring out the...
i use ble_app_uart to send data to centrol, and i don't need the UART peripheral, so diabled uart with it: NRF_UART0->ENABLE = UART_ENABLE_ENABLE_Disabled;
but the problem...
Hello,
I am working on the project through the BLE Multi-link Example.
In the description of the BLE Multi-link Example, "The central device can have a maximum of 8 concurrent...
Hi Nordic team
I have a question about Litepoint bluetooth advanced nRF5x OTA Testing.
According to the White Paper v1.0, by using the heart rate app, it is easy to evaluate...
Hi,
I am using the ble_app_uart_c example for the ble_central of SDK 12.2.0 to send data over UART to a nrf52832 based peripheral. When following the format as suggested...
i use sdk14.2 52832 as central , have bas service and myself service it have pair process , there are one change question. When I first burned the program, the bas service...