I am using a Raspberry Pi4 as a “PC”. It is programming an Arduino Uno via a USB cable. It also powers the Uno. The Uno has two small sensor boards attached which are happily sending out pressure, temperature, and humidity data.
This places a fairly high load on the Pi and it started getting too hot and misbehaving after an hour or so. So I mounted a small fan above the Pi board and this solved the problem.
However, the next step now is to attach an Adafruit 2.8” TFT capacitive touch screen shield to the Uno so that I can program it to display the three readings. When that works, I can remove the Uno from the Pi and run it as a standalone indoor environment display.
I suspect the extra load of the sheild may push the Pi over the power limit. How can I power the Uno separately whilst it is still attached and being programmed by the Pi?
Many thanks for any ideas.
Andre