Quote from: Dustin Bess on April 30, 2020, 22:48:53
Why waste a Pi 3? Couldn't you use a Pi Zero W?
Hi there!
I'm the author of the project on hackster that this article references. Yes, you can use any Pi that you have lying around. The point was to demonstrate using a Pi and some python programming along with an ePaper display song with a modular enclosure to make a finished project that can be displayed and used. I had a Pi 3 lying around and so I used that!
Of course there are multiple ways to achieve the goals and an ESP32 could be used as well.
The Pi offers more compute resources and allows you to do more - it depends on what you're trying to achieve and what your skill sets are that you're trying to leverage - for example, a person may be very comfortable with python and also have a Pi lying around. Or you may also want to use it as an edge compute node.
I usually try to end my projects with asking the reader to think about ways they can extend the project to learn more. Check out some of my other projects that include an Arduino too! Haven't done an ESP32 one yet!
Cheers,
Sridhar