Skip to content

Support sending beacon messages to EV3 IR sensor#3

Open
gregretkowski wants to merge 2 commits intojurriaan:masterfrom
gregretkowski:beacon
Open

Support sending beacon messages to EV3 IR sensor#3
gregretkowski wants to merge 2 commits intojurriaan:masterfrom
gregretkowski:beacon

Conversation

@gregretkowski
Copy link

The EV3 IR Sensor/Remote has a Beacon mode where the Remote will send a constant beacon signal and the Sensor can detect the distance and direction to the beacon. This PR adds the ability to send the beacon signal from the PowerFunctions library.

Usage:

#include "PowerFunctions.h"

PowerFunctions pf(3, 0);

void loop() {
    delay(220);
    pf.send_beacon();
}

Added a function to send beacon messages, to be used with the EV3 IR sensor
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant