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 recently bought this display that is 64x32 pixels and uses the SSD1306 driver . When running the LVGL Basic Sample with the Zephyr ssd1306 _128x64 shield , the display works...
NRF52840 uses 2.5V power supply. We found that when the voltage drops below 1.7V, even if the voltage returns to 2.5V, the entire system cannot work and JLINK cannot connect...
Hello,
We are using the npm1300 PMIC to run the nrf5340 VDD at 1.8V. If we connect D+ and D- from the USB port directly to the D+ and D- pins, will the USB peripheral...
I am developing a custom nrf5340 board design, that is using the BL5340PA external antenna module to implement the nrf5340 chip in the design. The BL5340 module allows all...
Hello,
I am purchasing a RAK4631 module, and am looking for an alternative for the J-link single step debugger. I saw that this product had a o n-board SEGGER J-Link debugger...
Hi ,
I am exploring the peripheral examples from the nRF5_SDK_17.1.0.
I am testing the example code "flash_fds" from the peripherals. I am able to compile the code without...
According to developer.nordicsemi.com/.../migration_sysbuild.html , the config variable SB_CONFIG_BOOT_SIGNATURE_KEY_FILE and SB_CONFIG_BOOT_ENCRYPTION_KEY_FILE should be...
Hello,
I have a custom board based on a nRF9160 SiP. It uses a shared antenna for GPS and Cellular, based on this : https://infocenter.nordicsemi.com/index.jsp?topic=%2Fnwp_033...
Hello,
Installing a new computer with de dev environnment I am finding that NCS1.9.2 is not in the available releases.
Is there a reason for this?
Thanks for...
Hi,
I have a customer in Guernsey that received one of our Thingy91 hubs and he's not able to connect.
Here is some troubleshooting facts :
- when he moves to London...
Hello,
I just received a new NRF9160-DK board and I am surprised it has the 4 leds blinking all along.
What does that mean?
I have not found any of this in the startup...
I need to use UART0 of the nRF9161 via Tx(P0.27) and Rx(P0.26) for serial communication. There is no CTS/RTS signal.
I used the code from Lesson 5 of the DevAcademy. i...
I'm developing with nrf connect sdk.
I have an peripheral IC with a mcu interface enable pin. This product is very focused on battery life. The peripheral IC has higher...
Zephyr / SDK 2.1.2 / nRF52833, acting as BLE peripheral. My system consists of multiple peripherals, and I want each of these peripherals broadcast its own unique MAC address...