Application Examples
miniLab can be utilized in numerous applications, whether for experimentation, teaching, research and development (R&D), or Maker projects. While some examples are provided below, many more exciting applications await your discovery.
IoT (Internet of Things)
A controller equipped with sensors and wireless modules can function as a networkable device. On the server side, the captured data can be stored in a database management system (DBMS) such as Oracle, MySQL, NoSQL, PostgreSQL, etc.
The current module utilizes either WebSocket or MQTT for communication.
R & D, Manufacturing
You can monitor voltage, current, and other information at any time, whether in research and development or production. With the thermal sensor module, you can also visualize heat distribution, which makes it easier to identify problems. Additionally, the system can connect to a PC and other external devices for more extensive analysis and recording.
Physics experiments
Description:
This system utilizes a USB PD adaptor for power supply.
The controller supplies two voltages: one for the heater (USB bypass power) and the other for the temperature sensor, which measures the heater’s temperature.
The system monitors the voltage and current of the heater. The PC controls the voltage and provides variable power to the heater to adjust the temperature. Meanwhile, the temperature sensor reads the temperature value and sends it back to the PC, which manages the output power in a closed-loop control system.
In the specific heat equation, three variables are involved. The mass (m) is known, the temperature (T) is obtained from the temperature sensor, and Q represents the energy in joules, calculated from the output power. The specific heat of the liquid can be derived from these three variables.
If the specific heat is determined, the time required to heat the liquid to a specific temperature can be calculated.
From these experiments, we can quickly develop the necessary algorithms. Furthermore, we can replace the heater with a cooling chip, leading to a broader range of product possibilities.