Hi Is it possible to change the MTU size with the Master Control Panel?
I am making a ble device on a nrf52 with the SDK 12 (latest softdevice) which has the ability to...
Is there a function like battery_level_in_percent for AA battery?
I know battery_level_in_percent is only for CR2032.
Even though I compensate it to make it 3V from AA battery...
I have a question about Makefile template used in all samples in SDK12.x
What is the sense of:
$(foreach target, $(TARGETS), $(call define_target, $(target)))
-include...
Has anyone used a graphics library like emWin or TouchGfx on nRF52?
www.segger.com/emwin.html
http://touchgfx.com/en/
I do not see any posts on either forums or here...
Im trying to interface nRF52DK to Custome build acceleration sensor.
I want to use I2C communication. Are the pin connections mentioned below sufficient?
...
The buttonless_dfu_sdh_state_observer in this example is shutting down the cpu when the softdevice is disabled using an observer.
I'm not sure why this is necessary...
Hi everyone,
I have a project written in C++ for nRF52 series using the SDK 15.3.
If I use Keil and uVIsion, the project compiles and works great. With the same source...
I am using nRF52832, And SDK 15.3, the ble_app_blinky project,
a. if i have installed only the latest version of Device family 8.29.0 , when i try to build the project,...
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...