前往小程序,Get更优阅读体验!
立即前往
首页
学习
活动
专区
工具
TVP
发布
社区首页 >专栏 >RPI-CM3 GateWay:Node-Red环境

RPI-CM3 GateWay:Node-Red环境

原创
作者头像
flavorfan
发布2020-12-05 15:25:08
7370
发布2020-12-05 15:25:08
举报
文章被收录于专栏:范传康的专栏范传康的专栏

1 更换apt源

1)查看系统版本

代码语言:txt
复制
lsb_release -a
No LSB modules are available.
Distributor ID: Raspbian
Description:    Raspbian GNU/Linux 10 (buster)
Release:        10
Codename:       buster

2)编辑文件 /etc/apt/sources.list文件

deb http://mirrors.aliyun.com/raspbian/raspbian/ buster main contrib non-free rpi

deb-src http://mirrors.aliyun.com/raspbian/raspbian/ buster main contrib non-free rpi

3)编辑文件 /etc/apt/sources.list.d/raspi.list文件

deb http://mirrors.aliyun.com/archive.raspberrypi.org/debian/ buster main ui

2 安装node-red环境

1) 安装Node-Red

代码语言:txt
复制
bash <(curl -sL https://raw.githubusercontent.com/node-red/linux-installers/master/deb/update-nodejs-and-nodered)
install_node_red.png
install_node_red.png

2)启动和Hello World

start_node_red.png
start_node_red.png

测试和输出:

node_red_helloworld.png
node_red_helloworld.png

附录:

board-1.jpg
board-1.jpg
board-2.jpg
board-2.jpg

原创声明:本文系作者授权腾讯云开发者社区发表,未经许可,不得转载。

如有侵权,请联系 cloudcommunity@tencent.com 删除。

原创声明:本文系作者授权腾讯云开发者社区发表,未经许可,不得转载。

如有侵权,请联系 cloudcommunity@tencent.com 删除。

评论
登录后参与评论
0 条评论
热度
最新
推荐阅读
目录
  • 1 更换apt源
    • 1)查看系统版本
      • 2)编辑文件 /etc/apt/sources.list文件
        • 3)编辑文件 /etc/apt/sources.list.d/raspi.list文件
        • 2 安装node-red环境
          • 1) 安装Node-Red
            • 2)启动和Hello World
            • 附录:
            相关产品与服务
            物联网通信
            腾讯云物联网通信(Internet of Things Hub, IoT Hub)旨在提供一个安全、稳定、高效的连接平台,帮助开发者低成本、快速地实现“设备-设备”、“设备-用户应用”、“设备-云服务”之间可靠、高并发的数据通信。物联网通信平台不仅可以实现设备之间的互动、设备的数据上报和配置下发,还可以基于规则引擎和腾讯云产品打通,方便快捷地实现海量设备数据的存储、计算以及智能分析。
            领券
            问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档