11-28-2024, 02:53 PM
I want to use ESP32 to create a micro voltmeter for BLE transmission. The program on ESP32 looks normal from the monitor and has generated a micro voltage signal. However, there is a problem during the process of using BLE to transmit to phyphox, which always displays the wrong uuid. I have tried multiple times but still cannot transmit data to my phone. Here is my phyphox program, could you please help me take a look.
<phyphox xmlns="https://phyphox.org/xml" version="1.18">
<title>微电压实验</title>
<category>No Category</category>
<color>orange</color>
<description>ads1115高精度测微电压</description>
<data-containers>
<container size="0">1</container>
<container size="0">2</container>
<container size="0">3</container>
</data-containers>
<input>
<bluetooth uuid="cddf0002-30f7-4671-8b43-5e40ba53514a" autoConnect="true" mode="notification">
<output char="cddf0002-30f7-4671-8b43-5e40ba53514a" conversion="float32LittleEndian">1</output>
<output char="cddf1002-30f7-4671-8b43-5e40ba53514a" conversion="float32LittleEndian" offset="4">2</output>
<output char="cddf1002-30f7-4671-8b43-5e40ba53514a" conversion="float32LittleEndian" offset="8">3</output>
</bluetooth>
</input>
<views>
<view label="New View">
<value label="New label">
<input>1</input>
</value>
<value label="New label">
<input>2</input>
</value>
<value label="New label">
<input>3</input>
</value>
</view>
</views>
</phyphox>
<phyphox xmlns="https://phyphox.org/xml" version="1.18">
<title>微电压实验</title>
<category>No Category</category>
<color>orange</color>
<description>ads1115高精度测微电压</description>
<data-containers>
<container size="0">1</container>
<container size="0">2</container>
<container size="0">3</container>
</data-containers>
<input>
<bluetooth uuid="cddf0002-30f7-4671-8b43-5e40ba53514a" autoConnect="true" mode="notification">
<output char="cddf0002-30f7-4671-8b43-5e40ba53514a" conversion="float32LittleEndian">1</output>
<output char="cddf1002-30f7-4671-8b43-5e40ba53514a" conversion="float32LittleEndian" offset="4">2</output>
<output char="cddf1002-30f7-4671-8b43-5e40ba53514a" conversion="float32LittleEndian" offset="8">3</output>
</bluetooth>
</input>
<views>
<view label="New View">
<value label="New label">
<input>1</input>
</value>
<value label="New label">
<input>2</input>
</value>
<value label="New label">
<input>3</input>
</value>
</view>
</views>
</phyphox>