问题标签 [arduino-yun]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
amazon-web-services - 将 AWSCLI 安装到 Arduino Yun 板时出错
我尝试在 arduino yun 内核上使用 pip install awscli 但我收到以下错误消息:
任何人都可以帮忙吗?
c++ - Arduino YUN - 在新硬件 linino 中导致 HTTP 不可能
如何确保 Linino HTTP 正常工作?以下代码不适用于最新的 Arduino YUN。
我还升级了固件 ( https://www.arduino.cc/en/Main/Software ) 但没有运气。我应该使用哪一个来降级(http://download.linino.org/linino_distro/master/)?或者我如何在最新的板上使用 HttpClient?
arduino - 无法使用基本 Pub/Sub 示例将 AWS IoT 连接到 Arduino Yun
我正在尝试建立从 Amazon Web Service IoT(物联网)到我的 Arduino Yun 的连接。我遵循了关于使用“BasicPubSub”Arduino 示例发送和接收消息的教程,但它会说:
这意味着“CONNECT_CREDENTIAL_NOT_FOUND”。我在头文件中有正确的凭据和信息,也有正确的文件,它们是:目录中的 xxx-certificate.pem.crt、xxx-private.pem.key 和 root_certificate.pem,“/root/certs /",当我 SSH 进入 Arduino Yun 时。以下是我的头文件:
所以我的问题是 Arduino Yun 无法识别目录“/root/certs/”中的文件,其中凭证用于连接到 AWS IoT。请在这个问题上帮助我。先感谢您。
json - Chrome 扩展与 Arduino 的通信
我的想法是拥有一个可以与浏览器通信的 arduino 板。
- 当用户连接到某个网站时,我希望 arduino 板做出反应(例如闪烁 LED)。
- 板上的用户输入(例如按下按钮)将影响浏览器(例如关闭选项卡、切换选项卡)。
我开始使用 chrome 扩展教程学习和创建简单的示例。但是,由于我自己不是一个熟练的程序员,我想知道是否有可能实现上述这些事情。
我现在如何想象它会是:
- Chrome 扩展程序写入 json。Arduino 从 json 读取数据 -> 闪烁 LED。
- Arduino 在 json 中写入值。Chrome 扩展程序可以自动查看文件中的更改并做出相应的反应 -> 关闭选项卡(因此,无需用户每次重新安装扩展程序)。
这种情况可能吗?哪种方法是实现这一目标的最简单方法?
shell - 带有usb声卡的arduino yun获取文件数
我有一个项目,我必须使用 arduino yun 按下按钮 iam 随机播放多个声音文件。到目前为止,我可以播放来自 sd 卡的声音,但是我希望根据 sd 卡中的文件数生成随机数。我需要帮助从草图中通过命令 shell 读取文件数
当我在终端中得到答案 4 时,这正是我需要的答案。我想在脚本中运行它,到目前为止我有这个但是它似乎不起作用
谁能帮我解决这个问题
谢谢你
shell - Arduino Yun 使用变量运行 shell 命令
我正在制作的项目的这一部分需要帮助,我需要运行一个 shell 命令并将一个字符串或字符变量传递给它。
以上是我的shell命令,但我想在最后一个斜杠之后放置一个变量
上面的代码是我尝试过的,用我的变量替换变量,似乎没有用。
我也试过这个似乎有效
c++ - Arduino - 发出铃声但不准确
Arduino,我正在尝试制作铃声(如 brrr brrr,brrr brrr,旧的普通电话铃声),但我什至还没有接近它。谁能告诉我你是怎么做到的?
php - 如何使用 PHP 将数据从 Web 服务器 Mysql 数据库下载到 Arduino Yun?
我正在为我的项目使用 Arduino Yun。我需要从 web 主机、000webhost、mysql 数据库下载数据到我的 Arduino Yun。我怎样才能做到这一点?我想使用 php 文件,它应该独立工作。我该如何站在阿杜诺云这边。这是我的 PHP 脚本代码:
基本上只需从 Arduino 获取输入:dname、dlastname、pname 和 plastname。然后搜索整个表。如果这四列匹配,只需从 Mysql 数据库中下载该行的全部信息。
两个问题: 1. 如果php脚本没有问题,应该如何在Arduino yun中编写代码 2.如何从php文件中下载数据?是否有类似返回的东西,以便我可以在 Arduino Yun 中获取所有数据?
google-sheets - Data From Arduino Yun To Google Spreadsheet
I am working on a project where I am sending a timestamp from and Arduino Yun to a Google Spreadsheet. I have a PIR Sensor connected to the Yun. When motion is detected I am sending the value to the spreadsheet. Currently the value is going into one column.
This is not ideal because I want to create a chart from the data so I want the time and date to be in two different columns. Like the sample below.
Arduino Sketch
How would I alter the code to achieve the above.
arduino - 无法使用 arduino.local 访问 Arduino Yun 板
Windows 机器:配置板载 WiFi 后,无法使用arduino.local
. 但是在配置时,我准确地给出了板的名称arduino
。
arduino.local
Linux (Ubuntu):但是,如果我在 Ubuntu 中重复配置 WiFi 的相同步骤,我可以在浏览器中使用它的 web 面板。
任何解决方案如何从Windows
机器访问。或者如何找出板子的IP地址来访问它的webpanel?