Hi,
We're looking for a low-latency 2.4GHz solution (not BLE) and the nRF51822 is oft-quoted as providing low latency, but what are the typical ms figures we could achieve...
Hello all,
in my previous question (Switch between applications (multiple services.h)) I got the advice to merge my two services into one service, including a HID over...
I am trying to create an nRF8001 based application that will broadcast battery levels (pipes broadcast, set), and give out temperature data (pipe indicate - TX_ACK) to connected...
Hi,
I'm using redbearlab's nrf51822 board. It is a arduino compatible board and hence it is using 0,1 (mapped to 9 and 11 for nrf51822). How do I make printf print to this...
An external PA/LNA is used to extend range of nRF51822, and S110 is used for BLE, How to switch between PA and LNA? and how to disable PA/LNA when there isn't transceiving...
Hi...
Can anybody help me to run ble_peripheral example (ble_app_hrs for S130). I have build and load the code successfully but cant see the advertisement. But while debugging...
Hi,
There are many undefined reference error with file nrf_atfifo.h, already checked Makefile.am is included, please help to advice if there any file is missed.
........
Hello,
I'm using the following code to communicate my NRF52-DK with pc.
But sometimes the DK transmitting repeat data and sometimes error data is sent(missing 1 byte)...
Hello,
I'm implementing libuarte with ble_app_multilink. But receiver side receive gibberish like below.
It looks like RTT message is printed to serial port. But I...
I am using nrf9160 for a monitoring project using NB-IoT network. The problem I am having is when I go to an area where there is no NB-IoT network, the device crashes often...
Hi,
We've a custom board which has NRF52832 and Maxime. They are connected over UART. ( I'm using ble_app_uart)
What I want is transfer binary data between Phone and...
Hi, i am trying to understand the SDK 17 by building my own libraries such as interrupts, ADC, IIC or so on. I was doing well untill i come across with "LOG". When i look...
Newly purchased nRF51 DK connected via USB cable to a computer. Attempted to program firmware via BLE sniffer and an error occurred (image attached). Connected nRF51 DK does...
I am porting our firmware from SDK v15.3.0 to 16.0.0. I believe I have most of the changes in place as I am able to build the boot loader and get it to execute without any...
Hi
I'm trying to use Crypto but can't get started because micro-ecc isn't installed
The install instructions say:
Enter the subdirectory for the SoC and the toolchain...
I have been trying to bring up a secure boot loader for our product based on the nRF52832 SoC.
I have reviewed three SDK versions (17.0.2, 16.0.0, 15.3.0) and observe the...
Hi,
I know that the QSPI peripheral of nRF5340 allows to augment memory by interfacing an external SPI Flash memory. In addition to the internal memory, does DFU by FOTA...
I use nrf52840 dongle on windows 10 to connect to ble devices, I can connect and send msg to the ble device ,but I tried "att_res, data = self.adapter.read_req(new_conn,BLEUUID...
Hello Everyone,
I'm looking for an MCU that could be used as a master for SPI communication to supply the necessary signals (CS+, SCLK+, MOSI+) to a slave device (amplifier...
Hello,
I have migrated my codebase from v1.3.0 to v1.4.0 of the nRF SDK and have a strange issue now where the serial port is spitting out sleep debugging information in...
Hi,
The nrf52832 product spec shows all the clocks provided by HFCLK and LFCLK. But where can I find which peripheral is using which peripheral clock specifically?
For...