I am working with the nRF8001, and I'd like to create a services.h file that will let me broadcast battery level and as well as allow temperature to be read by a peer.
...
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...
I can't see the answer, so I will write it again.
hello.
nrf24l01p(ptx), nrf51822(prx)
nrf24l01p set
TX_ADDR = 0xA5B300
EN_AA = 0
EN_RXADDR = 1
SETUP_AW =...
Hi, I am trying to add Buttonless DFU functionality to the ble_app_blinky example.
The process I took
1. added the following files to the project
ble_dfu.c ble_dfu_bonded...
Hello, I am trying to implement a basic BLE connection between the nRF52840 Dongle and an Android Device (nRF Connect). I wanted to secure this BLE connection with a passphrase...
Hi everyone,
I am working on buttonless OTA DFU. I have generated my own private and public keys using nrfutil and created the .zip file for DFU.
While generating the...
Using the following image UUID on NRF51822, how do i connect to the host in the nRF5_SDK_12.1.0_0d23e2a softdevice? I used to the example of ..\ble_peripheral\ble_app_uart...
Hi,
I used one nRF52840 dongle and one DK, and placed one sniffer in between to caputure the packets.
The connection interval was set at 7.5 msec, GAP event length is...
I have gone through the nWP-034 document (nRF9160 Hardware Verification Guidelines) and wonder if it exist sample code (firmware) to be used, as a baseline, during regression...
Hi,
we have interfaced Accelerometer Module with NRF52832 using SPI Communication. Psuedo code of code snippet is :
<<Place the snippet here>> Expected : After nrf_spi_transfer...
Hi,
I am trying to use APP_TIMER to detect if a sensor isn't responding to I2C Commands. I created and started the timer with the following steps. The project is based...
I'm using an ISP1807 at 1.8v in a very space constrained and power constrained device.
Is it ok to connect unused pins to GND to make routing easier?
Pins 3, 5, 8, 10...
H,
I am using the SDK 15.0.0 and Segger Embedded Studio for ARM V3.40.
I have been successfully defining a flash memory section for data exchange between the bootloader...
Hi,
I would like to enable the RAI support in the latest master branch of nRF.
Therefore I had a look at the kconfig reference:
https://developer.nordicsemi.com/nRF_Connect_SDK...
Hi,
In my current project I have two type of boards. Some have the external 32kHz crystal mounted and some not.
I am trying to detect the presence of the external crystal...