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
Hi
using nrfConnect SDK 2.9 I try to use the non-blocking SPIM example and the nRF52840DK as starting point for my application.
I encountered an error:
CMake Error at...
Hi,
Happy New Year! I hope this year brings fewer bugs than the last.
SDK Version: 2.7.0 Board: Seeed Studio XIAO nRF52840 Sense
System Description: I have a setup...
Hello.
The chip of Nordic, nRF21540: https://www.nordicsemi.com/Products/nRF21540 Is it possible to use it as a RF amplifier (PA + LNA) for a ESP32-S3 chip, which is 2.4GHz...
I am trying to transferring 9 16-bit floating point data(acceleratometer, gyro, magnetometer * x, y, z) fetched from icm20948 sensor by BLE Mesh, using nrf54l15dk. I changed...
Hi
We plan to use the nPM1100 for charging a LiPo battery and provide power to an nRF52810 processor and subsystem. The battery is very small and has no PCM.
Questions...
This is the example:
https://raw.githubusercontent.com/IRNAS/ppk2-api-python/refs/heads/master/example.py
Anything related to ampere meter mode does not seem to work,...
HI,
I am working on a NRF54L15 with NCS 2.9. I have a service my_service created with BT_GATT_SERVICE_DEFINE, with two characteristics, "Protected" and "Password". "Protected...
Hi
I am looking a simple way to synchronise multiple devices which might be in connected state(and streaming data) or not(storing data on flash).
I need an sync accuracy...
Hello,
I’m having trouble understanding Apple’s requirements for the advertising interval.
https://developer.apple.com/accessories/Accessory-Design-Guidelines.pdf
...
Hi
in NRF connect SDK is it possible to do the following:
recive one byte from PC via USB to a dev board. Immediately or with a delay less than 200 micro second send a...
I have a linux driver that uses nRF7002 am able to have both STA+AP. The issue I'm running into is that when I have STA up, AP MUST be the same channel, and vice versa. I...
Hello,
This is my first time taking a crack at embedded wifi, and I'm currently creating multiple wireless devices to pair with a usb dongle. The Antenna prototype is being...
Hello,
I am experiencing delays when sending data over a TCP connection on an LTE network. The issue seems to be related to the size of the data being sent – larger payloads...
Currently i am trying to implement NUS service in ble_app_hrs_rscs_relay example. what is i am trying to do: currently i am use nrf52832 custom board, nrfSDK version 17.0...