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 have some questions.
I'm trying to communicate with BLE using 9160DK with my smartphone.
1. Do you have a simple example? 2. Can I send videos or pictures using...
Hi nRF support team, By using the nRF Connect SDK, I am trying to create a timer, which I can use for incrementing a counter by 1 for each second on a timer interrupt handler...
Hi,
I am trying to merge the ble_app_becon with dfu. What are the things I need to add. In becon example I don't find the services_init() function. Do i want to include...
Hi,
I am using the latest SDK, with the nRF52840.
using the usbd_ble_uart example.
Created a timer that starts to send packets to the PC throw USB with a running index...
Hi Dev Team,
I have an iot.1nce.net sim that I am using in Germany.
+CGDCONT: 0,"IP","iot.1nce.net","10.205.84.3",0,0
I was trying the eDRX configuration using a basic...
Hi,
The ' nRF52840 Errata Attachment Anomaly 172 Addendum' linked to in the nRF52840 errata (Version 1.3, page 17) seems to be missing; the link gives a 404 error. Where...
I've tried to test the ZigBee OTA example on the 4.1.0 SDK, but it does not work. I've gone through the exact steps of the procedure as described in the infocenter, but it...
Hello,
in our project we have a nRF52840DK as central (s140) and a custom board with nRF52832 chip as peripheral (s132). The software on the nRF52840DK is based on the ble_app_uart_c...
When I program the Zigbee cli example from T&Z SDK v4.1.0 I see that the Zigbee stack uses some flash areas at the end of the chip. In my case 304 bytes @ 0x000F7000 and 24...
Hello,
Using libuarte I have been able to set up UARTE0 and UARTE1 for main communications, and debug communications respectively. While using UARTE1 to print out debug...
Hi,
I's trying to implement switch two application firmware in the openbootloader example, but I meet some issue.
I change the sector to 0x27000 in App1, 0x40000 in...
Hi, in my app, I have to implement sleep between transmission running at 4Hz. On the background there is running adc, which data are collected via ppi, timer and SPI easy...
When turning off the UART device, the UART ASYNC API callback will be called with the UART_RX_STOPPED event.
This will then not recover, and the event will be spammed infinitely...
Hi.
I am using nRF9160 DK. I want to communicate BLE in series with multiple DKs. Assuming there are DK 1, DK2, DK3... ...DK9, DK 1 is connected to a computer. DK 2 to 9...