Home / Tag Archives: EV3 (page 5)

Tag Archives: EV3

Setting up a Wi-Fi AP on your Computer: Part 2

Virtual Router Manager In an earlier article, I had written about how to allow your EV3 to connect to your laptop (or desktop) with a shared WiFi network, using a feature called Hosted Network.  It essentially turns your computer into an Access Point (AP).  Since then I’ve had a bit more experience with it and I’ve found a very easy ...

Read More »

EV3: Adding a pull-tab to your micro-SD card

The EV3 has a lot of cool features but a push-to-eject micro-SD card drive isn’t one of them.  It’s fine for users who don’t work with custom Linux distributions on their brick, but a major PITA (no, not the Döner Kebab kind) if you’re like me.  It takes a needle nose pliers and a lot of patience to remove the ...

Read More »

Breathtaking: Debian Wheezy on the EV3!

Ralph Hempel is no stranger to MINDSTORMS and he’s been quietly working on something very special: a port of Debian Wheezy on the EV3.  The folks of the Debian organisation wouldn’t let him use the Debian name (for copyright reasons), so this project is called ev3dev. What is ev3dev? It’s a complete Linux distribution for the EV3.  What do I ...

Read More »

Talking to your EV3: EV3Messenger

I was contacted Joeri van Belle last week about a new project that he is working on, a C# project that allows you to send messages to your EV3.  Using it, you can send and receive messages between your EV3 brick and PC. On the brick you can use the standard BT communication blocks, so you can do this without ...

Read More »

EV3 Supply Issues

It seems that “due to unprecedented demand”, there is a world-wide shortage of EV3 hardware.  This seems to affect the Educational set which some of LEGO’s distributors are marking as out of stock until March 2014.  I currently have no info on what the situation is on the retail EV3 set.  I’ll update when I know more. I am surprised ...

Read More »

Stay Sharp: Monobrick for the EV3

If you’re a fan of C#, then you will love Monobrick, a communication library that works with the EV3.  It uses the EV3’s direct commands to remote control the brick.  It works with both the NXT and the EV3.  You can simply import the library into your project and start hacking away. A simple example: using System; using MonoBrick.EV3; public ...

Read More »

Awesome EV3 Daisy Chain Cable

Finding the right USB cable for your EV3 daisy chaining needs is not easy.  Most of them will stick out like a sore thumb, but not this one.  It features 90 degree angled connectors that work with you, rather than against you.  I came across this one on Deal Extreme two weeks ago and ordered it straight away.  I wasn’t ...

Read More »

HiTechnic Sensor EV3 Blocks

HiTechnic has brought out a couple of EV3 programming blocks for its sensors. The blocks and instructions on how to import them into your software can be found here: [LINK]. With these blocks you will be able to use the Angle, Compass, Accelerometer, IRSeekerV2, and Gyro sensors.  Cool!

Read More »

New MINDSTORMS EV3 Site is Live!

The new LEGO MINDSTORMS EV3 website is live! You can download the software while you wait for your set to arrive.  You can also see all the cool bonus models in great detail.  So what are you waiting for?  Point your browser here and check it out!

Read More »

Controlling the EV3 over TCP/IP

Anders Søborg has written a great guide on how to establish a TCP/IP connection with the EV3: [LINK].  He’s working on a C# library that will make it very easy to remote control your brick this way, using direct commands over TCP/IP.  It’ll be part of the next release of his Monobrick library. I am looking forward to seeing how ...

Read More »