Hi,
I want to use the Blend Micro with more security. I want use a passkey for the Bluetooth connection. For example through the iOS Device.
Is it possible? Static passkey...
How do I receive multiple signals simultaneously at a single receiver (433MHz) with multiple transmitters ?
I am working on a polling system. This one is similar to the audience...
Hello,
I established a connection between my central and peripheral module. Now i want to write characteristic value on peripheral. I tried with sd_ble_gattc_write function...
I am using the NRF24l01 for my products and looking to buy in bulk(100-1000). Now I know where to buy the just the IC but antenna design is a hard point to break right now...
Hi, my friend,
I've been with nrf905. I use a 16-bit CRC check.
But I encountered problems in use:
1.Nrf905 16-bit CRC check format is CRC-16(IBM):X16+X15+X2+1 or other...
I have two custom PCBs, each of which has a microcontroller and an nrf24L01+. Everything related to the transceiver in the designs are complete duplicates (with the exception...
Hello,
I've built a small BLE-device based on the nrf8001.
With my Iphone I can discover this device and I am able to connect to it and listen to notifications of the...
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