I am interested in the S130 ability to hold 3 central -> peripheral links over BLE, and am looking for some evidence that this has been accomplished with extremely low-power...
I'm trying to implement channel scanning in our nrf24lu1p based USB dongle.
I'm following the specs and basically loop though each channel ;
loop
stop listening
set...
Hi,
I am using the NRF8001 in UART mode and attempting to bond with my android device (Lollipop 5.0 Nexus 6).
i am using the nordic arduino sdk which is found here:...
Hi, I'm using the nRF8001 in an application that requires security so bonds to the remote client/central. My device supports firmware upgrades that may involve new nRF8001...
Hello.
Initially when reading the Gazell documentation I didn't think it'd be a problem but now in Keil seeing this has introduced some doubt whether it's a thing:
...
We would like to be able to calibrate the rRF9E5 ADC
Our proposal is to permanently fit voltage dividers, each using two precision resistors, on two of the ADC Ports and...
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...
Hi,
I'm using Noble.js on a central RPi3 for DFU updates over BLE. The process is several times slower than doing the DFU over nRF Connect on an Android phone. I believe...