Picroft is an enclosure for a Raspberry Pi 3 or 3B+ connected to a speaker and microphone, bringing Mycroft to anyone who wants a simple voice interface they have complete control over. This is built on top of the official Raspbian Stretch Lite image.
The entire project is available as a pre-built micro-SD image ready to be burned and placed into a Raspberry Pi. You can download the pre-built image here:
Picroft Stable 2019-07-20 image
SHA-256: 6fe5ca091efa65899063793ecb1182c1e529dffb01ceea4b2283e6c75ccf5d10
Picroft Unstable 2019-07-20 image (currently the same a stable)
SHA-256: 6fe5ca091efa65899063793ecb1182c1e529dffb01ceea4b2283e6c75ccf5d10
Optionally you can build it yourself by following the Recipe for building the image
- Raspberry Pi 3 or 3B+
Older Raspberry Pi versions do not have sufficient processing power, and if they work they will be very slow - Speaker
Any analog speaker, or an HDMI monitor with speaker - Microphone
Tested with: PlayStation Eye; Blue Snowball; Google AIY v1; Seeed Studio Mic Array 2.0; Matrix Voice; Logitech Webcam Pro 9000, C525 and C270. - 2.5 Amp or better power supply
Don't skimp on this! It might appear to work, but you'll have weird issues with a cheapo supply. - MicroSD Card
8 GB or larger - HDMI Monitor and keyboard, only required during setup
- Download and burn the image to the SD card.
See the RaspberryPi.org's guide to Installing Operating System Images for detailed instructions on how to burn an image to your SD card. - Insert the SD card into your Raspberry Pi
- Connect speaker, microphone, monitor and keyboard
- Apply power
- Follow the on-screen prompts to setup Picroft
- Follow the verbal prompts to pair your device to an account at Mycroft Home
- Talk to Mycroft and enjoy!
Simply speak to Picroft as you would to any Mycroft. For example:
"Hey Mycroft, what time is it?"
"Mycroft, how tall was Abraham Lincoln?"
To re-run the setup wizard, use mycroft-setup-wizard
.
Check out the Picroft wiki here.
There's also the general Documentation.
audio_setup.sh
configures your specific audio setup.custom_setup.sh
is a stub meant to initialize anything before Mycroft starts. For example, initializing connected devices, or launching services.
There is an active Picroft community within the Mycroft's Mattermost chat which all are welcome to join!
Because the image is built on Raspbian Stretch, and the lightning seen above was captured from the roof the night I started this rework.
Sadly, not really. A Raspberry Pi is powerful, but still not well suited to do everything at once. You can add other basic services on top of Picroft, but the desktop GUI requires too many additional resources and neither Mycroft nor the GUI end up running well.
Depends on what you want to add. Serving simple webpages or polling devices periodically is probably fine. Mining bitcoin won't.
Not yet. The current Picroft image is based on Raspbian Stretch Lite, and the Raspberry Pi 4 requires the Raspbian Buster. Users have reported success with a generic Linux install of Mycroft on top of a Raspbian Buster image, and we will be creating an unstable Buster image very soon.