Just thought I would share this with anyone interested. It's just one small step towards my fuel cell powered UAV.
Main points in this post are:
- Completely wireless pi running with a 4.3" screen
- Max voltage anywhere is 5v (improvement over Ben Hecks awesome games console)
See attached photos!
How did I do it?
- Bought a cheap 4.3" TFT screen here
- Took it out of the external case
- Desoldered V+ cable and resoldered it downwind of the 5v regulator
- Desoldered the Pi's composite jack (to save size & weight)
- Soldered the composite line from the screen to the Pi
- Soldered the power & ground wires from the screen to TP1 & TP2
- Made an I2C breakout board and plugged it into the GPIO header
- I2C is what I primarilly use for all my projects
- Put it all in a box with some token cooling holes
- Stuck on a 10Ah battery pack here
- Plugged in a wifi dongle
- Plugged in a wireless keboard here
- Power up and struggle to read the screen until you run this setup code:
- sudo dpkg-reconfigure console-setup
- UTF-8
- Guess optimal character set
- VGA
- 16x28 (framebuffer only)
- sudo dpkg-reconfigure console-setup
Done!
In the box I still get good wifi and keyboard signal. Only problem is the screen isn't hi-def but it is certainly good enough for reading text (eg on the console).
I have put an I2C temperature sensor in the box, this is my main concern as there is some high power stuff going on in there, but so far no issues.
Any questions, queries or comments, please do fire away!
Si