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:
...
I am trying to figure out the maximum transfer size for nrfx_uarte_tx . The documentation says to check the MAXCNT register description in the Product Specification. See page...
Dear,
We are planning to use Raytac Corporation’s BLE module MDBT42Q-512KV2 and which is deployed with Nordic nRF52810 solution. We hope that we can use
nRF SoftDevice...
Hi,
would nRF Connect SDK work smoothly with nRF52810, or is it better to use nRF5 SDK?
If nRF Connect SDK would fit, what would be the influence on electric energy consumption...
Hi nRF
I just bought the new PPK2 tool which I think is awesome. However I think there are some issues with it.
Issue 1:
First of all thy X axis scaling is wrong by...
I want to know how to use control model with interactive pyaci script. I can't see some of the elements with model while using compositiondata_get(). i.e, i can see all client...
Hi, my sdk version is 17.0.2, softdevice is s140, when i use the port pin P1.00 as the RX pin of the uart, it will show data bus error, i have tried use other pin as the RX...
Hello,
I'm writing a firmware for the nrf52840 with a GPS\GSM module connected via UART.
I would like to ask what would be the best library\approach to interact with this...
Hi,
I can't seem to find any example code for nRF51822 on Nordic website. I can only find that softdevice. I am trying to use nRF51822 for some BLE functions.
Thanks,...
Hi Nordic:
It seems that mesh LPN can receive secure beacon via friend node, and if has no friend, LPN also can receive secure beacon if MESH_FEATURE_LPN_ACT_AS_REGULAR_NODE_OUT_OF_FRIENDSHIP...
I'm running some power tests on the nRF52 DK and, after fiddling with some of the power settings, I'm managing to get an idle current of about 1.8uA on the coin cell, and...
I'm sorry to ask a question that I'm sure has been answered before, but I can't find another post similar enough to be of help. I have an HID application that bounces back...
Dear All,
We are currently developing a low power application for the nRF9160, with ncs zephyr version 1.2.0. For our application we want to trigger an interrupt on both...
I Upgraded the software to V3.6.1. The button "Start DFU" is missing from the SFU mode screen. After choosing a Zip file there's nowhere to continue. Had to downgrade the...
Hello,
I'm developing an application using zephyr, openthread, udp, and nfc, targeting the nrf52840 (currently developing on nrf52840dk pca10056).
I initially developed...
Hi,
I would like to get some information about the reset's reason of my nrf9160 like
- The reason is due of an assert type "xxx"
- Where is the stack pointer
- .....