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...
Hi,
I need to send custom messages to models on my devices and I need to use a vendor model like I've seen other people on this forum use. But when I load the nRF Mesh...
Hello,
We are interfaced the nrf52811 with LSM6DSO32 through i2c and LSM6DSO32 is connected to Auxiliary(Temperature MAX30208) sensor through mode 2 connection. here I am...
I am trying to learn to use the nrfx API to control the nrf5340.
My installation is the NCS 1.6.0 with SES on OSX
It seems like nrfx most of the API devices are supported...
I'm trying to find a battery for my application and I need to know the max (peak) current draw for the nRF9160. On page 63 of the user guide, the max is 435mA with the specs...
I have a function which writes data to the external flash which is using a FAT file-system further using block device implementation of the SDK. Whenever I am calling the...
Hello,
I am working on nrf5340DK board and with a sample example "central_uart" under ncs->nrf->samples->bluetooth & "peripheral_uart" from ncs v1.5.1. I wanted to send...
Hello,
I am trying to setup test environment using nRF9160DK(PCA10090, 1.0.0)
Dev kit is located in Montreal, Canada.
I started with nRF9160_DK_Getting_Started_Guide...
I am trying to update the bootloader using BLE DFU and it does not seem like the app is launching after the bootloader update.
I currently have an app that works with the...
Hello, I am developing a Zigbee OTA client / server application. My code is based on the example from the 4.1.0 nRF5 SDK. From the example I took only the code related to...
Hi,
What is the the status of android and IOS support of bluetooth 5.0 long range ?
It would be great if you can give us a list of device that support long range (of course...
Hi,
i have some issues with nrfutil, i can't properly perform an OTA DFU over thread, either nrfutil cannot find ncp.hex or it stuck in "thread DFU server is running....
Hi,
I made a project around the peripherial-uart sample with a custom board for a nrf5340 chip.
I work with win10, Toolchain nrf Connect SDK 1.6.1
I can build it and...
Hi,
I'm attempting to develop chip to chip communication where an nRF9160 acts as an I2C master communicating with an nRF52840 acting as an I2C slave.
I got reasonably...
Hello.
Now, I'm trying to combine ble_app_beacon and spis.
I succeeded in building and it generates hex file.
The problem is that the device stops sending BLE data ...