如何通过蓝牙将我的咖啡机连接到我的 phone?
How can I connect my coffee machine with my phone via bluetooth?
我想将我的咖啡机与我的 phone 连接起来,这样我就可以无线打开和关闭它。我知道我必须在 arduino 上使用某种继电器和蓝牙模块,但我的咖啡机很旧而且里面没有电路板,所以 none 在线教程有帮助。作为参考,我的咖啡机与这个非常相似:https://www.walmart.com/ip/Holstein-Housewares-5-Cup-Coffee-Maker-with-Removable-filter/170970272(我在网上找不到示意图)。
你有不同的解决方法。如果您只想要一个无线开关,最好在网上找到一些东西并将交流插头连接到您的新开关。
如果您想将电路集成到机器中以获得更多功能(例如煮咖啡),您还需要一个电源。
您需要的是:
- Arduino
- 电源 230V/5V(或 110V/5V),因为 Arduino 使用 5V。
- 用于打开和关闭咖啡机的继电器模块 - 查看本教程:https://howtomechatronics.com/tutorials/arduino/control-high-voltage-devices-arduino-relay-tutorial/
- HC05 模块
终于 android HC05 模块的应用程序。像这样的东西:
https://maker.pro/arduino/tutorial/bluetooth-basics-how-to-control-led-using-smartphone-arduino
不是打开 led,你必须给咖啡机供电。
我想将我的咖啡机与我的 phone 连接起来,这样我就可以无线打开和关闭它。我知道我必须在 arduino 上使用某种继电器和蓝牙模块,但我的咖啡机很旧而且里面没有电路板,所以 none 在线教程有帮助。作为参考,我的咖啡机与这个非常相似:https://www.walmart.com/ip/Holstein-Housewares-5-Cup-Coffee-Maker-with-Removable-filter/170970272(我在网上找不到示意图)。
你有不同的解决方法。如果您只想要一个无线开关,最好在网上找到一些东西并将交流插头连接到您的新开关。
如果您想将电路集成到机器中以获得更多功能(例如煮咖啡),您还需要一个电源。
您需要的是:
- Arduino
- 电源 230V/5V(或 110V/5V),因为 Arduino 使用 5V。
- 用于打开和关闭咖啡机的继电器模块 - 查看本教程:https://howtomechatronics.com/tutorials/arduino/control-high-voltage-devices-arduino-relay-tutorial/
- HC05 模块
终于 android HC05 模块的应用程序。像这样的东西: https://maker.pro/arduino/tutorial/bluetooth-basics-how-to-control-led-using-smartphone-arduino
不是打开 led,你必须给咖啡机供电。