Hi,I'm glad you can see my post.
Now, I am in a program to read and write FLASH such as the screenshot in the attachment.
Then I update with DFU service for the equipment...
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...
Hello, I need your help about BLE channels. Currently, I use only the primary channel 38 for advertising data but, when the data are sent, I don't have the information of...
I have found a bug in SDK v2.6.0 at zephyr/drivers/flash/nrf_qspi_nor.c while erasing the external MX25R64 flash.
Environment:
nRF5340 DK Hardware (MX25R64 external...
Hello,
We are using the npm1300 with a battery with an NTC.
Can we add a ferrite between battery NTC and npm1300 NTC?
Note: there is an error in our design we will...
Hello Team,
I am experiencing an issue with the sound output from an external codec connected to the nRF5340 DK. Currently, the sound is in mono, but my goal is to achieve...
Hello,
We are investigating a compatibility issue between our devices running nRF5 SDK 12.3.0 with softdevice s332 v2.0.0 and a Motorola Edge 50 smartphone. From BLE sniffer...
Hi
For a low power product, I need the nRF54L15 to wake up periodically with very low consumption in between. In the deepest sleep mode there is no RAM retained and so the...
Hello~
I am developing nrf52840 with zephyr ncs tool chain v2.7.0 and SDK v2.6.1.
What we need is to generate RSA key pairs and send public key to App to encrypt data...
I am reaching out to inquire about the support for the indication method in the Nordic nRF52840. Could you please confirm whether this method is supported in the Nordic SDK...
I have managed to get, somehow, a central_uart talking to a peripheral_uart on a pair of 52840 DKs.
I've changed the UUIDs of what I'm trying to connect to, to be those...
Hello,
Does the nRF54L15 have multipoint?
In my application, I would like to have different devices connected simultaneously, so I was looking for something like multipoint...
Hello,
I need to implement Find My Device for nRF52833.
From Sample I could find "samples/bluetooth/fast_pair/Locator Tag" example. I tried to go through it. but I could...
Hi,
Background:
We're developing wireless application with the NRF5340-NRF7002 chipset, similar to what's on the 7002DK board.
We'd like to put the system to lowest...
I need to connect to other units according to heir MAC address. I'm assuming that this:
BT_SCAN_FILTER_TYPE_ADDR
Is the thing to use in this:
bt_scan_filter_add...
Hi, I'm getting an error when building the example program blinky that says: ".text is larger than specified size" and ".rodata is larger than specified size".
I'm using...