Hi We have an application where we what to read i2c sensor data over the air to an iPhone. We've taken ble_app_uart_S130 project and grafted in some twi_hardware code. There...
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:
...
Hey guys,
I have a little problem on a new board comunicating with a MPU9250 sensor.
Chip version is nrf52832-QFAA-BA
GPIO PINS Used P0.20 (SDA) and P0.21 (SCL)...
The S332 v0.6 has been released and it is supposed to be compatible with SDK11. My concern is that in the release notes of SDK 11, it says "Temporarily removed support for...
I tried the above example but it hangs here:
while (ser_sd_transport_is_busy());
Not sure why, I'm using GDB to step thru code, and it appears always busy...
Is there...
Device: NRF51-DK
I'm using GDB+OpenOCD to step thru code and it appears that the nrf51 resets itself after calling:
SVCALL(SD_BLE_GAP_ADV_START, uint32_t, sd_ble_gap_adv_start...
I want to make rs485 communication with nRF51822. I gone through the UART code, there CTS , RTS pin are required , but for my case tx, rx,rx enable is enough, and also shall...
Hi everybody!!!
I am making a project which use NUS service and I have confuses in connection mode:
when the central and peripheral do not have data to transfer...
Hello, my question is pretty clear i guess. Is it possible to schedule advertising of 2 different packets on the same chip ?
The way i see it, it should be possible to...
Good morning, I´m trying the example of this post (ble_app_template_with_pstorage_operations_nRF51DK.zip). I have SDK 8.1.0, softdevice 110 and nrf51-dk.
The source works...
Is there any clear documentation to add an external memory to the nrf51822 to store some sensor data. How is the performance and stability when interfaced this way?
Dear all,
I'm working with nrf52832 and SDK 11.0.0.0.
I want to upload SD 2.0.0-7. Download results OK but,
nRFgo Studio, when accessing the unit reports:
Region 0...
I just got the signed bootloader to work with the single bank implementation but had to change dfu_single_bank.c. I believe the change represents a bug in the code.
In...
We are working on a nRF51 device and and corresponding iOS App, and we would like to set the name of the device. The problem is that when connecting with an iPad using BLE...