Hi to everyone,
i have an mb39c811-evsk-02 and over it there is a tmp102 temperature sensor and an nrf51822.
I want to read the values of the sensor over a beacon app. ...
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...
I am using the Nordic Mesh Library with an ESP32 IDF-based application on the ESP32 side, and I am using ESP32 BLE Mesh. On the Android side, I have created a node to send...
Hi,
We are using the nRF52832 in a battery such that we have a 3V3 LDO configured to turn off under a certain battery voltage. Now during testing we have discovered that...
Hi,
I have made my own custom board with the nrf52811. Therefore I was using the nrf52dk.
I have made connection with my custom board and simply want to blink an led....
Hi,
I am using nRF54L15 DK and nRF21540 EK together. I am using the GPIO FEM mode. Below is my projconfig:
I notice that I cannot use 21540 EK in 54L15, the overlay...
Hi,
I am trying to pull up P0.08 as an enable pin for this switch TPS7A0518
I use the following code and verified on development board
However, when I move to...
Hi, we have a product in production and we are using the HWID which is accessible via this API https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/libraries/others/hw_id...
Hi Nordic teams,
There is have issue when I compile the V2.9.0. For more details
C:\ncs\v2.9.0\nrf\applications\nrf5340_audio>west build -b nrf5340_audio_dk_nrf5340_cpuapp...
Hi,
I m using SDK 2.9.0. After building and flashing my target board based on nRF5340, I get the above kernal panic error.
This is my .config.
and my prj.conf
Are...
Hello Everyone,
I am using nrf52832 and sdk 15.2 for BLE scanning and advertising. scanning and advertising is working parallel. this is controlled by other MCU over serial...
Hello,
I was able many times to download nrf52-ble-image-transfer-demo-master in to nRF52840 DK (PCA100156) and run a mobile application successfully.
Today I downloaded...
Hi ! I'm using nrf52 + SDK 17.1.0.
I found sd_mutex_acquire/ sd_mutex_release, which is great for locking variables that are set/get asynchronously. Next, I'd like to use...
Hi, I'm using nrf52840DK.
I set the selective_auto_ack as true. It should be able to adopt dynamic ack (or ack payload).
I have two data packets, which are ch_pkt and...
Hello,
I try to figure out, why a certain IO pin shows some pattern at startup. After using JLinkExe to set a watchpoint at the configuration register of the pin (GDB was...