Now is 2022 and we are still combatting COVID and its varients, it's a long battle so we need to play it smart.
How smart? There are many off-shell handheld thermometer out there and they offer very simple functions yet sell at quite expensivly, but with the right tool and a bit of DIY spirit, you can actually make one that has IoT capability at lower price.
The main idea is to use an Arduino compatible dev board to read temperature from an IR temperature sensor and display the data on an OLED display then wirelessly send the data to the cloud via MQTT protocol. To do that, we can use an Ameba AMB02 (RTL8710AF) IOT dev board from Realtek, and then simply follow the instrcutions and use the files provided on the following Github link,
https://github.com/xidameng/Ameba_Examples/tree/master/RTL8195AM/ThermoGun
You can watch the demo video above to under how it works, and feel free to comment below if you have any questions~