乐鑫技术交流
直播中

话多显蠢

9年用户 806经验值
擅长:479461
私信 关注
[问答]

如何将Deauther手表连接到Arduino IDE?

我终于成功地将我的 Deauther 手表连接到 Arduino IDE。当我在串行监视器中输入“信息”时,我收到以下消息:
代码:全选# info
====================================================================================
ESP8266 Deauther 2.6.0
2018 (c) Stefan Kremser
This software is licensed under the MIT License.
For more information please visit github.com/spacehuhn/esp8266_deauther
====================================================================================

现在我想给我的手表编程。最好使用 python,但我不知道如何将 Arduino IDE 切换为 python。无论如何,我安装了开发板软件并将其更改为“Board: DSTIKE Deauther”,但是当我要上传我的 Hello World 程序时,没有任何反应:
代码:全选#include

void setup() {
  // put your setup code here, to run once:
  std::cout << "Hallo Horst!";  
}

void loop() {
  // put your main code here, to run repeatedly:

}

我现在如何对手表进行编程?

回帖(1)

LL-LING宁

2024-3-29 14:03:38
用到的语言是Arduino语言。 首先,确保你的Arduino IDE是最新的版本,并在文件->首选项中添加以下网址:http://arduino.esp8266.com/stable/package_esp8266com_index.json。 接下来,在工具->板子中,选择“ESP8266”,并确保选择正确的端口和速度。 最后,打开github.com/spacehuhn/esp8266_deauther,并下载源代码。 将代码解压缩到您的计算机上,并在Arduino IDE中选择文件->打开,选择ESP8266_Deauther.ino文件。 编译和上传代码后,您应该能够开始编程Deauther手表了。
举报

更多回帖

发帖
×
20
完善资料,
赚取积分