Beefy Boxes and Bandwidth Generously Provided by pair Networks
good chemistry is complicated,
and a little bit messy -LW
 
PerlMonks  

comment on

( [id://3333]=superdoc: print w/replies, xml ) Need Help??

It really, really depends on your exact requirements. I'm running my 3D printer (using OctoPi) on an ancient RPi 2 and the original camera module. The image quality is a bit, well, uhm, i get an imagine where i can see the printer moving with details high enough to see if everything works. So, the camera is good enough.

Uploading a big model is painfully slow. But that's usually 5 minutes out of a 5 day print job after having spend a week designing the thing. After uploading, the printing works smoothely. As far as computing power, i'd say it's good enough.

As far as Wifi goes, that too really depends on many factors. Using a USB Wifi dongle may not be the fastest solution, due to how the RPi implements USB. But especially if the Wifi signal in the target location is not very good, it's easy enough to go for a dongle that allows you to use an external antenna.

When it comes to using Perl on RPi: That's pretty much the only programming language i use on those things. Here's a five year old demo where i run a distributed genetic algorithm (written in Perl) on 10 RPIs plus an additional one RPi 3 to run the GUI (webserver written in Perl, PostgreSQL database and a browser): https://www.youtube.com/watch?v=0ZJB1FeZzj4

So i would say, unless you are requiring high quality video and high performance, go for a cheap option for your first project and see how you like it. Even if you decide to upgrade later, there will always be another projects that just needs a small Linux computer. Haven't had a single board computer yet that didn't eventually find a home in some one-off project or another.

perl -e 'use Crypt::Digest::SHA256 qw[sha256_hex]; print substr(sha256_hex("the Answer To Life, The Universe And Everything"), 6, 2), "\n";'

In reply to Re: XS, raspberry pi, and a hundred bucks by cavac
in thread XS, raspberry pi, and a hundred bucks by Aldebaran

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post; it's "PerlMonks-approved HTML":



  • Are you posting in the right place? Check out Where do I post X? to know for sure.
  • Posts may use any of the Perl Monks Approved HTML tags. Currently these include the following:
    <code> <a> <b> <big> <blockquote> <br /> <dd> <dl> <dt> <em> <font> <h1> <h2> <h3> <h4> <h5> <h6> <hr /> <i> <li> <nbsp> <ol> <p> <small> <strike> <strong> <sub> <sup> <table> <td> <th> <tr> <tt> <u> <ul>
  • Snippets of code should be wrapped in <code> tags not <pre> tags. In fact, <pre> tags should generally be avoided. If they must be used, extreme care should be taken to ensure that their contents do not have long lines (<70 chars), in order to prevent horizontal scrolling (and possible janitor intervention).
  • Want more info? How to link or How to display code and escape characters are good places to start.
Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others imbibing at the Monastery: (9)
As of 2024-04-26 08:53 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found