My Ultra Compact LiDAR Distance Meter/Range Finder project was a great success, and many people loved the cute design. It is kind of a follow-up project of that. What if we swap that LiDAR with an infrared temperature sensor? The result is a cute tiny infrared thermometer with -70 to 380 °C temperature range
Now let's go through how i built it
My Ultra Compact LiDAR Distance Meter/Range Finder project was a great success, and many people loved the cute design. It is kind of a follow-up project of that. What if we swap that LiDAR with an infrared temperature sensor? The result is a cute tiny infrared thermometer with -70 to 380 °C temperature range
I utilized Fusion 360 to plan and design my project, which required careful space optimization. I needed to fit all the parts into the smallest form factor possible while ensuring practicality, including sufficient space for wiring and easy assembly. First, I imported all the 3D models of the parts and tried different configurations by placing the parts in various positions. Once I found the optimal configurations, I built the enclosure around them. All design files are provided below.
After exporting all the models into.STL files, I 3D printed them using my Anycubic printer. For this project, I used Numakers PLA+ Outrageous Orange filaments. You can find the.STL files from step one.
I always like to upload the code to the microcontroller before assembly. I am using Arduino IDE to flash the code. follow these tutorials for setting up IDE for Seeed Studio XIAO esp32c3 and learn more about this board
After this, I connected Xiao to a USB and flashed the program
XIAO ESP32C3 Supports lithium battery charge and discharge management. Which means BMS is built in . So there is no need for an external BMS. You can charge the battery through USB port
Step 5: Assembly and Wiring
Due to the small size of our project, we need to use a different approach for assembly. Since we don't have any screw holes on the parts, we can't use tiny screws to hold everything together. The best method to use is glue, which is the same manufacturing method used in most compact tech products like the AirPods, for example. We are not using hot glue here, we are using a B-7000 multi-purpose glue. Now let's start the assembly
Step 5.1
Solder all four wires from the OLED module to the sensor. Also, solder another four 20mm wires from the sensor that will be used to connect to xiao GPIO during later steps.
Place the OLED module into the 3d printed slot, also place the sensor on the side and make sure to align the sensor to the small window on...