Send HIGH or LOW signals from micro:bit to arduino using micro:bit pin 0

How can I send signals to one of arduino's digital pins from a micro:bit's 0 pin?

Thanks

Hi, @Pythony
Welcome to the forum.

Please read the post at the start of any forum , entitled "How to use this Forum".

What is the output voltage of the microbit?
If the Arduino controller has the same voltage then you can connect them directly together as long as you also connect both gnds together.
A 1K resistor in series between the two I/O will prevent phantom powering if one device is powered ON and the other OFF.

Tom... :grinning: :+1: :coffee: :australia:

Thanks!

My problem is solved after I connected the GNDs of them both.

BTW, what is phantom powering?

Hi.

If you turn the controller that is inputting the data OFF, and the controller that is outputting is ON.
There is the possibility of that output data providing a power source to the OFF controller through the protection diodes that are fitted to the I/O pins.

Tom... :grinning: :+1: :coffee: :australia:

So there can be some damage to the off controller?

Hi,

No, more damage to the ON controller as the output current may exceed the current rating for the ON controller.
Also phantom powering may make you OFF controller active in someway.

Tom.... :grinning: :+1: :coffee: :australia:

Ok, thanks!

This topic was automatically closed 120 days after the last reply. New replies are no longer allowed.