Attempting to connect a Lepton FLIR module (https://www.sparkfun.com/products/13233) and a Sharp Memory display (https://www.sparkfun.com/products/13192) to an ESP-12F (https://www.amazon.com/ED-ESP-12F-ESP8266-Wifi-Board/dp/B018XHGVCM/ref=sr_1_2?ie=UTF8&qid=1472524387&sr=8-2&keywords=esp-12F) at the same time using esp-open-rtos.
Sharp Memory Display - Works ok
Lepton - Works, could use some cleanup /TLC
Speaker - Works
LED - Works
Network - working soft AP mode
https://github.com/groupgets/LeptonModule
https://github.com/adafruit/Adafruit_SHARP_Memory_Display
https://github.com/adafruit/Adafruit-GFX-Library
https://github.com/SuperHouse/esp-open-rtos
https://groups.google.com/forum/#!topic/flir-lepton/MhCsyeY4HY0
https://github.com/pfalcon/esp-open-sdk
https://github.com/Ruphobia/mydev-esp-open-rtos
https://github.com/maxritter/DIY-Thermocam
https://github.com/josepbordesjove/FLiR-lepton
https://groups.google.com/forum/#!forum/flir-lepton
https://groups.google.com/forum/#!topic/flir-lepton/MCy66OHf0l4
http://www.electricstuff.co.uk/lepton.html
https://github.com/groupgets/LeptonModule/blob/master/software/arduino_i2c/Lepton.ino
Drop the use of bitbanginging for SPI stuff and use the esp-open-rtos spi libs
Get the camera working
Clean up the code and add license / credit information for the code used from above resources
Learn to spell :P