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 there,
I want to run FATFS example but I got this error ?
========================
nfo> app: FATFS example started. nfo> app: Initializing disk 0 (SDC)... rror> app...
Hello.
I am developing using nrf52832 (S132 v7.0.1, SDK v17.0.0).
I found that the maximum clock frequency of nRF52832 is 64MHz, but I don't know what the current clock...
Hello,
I know there are dozens of threads on this topic already but they don't seem to quite answer all my questions.
Some background:
SDK: 15.2
SoftDevice: s140_nrf52_6...
I am encountering the following error when trying to build the Asset Tracker code. I have tried uninstalling everything and reinstalling it and the issue is still there. I...
nRF52832, SDK 13.0, no Softdevice
I had a possible power leakage issue and tried to debug it with Segger Embedded studio.
Please refer to below.
int main(void) ...
Hi,
(nRF52840)
I have project made in SEGGER Embedded Studio with OPUS Encoder (optimized by Nordic). It's CELT, bitrate 40000 and complexity 5. This is configuration...
I am porting our system to NRF52840. I would appreciate if someone can clarify some questions regarding deep sleep.
1. Based on some Q&A, before "WFI" the sub power mode...
Hi, as the title reads I would be very happy if anyone has successfully integrated one of these (or a similar) sensor with the nRF9160DK. I have integrated all three on a...
Hi,
I got the example http://github.com/NordicPlayground/nrf52-ble-multi-link-multi-role and the demo is OK.
We are doing a game project using nRF52840 base on nRF52 SDK...
My application flashes an LED periodically, and I would like to synchronize the LED flashing with radio idle time in order to minimize max current draw. It seems that using...
Hi everyone,
I use the function nrf_queue_write for queueing data. Also I use the NRF_QUEUE_MODE_OVERFLOW mode to overwrite old data in case the queue is full.
My problem...
I am working with a sensor IC (IQS572) that communicates via I2C with my main microcontroller. Im using the nRF52382 chip. This sensor IC has a 7bit I2C slave address, but...
I am building a USB CDC device. I noticed in the sample project there is a call to app_timer_init.
Does App USB actually use App Timer internall?
Thanks