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
Hello,
I am wondering if what I am seeing is expected. I tried flashing the modem fw on the nrf9151 using nrfjprog.exe (v10.24.2); which I am able to do successfully, but...
Hello,
I have a Friend SoC with nRF52833 via SPI HCI communicating with my nodes that are nRF52833 MCUs. The nodes are LPN nodes sends data to the friend and awaits a reply...
When using the Serial Monitor, sending AT commands does not show any response from the Actinius Icarus board (nRF9160) Is there any way to resolve or debug this issue further...
Issue Description
The application starts successfully, initializes the modem library, connects to the LTE network, resolves the MQTT broker's address, and establishes an...
Hi,
Just wanted to know if nrf5340dk supports for UART baud rates until 512kbps.? And specific baud rates configuration like 122800.? If yes, is it simply configured as...
Body: Hello, I am using the Nordic Thingy:52 device, but it is not showing up as a port when I connect it to my system. Could you please help me troubleshoot this issue? ...
Hi,
I am using the MDBT42Q module of NRF2832 BLE Module unfortunately i have missed an inductor in my schematics could someone explain me will it work with out the inductor...
~Using nrf Connect sdk and toolchain at version V2.9.0 Attached is the app.zip project.
Basically it consists of a single main funct that prints ("AAAAAAAAAAA") to the...
Hi
I'm working on a nrf54L15DK to connect to windows 10. But the nrf54L15DK can't connect to windows 10.I am using the sample (C:\ncs\v2.8.0\nrf\samples\bluetooth\peripheral_hids_keyboard...
I am testing out the Bluetooth Channel sounding sample with the nRF54L15-dk board using the samples of Channel sounding Initiator with ranging requester. How to change the...
I was trying out the led_strip example in the zephyr samples on my nrf52dk/nrf52832 board with a single external WS2812B neopixel led connected at P0.23 , using the WS2812B...
Hello,
I am currently working in a wearable device based on the nRF5340. We have a few Audio DKs and I am using them as a hardware design reference.
I have a question...
I'm using the BLE mouse example, and the problem I'm having is if I remove the pairing/bonding information from the device, Windows will keep trying to pair with the device...
Hi, I am using zephyr and have created a custom DTS for nrf52840 soc. I am using SIM7070G and have created a custom driver for it which is located in (zephyr/drivers/modem...
Hi,
This string is defined by "CONFIG_BT_DIS_FW_REV_STR". Is there any API that can modify it?
Currently version management is done through VERSION files, but its display...