I've done one complex Arduino project, and thought it would be easy to find online code etc. for this one. But I've struck out after a lot of searching. Probably my fault/ignorance, but I'm thanking anyone in advance for any help.
All I want to do is:
-
Arduino Uno wired to a sensor (temperature probe) and a bluetooth module (e.g. HC05) on one side of the room
-
Bluetooth Smart Plug (e.g. https://www.amazon.com/gp/product/B07Q1L6311/ref=sw_img_1?smid=AUJZPVQ04IRPM&th=1 ) on the other side of the room
-
When the temperature probe exceeds a limit, Uno turns on the smart plug via bluetooth
-
I do NOT want a phone, PC, or other device to interact with either the Uno OR the smart plug
I think all I need is a little code, and instructions on getting the Uno/HC05 to recognize and talk to the smart plug.
Thanks,
Craig