Warning: file_get_contents(/data/phpspider/zhask/data//catemap/7/arduino/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Bluetooth 使用arduino配对两个HC05模块_Bluetooth_Arduino - Fatal编程技术网

Bluetooth 使用arduino配对两个HC05模块

Bluetooth 使用arduino配对两个HC05模块,bluetooth,arduino,Bluetooth,Arduino,我想将整数值从1个arduino(nano)发送到另一个arduino(mega2560)。 arduino nano已连接加速计,该加速计可连续为其提供整数值。我想把它送到arduno mega2560。 我试过很多教程,但我不能配对。 也指导我关于引脚34,关键引脚等事项。我不知道它们是怎么用的。 我有两个HC05蓝牙模块。有6个引脚,一个状态和EN。 请指导我一步一步地了解如何在它们通电时自动配对。 这是我最后一年的项目,请帮忙。要了解您需要的更简单的叉子: 1.两个串行->USB转换器

我想将整数值从1个arduino(nano)发送到另一个arduino(mega2560)。 arduino nano已连接加速计,该加速计可连续为其提供整数值。我想把它送到arduno mega2560。 我试过很多教程,但我不能配对。 也指导我关于引脚34,关键引脚等事项。我不知道它们是怎么用的。 我有两个HC05蓝牙模块。有6个引脚,一个状态和EN。 请指导我一步一步地了解如何在它们通电时自动配对。
这是我最后一年的项目,请帮忙。

要了解您需要的更简单的叉子: 1.两个串行->USB转换器 2.两个模块HC-05。 3.个人电脑/笔记本电脑

您需要将一个模块配置为主模块,另一个模块配置为从模块。然后配对。为此,最好使用通过USB->串行转换器和终端(TeraTerm、Putty等)连接到PC的模块

良好和充分的指南:


您需要更简单的叉子: 1.两个串行->USB转换器 2.两个模块HC-05。 3.个人电脑/笔记本电脑

您需要将一个模块配置为主模块,另一个模块配置为从模块。然后配对。为此,最好使用通过USB->串行转换器和终端(TeraTerm、Putty等)连接到PC的模块

良好和充分的指南: