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 working with nRF52832 and Softdevice v6.0 SDK version 15.2
I'm getting a BLE_GAP_EVT_CONN_PARAM_UPDATE event from an App with new connection parameters for my...
I modified the FW "ble_app_uart" using the example "Nordic-SDK\nRF5_SDK_15.2.0_9412b96\examples\ble_peripheral\en_app_uart\". The UUID set in the project is declared "vendor...
We are porting to an nRF9160 dev kit with LTE-M our existing ethernet device which sends data to Amazon Web Services (AWS) using sftp from a Python script. We would like to...
Hi ,
I'm using Nrf52840 Development kit.when programming cable is connected with DK at that time Power consumption is High.if I Disconnect SWCLK After Test Power consumption...
hi,
i am doing a project where i have to perform an ble dfu,
but our customer wants an encrypted dfu zip file package.
so my question is how to encrypt ble dfu zip file...
Hi,
Our application needs to send MQTT messages to AWS from a nrf52840 via a Android/iOS device.
We are currently using Zephyr + IPSP + MQTT to a Ubuntu virtual box for...
HI
I am using nrf52832 s132 sdk15.2 for my application development.
i have a question: my device is acting as peripheral. Is it possible to get RSSI value central device...
We are using s132_nrf52_2.0.0_softdevice.hex with the nrf52832 .
We have been having problems with our devices asserting when in the field. Unfortunately we have not been...
I have an nRF52832 BLE peripheral device that will be going through FCC testing. The device was developed under SDK 15.2, S132 6.1.0.
The user interface to the nRF52832...
Hello,
I am currently utilizing the Keil uVision5 for debugging, but have confronted a problem which I cannot solve.
I managed to succeed in programming a soft device...
Hi team,
My customer is evaluating nRF52810 in their project, and they come up with some questions regarding chip MAC address:
1. They understand that chip MAC address...
Hi,
I am using nRF52840 Preview DK with SDK version 15.3
I want to connect to a peripheral and configure some of its behavior such as Transmission power, Transmission...
Hello! I am using nRF5 SDK 15.3.0. The SPIM sck and the QSPI sck pin is same on my Pcb. When i initialized both peripheral SPIM works well ,but the QSPI not works. Is there...
Hi
I'm currently struggling a bit with the zboss API. I am trying to define 2 lights on my nRF52840 DK board. Via Amazon Alexa, it should be possible to control these two...
Hello,
I'm starting design on a new BLE dongle project.
I am planning to use nRF52840 and an external flash memory for storing sensor data. I need to include timestamp...