Skip to content

Latest commit

 

History

History
118 lines (99 loc) · 4.08 KB

index.md

File metadata and controls

118 lines (99 loc) · 4.08 KB
no-wrapper no-footer no-display-title title extra-head-content jumbotron-heading jumbotron-content excerpt
1
1
1
ev3dev Home
<script type="application/ld+json"> { "@context": "http://schema.org", "@type": "Organization", "url": "http://www.ev3dev.org", "logo": "http://www.ev3dev.org/images/logo_standard.png" } </script> <script type="application/ld+json"> { "@context": "http://schema.org", "@type": "WebSite", "name": "ev3dev", "url": "http://www.ev3dev.org/", "potentialAction": { "@type": "SearchAction", "target": "http://www.ev3dev.org/?search={search_term_string}", "query-input": "required name=search_term_string" } } </script>
ev3dev is your EV3 <strong><i>re-imagined</i></strong>
<div id="main-lead-content" class="col-lg-8"> <p class="lead"> ev3dev is a <a href="https://www.debian.org/">Debian Linux</a>-based operating system that runs on several LEGO<sup>&reg;</sup> MINDSTORMS compatible platforms including the <a href="https://www.lego.com/en-us/product/lego-mindstorms-ev3-31313">LEGO<sup>&reg;</sup> MINDSTORMS EV3</a> and <a href="https://www.raspberrypi.org/">Raspberry Pi</a>-powered <a href="https://www.dexterindustries.com/BrickPi/">BrickPi</a>. </p> <p> Just like you can take apart your LEGO<sup>&reg;</sup> models and build something completely different, we have reverse-engineered the EV3 and created a new software platform for programming your robots. </p> </div> <div class="col-lg-4"> <img class="img-responsive" id="splash-thumbnail" src="images/logo_ev3dev_mono.png" alt="ev3dev boot logo" /> </div>
ev3dev is a Debian Linux-based operating system that runs on several LEGO MINDSTORMS compatible platforms including the LEGO MINDSTORMS EV3 and Raspberry Pi-powered BrickPi.

EV3 programming unlocked

ev3dev gives you the power to program how you want to. We have created a low-level driver framework for controlling sensors, motors and pretty much everything else. It's as easy as reading from and writing to a file.

ev3dev supports many popular scripting languages out-of-the-box, so you can get started right away with your favorite language and libraries.

Backed by the full power of Linux

Since ev3dev is built on Debian Linux, there are over 51,000 free software packages available for you to install.

And with the Linux kernel at its core, many USB and Bluetooth devices, like Wi-Fi dongles, keyboards, keypads, joysticks and cameras work too.

It's not firmware

It's more like dual-boot. ev3dev runs from a microSD card and doesn't ever touch the firmware installed on the EV3. To switch back, you just shut down and remove the microSD card - no flashing required.

    <div class="col-md-7">
        <h2 class="featurette-heading">
            See what ev3dev can do
        </h2>
    </div>
</div>

Ready to jump in? Grab your bot and let's go!

    <div class="col-md-5 text-center">
        <a class="btn btn-lg btn-primary xl-button-text" href="docs/getting-started">Get started <span class="glyphicon glyphicon-arrow-right"></span></a>
    </div>
</div>