Raspberry Pi 整点报时

Posted 忽而今夏

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Raspberry Pi 整点报时相关的知识,希望对你有一定的参考价值。

Raspberry Pi 整点报时

  参考链接:

  http://blog.sina.com.cn/s/blog_6d1aef300100qta0.html

  http://linuxtools-rst.readthedocs.org/zh_CN/latest/tool/crontab.html

  

  1.安装Mplayer

  2.下载语音文件(解压到/{home})

  3.创建脚本文件TimeAudio.sh(/usr/local/bin)

#!/bin/bash

filePath=/{home}/TimeAudio
Time=`date +%H%M`
audioFile="$filePath/$Time.mp3"
#echo $audioFile
player=/usr/bin/mplayer

$player $audioFile

  保存后加执行权限:

chmod +x /usr/local/bin/TimeAudio.sh

 

  4.加入定时计划 crontab

  运行:crontab -e 添加如下代码
  

0 * * * * /usr/local/bin/TimeAudio.sh

   

  v附录:语音文件

以上是关于Raspberry Pi 整点报时的主要内容,如果未能解决你的问题,请参考以下文章

树莓派(Raspberry Pi)4B无界面安装 Raspberry Pi 系统篇

树莓派(Raspberry Pi)4B无界面安装 Raspberry Pi 系统篇

手表chm是啥意思

raspberry pi install iceweasel

Raspberry pi 定时天气播报

ini Raspberry Pi - ntp服务器配置。来自:https://frillip.com/raspberry-pi-stratum-1-ntp-server/