IR communication for swarm bots

I'm tryngo to blink an LED according to the status of the receiver, but their blink is really low.
Do you have any idea of why is this happening?

What does "blink is really low" mean? Slow or dim?

The usual problem of dim LEDs is trying to toggle an INPUT pin, pretending it is an OUTPUT pin. Have you set the pinMode() correctly?