Jump to content
Issues with Images is known, we are working on it. ×

Recommended Posts

Posted

The most popular one I think would be the base program or the education program. You can also do a C+ program I believe and a Java one. There might be more but that is all I know about.

Posted

The most popular one I think would be the base program or the education program. You can also do a C+ program I believe and a Java one. There might be more but that is all I know about.

You probably mean C or C++, there is no such thing as C+. C++ means C = C + 1 where ++ is an abbreviation in © code for 'myself +1'.

@rocklego. The EV3 runs Linux and Linux is an operating system like Windows / Mac OS, so you can't program in Linux as it is not a language. One could e.g. use Python, maybe even javascript (Node.js is very popular these days on other microcontroller systems). EV2DEV seems to be a Debian variety.

Posted

You probably mean C or C++, there is no such thing as C+. C++ means C = C + 1 where ++ is an abbreviation in © code for 'myself +1'.

C++ is what I meant to say.

Posted

Main difference between C and C++ is that the latter can be used for Object Oriented Programming. Not very useful for an EV3 robot in my opinion although the normal EV3 software is in essence object oriented.

Posted

@rocklego. The EV3 runs Linux and Linux is an operating system like Windows / Mac OS, so you can't program in Linux as it is not a language. One could e.g. use Python, maybe even javascript (Node.js is very popular these days on other microcontroller systems). EV2DEV seems to be a Debian variety.

That is exactly what I mean. Just that I thought with Linux running on EV3 you can always do lots stuff due to Linux distributions offer tools to help you to do that.

Posted

That is exactly what I mean. Just that I thought with Linux running on EV3 you can always do lots stuff due to Linux distributions offer tools to help you to do that.

You are absolutely right. I started using it because I use Ubuntu on my laptop and Raspbian on my Raspberry Pi - all 3 are Debian based so very simillar at the command line and with a HUGE universe of software.

There's also another good reason: if you have some kind of USB device that works with Linux, you have very good chances to use it with EV3 when running ev3dev. Like:

- bluetooth 4.0

- webcam

- Relay adapter

- 1-wire adapter

- stereo sound card

- TFT color display

... and much much more

Posted

Thanks for all the replies. I was shying away from EV3-g until I looked at the code in back of one of the rubics cube solvers. There is a whole lot more to that language then first, and limited, views, show.

Gonna push that sucker for a while and see what I can do with it.

Ed

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...