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:
...
We would like to be able to calibrate the rRF9E5 ADC
Our proposal is to permanently fit voltage dividers, each using two precision resistors, on two of the ADC Ports and...
At some point in the past I had nrf51+gdb+breakpoints working just fine. I even have a bunch of __BKPT() calls in my various error handlers to trap into the debugger.
At...
Hi,
I'm trying to program nRF51822 Beacon Kit using nRF51DK. I'm trying to load the example ble_app_beacon to the beacon kit. After uploading SoftDevice 7.1.0, I try to...
Hello
I'm using the nRF51 DK and I have a UART over BLE link set up between the board and a phone with the nRF UART app. I'm trying to get the board to execute a particular...
Hello there guys i been reading your 100 pg PDF for awhile now and im yet to understand or realize how is it that i add/place/create a payload or data to send/Tx via Master...
I am interested in writing a BLE central that reads data from multiple BLE Nordic sensors. The BLE central will be running on Embedded Linux which uses the BlueZ stack.
...
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...