Recommended Posts

Hello!

Recently i discovered that both the Mindstorms EV3 beacon and the PF IR Remote are interchangeable.

Here are some explanations:

I was very happy to know that the EV3 Retail Kit comes with a Infrared remote(beacon), which can be used as a remote control for your robots. That's pretty handy if you want to build robots that interact with humans.

By accident, i found out that the IR Beacon and PF remote are interchangeable for use with both the MS EV3 and PF systems! I tried it, and they both work with the Mindstorms EV3 IR Sensor and the Power Functions IR Receiver!

LEG45508.JPGmSXrNt7YDm6ZcHwbwwTVlLw.jpg

Seems that the IR signals they produce are the same ( escept for the beacon mode button on the Mindstorms remote).

The conclusion is that they can both be used to control EV3 and Power Functions models.

Some time ago i read that the RCX can be used to SEND IR signals to the PF IR Receiver. That probably takes more knowledge than i currently have.

This lead me to the following question:

Can the Mindstorms EV3 Sensor can do the same? Is it able to send IR messages to other devices?

For example, is it possible for an EV3 robot, using the Infrared Sensor, to send signals to a Power Functions IR Receiver? In this way you can expand the motor limit (4) with an external battery pack and an IR Receiver.

29_2571_3.jpg

I hope someone has information on that matter!

(Solved! the EV3 IR sensor cannot be used to send IR signals to PF receivers and such ...)

Thank you in advance!

Edited by le60head

Share this post


Link to post
Share on other sites
Can the Mindstorms EV3 Sensor can do the same? Is it able to send IR messages to other devices?

AFAIK no, it's not possible :thumbdown:

I confirm that PF handset is compatible with EV3, handy if you need more than one channel.

Edited by Philo

Share this post


Link to post
Share on other sites

Thank you for your reply!

So in order to send IR signals from Mindstorms EV3 to Power Functions,i need NXT IRlink Sensor?

I had a feeling that the EV3 Infrared Sensor can send signals as well, since it is able to send and receive Infrared light to measure distance (Proximity Mode)

Edited by le60head

Share this post


Link to post
Share on other sites

So in order to send IR signals from Mindstorms EV3 to Power Functions,i need NXT IRlink Sensor?

I guess yes... in the future! for now, IRLink is not yet supported with EV3 blocks (neither is Mindsensors PFMate)

I had a feeling that the EV3 Infrared Sensor can send signals as well, since it is able to send and receive Infrared light to measure distance (Proximity Mode)

I hoped so too :(

Share this post


Link to post
Share on other sites

I don't think so.

The EV3 IR Beacon has a special button ( the one at the top center) which turns beacon mode on/off. When in beacon mode, it sends a continuous signal to the Mindstorms EV3 IR Sensor.

Another difference is that the EV3 Beacon has two Infrared LEDs that are placed at an angle. This gives the Infrared signal a wider coverage i guess.

The PF remote only has one IR LED to emit the remote signal.

So no, it seems the PF IR remote has never been supposed to be used as a beacon.

Share this post


Link to post
Share on other sites
Some time ago i read that the RCX can be used to SEND IR signals to the PF IR Receiver.

le60head - please link where you can read about this feature?

Share this post


Link to post
Share on other sites

I've been clicking on the hitechnic irlink download page daily in anticipation :) I got one of those sensors cheap, really want to build a robot with 12 motors..

Share this post


Link to post
Share on other sites

Let us know when your clicking yields a useful result :wink:

Share this post


Link to post
Share on other sites

Hmm, the EV3 P-brick has a USB port on it, right? So, in theory, you'd be able to connect a WeDo hub to the brick and interface PF motors that way. Or maybe that isn't possible?

Share this post


Link to post
Share on other sites

Could be possible, but u would need to write a driver for the EV3 P-brick in order to use it in your robot :P

Also that would just add 2 motors, and the point for me at least is to control 4 channels with 2 pf motors each = 8.

Share this post


Link to post
Share on other sites

Does the EV3 recognise the signals from the PF speed controller (the one commonly used with train sets) at all? That would seem even more useful than just the standard PF remote, which duplicates the EV3 remote.

Share this post


Link to post
Share on other sites

i also found that out when i was using it with my ev3 on, before i was scared i would need to buy a second remote, luckily there are these things

Share this post


Link to post
Share on other sites

@ AndyC:

I just tried it, and no, it seems that the PF Train Remote does not work with the Mindstorms EV3.

Share this post


Link to post
Share on other sites

It is not possible using PF IR remote to send EV3 IR Beacon signal, because the new beacon message binary never used in any PF IR remote.

but the Beacon signal still using LPF RC Protocol, then

i have found the new EV3 IR Beacon message binary representation as below:

Channel 1: start 0100 0000 0000 0110 stop

Channel 2: start 0101 0000 0000 0100 stop

Channel 3: start 0110 0000 0000 0010 stop

Channel 4: start 0111 0000 0000 0000 stop

i have tested those message binary, transmit LEGO EV3 IR Beacon signal using Arduino

Edited by TechnicRobot

Share this post


Link to post
Share on other sites

It is not possible using PF IR remote to send EV3 IR Beacon signal, because the new beacon message binary never used in any PF IR remote.

but the Beacon signal still using LPF RC Protocol, then

i have found the new EV3 IR Beacon message binary representation as below:

Channel 1: start 0100 0000 0000 0110 stop

Channel 2: start 0101 0000 0000 0100 stop

Channel 3: start 0110 0000 0000 0010 stop

Channel 4: start 0111 0000 0000 0000 stop

i have tested those message binary, transmit LEGO EV3 IR Beacon signal using Arduino

Very useful stuff! Thanks for posting it here!

Share this post


Link to post
Share on other sites

Sweet!

Thanks for the update. I will be ordering the IRLink sensor very soon now!

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

  • Recently Browsing   0 members

    No registered users viewing this page.