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...
Hello,
We can not convert Altium File to DipTrace or Eagle File. We need those files asap. I'd be thankful if you could help me in that issue.
Thank you
nrf52840 and nrf5340
NCS 2.4.1
I have a project based on the Thread coap_client with mcubbot added, and we are migrating it from the 52840 to the 5340. We need to maintain...
I am developing an MQTT client application with NRF9160, trying to connect to a Mosquitto broker using TLS with three certificates. However, I am encountering an SSL version...
Hi,
I encountered some problems when using UARTE.
In terms of hardware, I have connected the 52840DK LOOPBACK_PIN_1A and LOOPBACK_PIN_1B.
Software code is the original...
Hello,
I see that kiss_fft is used in the libLC3 library. I would like to use it for another part of my product in addition to the pre-compiled LC3 lib, but don't want to...
I'm pretty new to embedded development/electronics and I'm trying to interface with a I2C pressure sensor, but I can't seem to communicate with it. I'm using nrf52840dk board...
Hello,
Up until today I had been developing fine with visual studio code, installed via Toolchain Manager. Then, I clicked "Pristine Build" for the first time in a few days...
I installed the VSCode extension for nrf connect.
I want to do the build on this page:
https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/protocols/thread/tools.html...
Hello Team,
example: SPI master_slave advanced non -blocking
i just open nRF connect sdk example in vs code and build it
I am getting below error while build
Please...
Hello,
I am trying to play with zephyr networking samples on my nRF5340 + nRF7002 EK devkit board.
I am using NCS 2.7.0 release SDK. i was able to build and run some Wi...
I'm not sure if zephyr questions can be also asked here. Problem I am struggling with is approtect mechanism to prevent flash readout. I am trying to use Zephyr config files...
Hi,
I am currently developing a custom Zigbee end device with support for FOTA updates. My FOTA seems to work (all data gets transferred correctly) but the update won't...
Hi.
I have following error:
Here is my prj.conf :
I would like to avoid using CONFIG_SHARED_INTERRUPTS.
Only GPIOTE0 is on IRQ number 11 so I couldn...
Hello,
I build the ZBOSS NCP sample from NCS v2.6.0 for the nRF52840 dongle. I use the optimization flag -O2 (for speed) in the build configuration (VS Code NCS extension...
Hi,
I am working with the Matter Light Bulb sample . I have come across a problem where I can not compile my firmware if I implement the occupancy sensor cluster using the...