Our company needs wireless temperature sensors (can be externally powered or battery operated) and transceiver with 4 channel analog outputs. It has to be finished product...
I am toggling Value of slave through a button on nrf51822ek .This Value is displayed on MCP of dongle, but i have to get this value on terminal to send it to pi then through...
Hello, I am tryong to use to masters to communicate with two accelerometers.
Q1_ I found the following image from Nordic's website that shows SPI0 pins but there is no indication...
In the nrf51 series reference manual section 12.1.9 it states that there is hardware protection that prevents write instructions from being executed and that there is more...
Hello, I have established the connection between two pca10001 boards, one as central and one as peripheral using multilink_central and multilink_peripheral. I have serial...
Hi,my friend,
Now,I use nrf905.Situation is as follows:
I use the NRF PCB circuit of data manual.Nrf905 work, often loss of data.
1.The Product host is to use the stick...
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...
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