Skip to content

🐛 fixed some bugs on the raspberry pi env and add new feature

Latest
Compare
Choose a tag to compare
@GoogTech GoogTech released this 25 Dec 11:07
· 3 commits to raspi-env since this release

Weather Voice Prompt

🌈 Get The Weather INFO Then Ouput Voice Prompt And Send It To Your WeChat

OS

  • Raspberry Pi 4B 4GB

Env

  • Python 3.7
  • urllib
  • apscheduler
  • baidu-aip
  • Baidu AIP SDK( aip-python-sdk-2.2.15 )

How To Run On RasPi 4B

you need to install the dependencies firstly

$ pip3 install apscheduler

$ cd aip-python-sdk-2.2.15

$ pip3 install baidu-aip

$ python3.7 setup.py install

then run it

$ python3.7 weather.py

Bug fixed

Thanks