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:
...
Hi, I'm getting NRF_ERROR_NO_MEM when changing advertising interval at run-time. I've added a custom service with 7 characteristics and used fds in the app. The code for changing...
hi i am doing a project where i have to scan for near by ble device using nrf52840 as ble central device,
and connect with customer's ble sensors which have a overparticular...
We are doing the certification to our product, in which they asked me to do BLE scan on the 37th channel, then 38th channel and 39th channel separately to pass the certification...
Device: nRF52832
SDK: v15.0.0
SoftDevice: S132 v6.0.0
The SDK v15.0.0 documentation for the peer manager states the following:
Autonomy: The Peer Manager works more...
I'm using SDK 15.3, nRF52840, with the ext-flash read/write QSPI demo project.
block_dev_qspi_init(), in nrf_block_dev_qspi.c, does not uninitialize the QSPI (by calling...
Hi,
I am trying to install nRFgo Studio version 1.21.2 in my Windows 7 (64 bit OS), but half way through, installation is rolling back the installation changes and the installation...
SDK version: nRF5_SDK_15.3.0
Platform: nRF52840 DK
SoftDevice: s140
--
Hi all,
I use ble_app_blinky example and Android nRF Blinky SDK( https://github.com/NordicSemiconductor...
During developpement of project on nRF52810, we used the nRF52DK PCA10040.
Since we wanted to use P0.9 and P0.10 (to limit differences between eval-board and real board...
I need to develop a ble advertising scanner with these requirements:
- capture at least 10 beacon advertisments (Eddystone TLM) continuously
- advertising interval of...
Hi,
I recently got the nRF51 Dongle for testing of a board with bluetooth interface. I am trying to get this dongle installed in Linux.
I found this link for the SDK...
Hi
I have a project need to be customized advertising frequency and scan in specific frequency
It means nrf52832 could broadcast at specific frequency and scanner also...
Dear Nordic Support,
I am using nRF52840 and BLE SDK v15.2. I want to control my nRF52840 through both UART CLI and BLE CLI so I try and read example: nRF5_SDK_15.2.0_9412b96...
Hello
I have a firmware with Softdevice S132 for NRF52 consists of main application (0x1F000 len:0x56000 ) and Bootloader (0x75000 len:0x9000). What I'm trying to do is...