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...
I would like to know whether the amount of connections for BLE is limited by BLE spec, chip or stack (soft device)?
Also, same question regarding the possibility of the...
Hello,
I need to change my advertising Message periodically. In detail message (A) is sent in every 100ms and message (B) ist sent every 3000ms.
I defined 2 timer: ...
I noticed the nrf52-DK pca10040 comes with different ic revisions.
infocenter.nordicsemi.com/index.jsp
Where can I buy the pca10040 and be sure I got the latest in revision...
Hi!
I'm experimenting with a bare-metal implementation of SPI connectivity among two nrf51 modules. One of them is master, another is slave.
The problem is, the below...
Hi All,
In Flash read am facing one issue .
Am writing some data to Flash and trying to read back, But when I read back I get some corrupted data or am not able to read...
Two questions about advertisement (i'm reading ble_advertising.c code)
I failed to see what is making transition from BLE_ADV_MODE_DIRECTED to BLE_ADV_MODE_DIRECTED_SLOW...
Hello,
I tried to do migration on new SD S132 but some elements changed (typedef uint32_t nrf_clock_lfclksrc_t is not defined, ...) and i get a lot of errors.
When new...
I am using the adc to sample a sensor and send this over the air.
For testing I used the simple_uart library and it works.
But now I don't need the uart connection and I...
HI,ALL
Is the scanning device always get the BLE_GAP_EVT_ADV_REPORT Event ?
my current project is
nRF5_SDK_11.0.0-2.alpha_bc3f6a0\examples\ble_central\ble_app_uart_c...
Hi,
I'm using SD110, SDK 10.0.0, nRF51822
In my own application, I control 4 servo by pwm with Timer1 and Timer2,
and I have 2 buttons, each button is a flag for...
Hi now i"m working on nrf15882 ,i'm confused how to test ble_uart example?
when i connect to the device(nrf15822),the cellphone app always displays:connecting,
later...
I'm trying to get a hold of a few nrf905 dev boards. Most the ebay boards have "nrf905 (ptr8000+)". Is there any difference between these chips?
I'm assuming the ptr8000...
Hi,
I setup the nrf51 as in central mode and talking to an ARM Cortex mcu via spi bus with the NRF51 set to slave. The spi communication working fine, but when I star scanning...
Hi.
I'm using PCA10028, SDK10.0.0, S130 and "ble_app_hrs_c" "ble_app_uart_c" as reference.
My peripheral's Service UUID = 000098000000100080000017FFE07A00.
I want to...