如何修复 Arduino SigFox.h: No such file or directory
问题:
你正在尝试运行 Arduino SigFox 首次配置教程,但在尝试上传草图时,你收到此错误消息:
arduino_error.txt
SigFox.h: No such file or directory解决方案
虽然你已经安装了 SigFox 板的板库和编译器,但你尚未安装 SigFox 库本身。
按 Ctrl+Shift+I 打开库管理器(你也可以从 Tools 菜单打开它)。

查找 Arduino SigFox for MKRFox1200 by Arduino 并点击 Install 按钮
由于 SigFox 草图还需要 Arduino 低功耗库(即你会收到错误消息 ArduinoLowPower.h: No such file or directory),也请点击 Arduino Low Power by Arduino 库的 Install 按钮。
之后,在库管理器顶部的搜索栏中输入 RTCZero,并点击 RTCZero by Arduino 库的 Install 按钮。
之后,重试上传草图。
Check out similar posts by category:
Arduino, Electronics, Embedded
If this post helped you, please consider buying me a coffee or donating via PayPal to support research & publishing of new posts on TechOverflow