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...
I'm studying with PCA10059, Keil through SWD.
Trying to customise BLE_PERIPHERAL_BLINKY.
I have changed the ble_lbs.c/ble_lbs.h,including file name / service name and...
Hi
What is the timestamp accuracy of the nRF51 DK based Sniffer, nRF52 DK based sniffer,
I want to measure the actual accuracy of my advertisement interval, preferably...
I’m working on a device using a Nordic chip and the following setup:
nRF Connect SDK : v2.5.2
Toolchains : v2.7.0
We need to minimize current consumption during...
Hi,
I updated my NCS to V2.9.0, I try to build my project, but it fail(it's OK at V2.8.0). the output message (attached file); Please help to check the message , how can...
Hello!
I have been testing the distance measurement functionality on the nRF52832, and it performs up to approximately 10–12 meters in an office environment. Switching to...
Hello,
I am working on connecting a NRF9161 to a MQTT server (EMQX) but i am getting a connection error (-12), I was hoping someone could help me navigate this one. It...
Hello Nordic team,
I am working on a project where I want to use an nRF52850-based board as a DFU controller to transfer a DFU package to a DFU target device (another Nordic...
I'm trying to install NCS v2.9.0 from within the VS code nRF plugin, and it always fails every time I try. Below is the complete install log.
I've seen various other posts...
I have a situation where I need to sample from multiple channels using SAADC on a timer (similar to maximum performance example). However, the added catch is that at the end...
I am using a Asus Vivobook S15 notebook which uses arm64 architecture. The Power Profiler Kit 2 is not recognized.
Is the PPK not compatible with arm processors?
We have a very successful wireless MIDI transceiver with the NRF24L01P for more than 11 years, used by stars like Chic Corea, John McLaughlin and Herbie Hancock. Now we are...
Hey,
I flashed the actinius icarus board (nrf 9160) with the at_sample application, successfully sent the modem to sleep using "AT+CFUN=4" command with the Serial Terminal...
Hello.
I am developing using nRF5340DK and nRF Connect SDK v2.9.0. I am checking the operation of "Scheduler Server". The registered schedule was changed to inactive, but...
Hello everyone,
I am a college engineering student working on a circuits project, and I need some help. The project is to design a proximity device that sounds an alarm...