在树莓派上使用Grbl Controller

本文介绍了如何在树莓派上安装并使用Grbl Controller。通过执行一系列apt-get命令安装必要的软件,包括xrdp、arduino、qtcreator等。在遇到下载错误时,使用--fix-missing选项进行修复。完成安装后,从GitHub克隆GrblHoming项目,编译并运行GrblController。需要注意的是,程序可能无法在远程桌面环境下运行,需连接显示器或使用xhost +命令解决X server连接问题。最后,将arduino连接到树莓派,设置波特率并打开串口,实现通信。
摘要由CSDN通过智能技术生成

在树莓派上使用Grbl Controller

在树莓派的命令行输入以下代码

  1. sudo apt-get update (required for AlaMode)
  2. sudo apt-get install xrdp
  3. sudo apt-get install arduino (required for AlaMode) [For normal Pi,
    this step is optional, but good to have. NOTE: I got an error that
    not all items could be downloaded. I tried to repeat command by
    adding a --fix-missing, i.e. sudo apt-get install --fix-missing
    arduino but it didn’t help. UPDATE: The latest download as of May
    2013 doesn’t have this problem]
  4. sudo apt-get install libudev-dev
  5. sudo apt-get install qtcreator [This step takes quite awhile to
    complete. Note: I got an error downloading as in a previous step. If
    you get an error, repeat command but add a --fix-missing, i.e. sudo
    apt-get install --fix-missing qtcreator, in this case the
    –fix-missing worked.]
  6. sudo apt-get install git
  7. mkdir github
  8. cd github
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值