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
I'm using the visual studio code extension and things work well. I am now trying to test a more complex project found here but when pressing build I get some very long errors...
I am currently working on a distance measurement library using the nRF52840 DK and nRF52840 dongle. I have successfully obtained distance values on the serial terminal, but...
Evaluating direct access I2C operation with the NRF9160DK. I have a INA219 connected to pin 30 & pin 31. I am aware that there is a zephyr driver for the INA219, but I want...
Hello all,
Going through the nRF Connect SDK Intermediate course with my nRF54L15 DK, I stumbled upon a problem at step 6 of exercise 3 - Interfacing with ADC using nrfx...
NCS 2.6.0, sysbuild with mcuboot
nrf52840
I'm trying to add LED indication during mcuboot image transfer. Currently it takes 20-30 seconds for the image copy and the...
Hello, I'm in the development stage of a product and currently evaluating the nRF5340 as our main processor and nRF7002 as a companion IC for WiFi. Our application can be...
Hello, I cannot use UART1, and I don`t know the reason for that. I run the exercise: https://academy.nordicsemi.com/courses/nrf-connect-sdk-fundamentals/lessons/lesson-4-serial...
Hello,
When following Lesson 8: Exercise 2 – DFU over USB, adding external flash & custom keys, SDK v2.6.2, I encountered an issue with step 7.6. Upon issuing the command...
Hello support team,
I have two development kits: one nRF5340 DK and one nRF5340 AUDIO DK .
On the nRF5340 AUDIO DK , I have flashed the unicast server example. Now, I...
We are working on a project where 802154 radio runs on the NetCore. The NetCore firmware is based on the multiprotocol_rpmsg example by Nordic. Additionally, we have a custom...
SDK : NCS v2.8.0
SoC : nRF52840
HW : custom board
Hello,
I was trying to use settings subsystem, and I managed to make setting_write() and settings_read() work....
Hello, our entire code base is built around the Nordic SDK. We are considering designing a system that uses an nRF52840 as its controller but has no wireless functionality...
Setup: The nRF52840 DK is running the peripheral_hids_keyboard sample project. The device is connected to a macOS host, showing expected functionality.
Problem: When the...
Hi, We are using an nRF5340 and nRF Connect SDK v2.6.2. We have set CONFIG_BT_BUF_ACL_RX_SIZE to more than 251 and BT_CTLR_DATA_LENGTH_MAX to 251 in our prj.conf.
W hen...