I apologise if this isn't the correct place for my question.
I am trying to learn electronics (I am a chartered software engineer and mechanical engineer but have very little electronics experience, which I am trying to rectify with this project).
I decided to fix my missing knowledge with a project that ended up using an ESP8266 board. I have managed to program and setup the project on a breadboard and am now trying to move to a standalone unit.
The basic project is to take the output of a PilotAware system (basically a Rasberry pi+hardware that streams data telling you where aircraft around you are) and display it. It is a sort of poor mans TCAS (traffic collision avoidance system) that normally costs tens of thousands and is only available in commercial/military aircraft but in this case only costs a hundred or so.
The original breadboard setup can be seen on
with the proof of concept version at
[youtube][/youtube]
The project involves using the basic board to received, decode and display data from server (as seen in the videos).
The point I'm at now is to work out a power supply that is as small as possible that can power the device and screen for at least an hour (ideally a few hours) but that is small and as light as possible. I could use three AA batteries but it seems that a rechargeable lipo would be smaller and fit better.
I'm considering a charger such as TP4056 and a lipo such as 3.7V 150mAh Lipo Battery which may be too small, but without testing it I have no idea how to work out if my setup would draw too much power (seems easier to try it and time it than to work it out )
I'm willing to teach myself how to do this but I've not found a site that shows the minimal requirements for a small and compact system with OLED that I can use.
So the question is ...
Given the small/lightweight requirements, what options do I have to power the oled and ESP8266 module (full power while on so no power saving modes etc while running) for at least 1-2 hours.
I'm happy to take pointers as to where to go to learn this stuff. i.e. how to work out/measure the power needed for the requirements I have or how to setup a rechargeable lipo system to power it.
I suspect I will also need a boost-buck converter as well but I am hoping someone will know of an all in one board I could use.
I just find myself suddenly stuck on how to move forward, with my lack of electronics knowledge most websites are either too advanced or too basic (i.e. they immediately start talking in acronyms I don't understand or are just explaining how to measure voltage on a multi meter).
I'm currently learning as I go (including the 3D printing side of things). Having to read a whole book on electronics would probably mean I would give up and do something else for a hobby (I have plenty on the go so distraction is always a problem ).
Any pointers, tips or links to relevant information would be appreciated.
If this post is in the wrong area or not valid feel free to delete it, although if you could let me know what I did wrong that would be appreciated. I was originally going to post in the hardware forum but thought it was better here.
Edited title to show hardware