The ThermaLog Gun V2 is the upgraded version of my original project — [ ThermaLog Gun V1 ]. In this version, an RFID module was integrated along with the contactless temperature sensor to log both the user identity and their body temperature into Google Sheets. Unlike V1 (which used an ESP8266), this version uses the ESP32, offering faster processing, better performance, and more GPIOs for multiple peripherals. This makes it suitable for applications like attendance + temperature screening in offices, labs, schools, or controlled entry points.


he ESP32 acts as the brain of the system, continuously gathering data from soil moisture, temperature, humidity, rain, and water tank level sensors. Based on these readings:
RFID UID + Temperature + TimestampThis was an old project, and at that time I wasn’t documenting builds properly.
I do not have many photos or videos of this version — only one video of the serial monitor output showing RFID + temperature logging working.
The complete source code is available in the GitHub repository.