Hi, hoping for some help or clarification.
Project overview: I have a GPS receiver connected to an Arduino Pro-mini clone and a 433mhz transmitter via serial. The point of the project is to send GPS location data to a camera equipped with a 433mhz receiver. The pro-mini decodes some basic GPS information to a small display and monitors the battery. To reduce power consumption the Pro-mini has a separate power switch so it is only on when required.
Problem: What I have noticed is when the GPS receiver is on and I have the Pro-mini turned off, the serial data on the Rx pin of the pro-mini is causing the power LED of the pro-mini clone to flicker! Is this normal? It seems like some sort of internal feedback from the Rx pin to VCC.
Thinking there might be a wiring problem, I tried a second pro-min clone board with only a Gnd connection and the Rx pin connected to the GPS module and the problem persists.
Thanks.