Note
1. The default ADC input voltage range of the built-in MCU is 0-5V, with a corresponding ADC resolution of 10bit (1024). Therefore, when using an analog signal input with a range less than 5V, the maximum value of 1024 cannot be reached.
2. Not all Units with black interfaces (PortB) support expansion via PbHUB. PbHUB can only be used for basic single-bus communication. Through the I2C protocol (built-in MEGA328), it can achieve basic digital and analog read/write operations. However, for Units like Weight (built-in HX711) that require not only analog reading but also timing-dependent communication, PbHUB cannot be used for expansion.
3. The two data buses in Port B are connected to G36 and G26 of the ESP32, allowing for programming configuration of multiple ports for input (supports analog input) and output as needed.
Note
1. The default ADC input voltage range of the built-in MCU is 0-5V, with a corresponding ADC resolution of 10bit (1024). Therefore, when using an analog signal input with a range less than 5V, the maximum value of 1024 cannot be reached.
2. Not all Units with black interfaces (PortB) support expansion via PbHUB. PbHUB can only be used for basic single-bus communication. Through the I2C protocol (built-in MEGA328), it can achieve basic digital and analog read/write operations. However, for Units like Weight (built-in HX711) that require not only analog reading but also timing-dependent communication, PbHUB cannot be used for expansion.
3. The two data buses in Port B are connected to G36 and G26 of the ESP32, allowing for programming configuration of multiple ports for input (supports analog input) and output as needed.
The I2C address of this Unit is 0x61 (can be changed by soldering resistors A0 ~ A2, with an address range of 0x61 ~ 0x68).