Hi all,
I am making a device which involves using nfr52832(PCA10040) to communicate with a NAND flash through spi to store data acquired from the ADC. After all the data...
How to enable semihosting in sdk11 examples?
This works, but I can't port it to examples/periferal/template_project :(
changes:
pca10028/armgcc/Makefile:
adding...
Hello,
I want to store temperature samples in flash of nrf51822. I am using pca10028 and sdk 12.2.0.
I have the code for writing,deleting and reading from flash memory....
Hello,
I have a question about stack usage. I use nRF51822 SoC, 12.2 SDK & IAR 7.60.1. I am interested in stack usage. Have you done any estimations? Or may be you have...
Hello, I get the
"ERROR: The --family option given with the command (or the default from nrfjprog. ini)
ERROR: does not match the device connected."
message after...
Good morning,
this is Algocraft (www.algocraft.com), an high tech company whose core business is to develop, design and market a wide range of professional systems dedicated...
Hi,
We designed the circuit followed the reference circuit(QFN48), but we always failed in the 8kv ESD test.The CPU always reset while ESD testing.
The 8kv ESD power...
Setup and goal: I'm developing an BLE central app and would like to use scan address filtering to find a specific device. I enabled the filter and provided a hard-coded BD...
Hello,
I successfully downloaded SAADC SDK example in the peripheral folder. The hardware setup is as below ,
The pin configuration for this is as below
...
I tried implementing
https://github.com/andenore/NordicSnippets/blob/master/examples/temp/main.c
But i get 2.6V without connecting any of the Analog pins.
Exactly...
I have attached an Arduino INO file that I wrote early on in a project. It runs a probe. It is an amazingly simple probe but especially important. I am making a simple opacity...
Hi Team,
I planning to use vibration motor with nrf52832.
vibration motor will give maximum buzz on 20.3KHz(50 duty cycle).
So my question is
- Can I achieve 20...
Hello I would like to use the extended advertinsing packets from Blutooth V5 as used in the "ble_app_rscs" example. My problem is that I can't connect via the extended advertinsing...
It looks like NRF_LOG_INFO doesn't copy the data that is sent to it as per the below example. Is there a way around this so that I can reuse long buffers that contain either...
Our purpose is to integrate BLE 5 in our embedded application, and do it quickly.. We basically need to send/receive data with maximum throughput.
Per thread below, we are...
I am having some issues bootloading the dwm1001 board.
I am able to flash over UART and BLE using nrfutil and nrfConnect with:
s132_nrf52_6.0.0 softdevice
pca_10040...
Im trying load a TWI sensor custom built with LIS3DH, and it is showing following error.
The xml file looks as below
Can you kindly guide me, how to resolve...
Hello. I'm trying to create a new project or open existing examples with eclipse.
I tried to import "Existing code as Makefile project" and File->New->Makefile Project with...
I would like clarification on the use of the nrfConnect programmer for RE-programming the "dongle" a.k.a PCA10059. NOTE: NOT "programming a virgin dongle" Reference: The user...
I'm having trouble with certification in China. Here is what they are getting for spectrum using the nrf52832 with the nrf_radio_test_example. The lab is saying that this...
Hi,
We need send packets continously, and need adjust TIFS slightly when real packet interval is shorter or longer than expected.
The radio shorts register is set to RADIO_SHORTS_READY_START_Msk...
I tried implementing the custom BLE example in the below link Im facing two problem 1. ble_cus.h header file throws error
Main
ble_cus.h
ble_cus.c
The error...