1. I need to connect Serial Out only to a display. The display runs on 5V, and is TTL serial. I would like to connect it directly to D10/TXD0 (NodeMCU/ESP-12). I have read that it is OK to do this since the 5V pullups on the Display would not ever source any current. Thoughts? I understand that this is shared with the integrated FTDI, and I will see garbage during boot and when connected to ESPlorer, but I do not care.
2. I would like to run the entire thing (Node MCU and display) from the USB connector on the NodeMCU. The display draws about 0.5A. Is the 5V from the USB connected to the NodeMCU VIN connector? It looks like the schematic shows there is a diode in there to prevent ViN from feeding back to the USB, but I would be "going the right way" through that diode. Can it handle 0.5A indefinitely?
3. (Even more off-topic, but still about pins): Does anyone know of a source of NodeMCU Dev kits sold without pins soldered in? I only need the serial out, 5V pin as mentioned, and a PCM out.
I could buy just a plain ESP8266, but by the time I make a board with USB connector and 3.3V supply, it is more convenient and cheaper to just use a NodeMCU even in "production" units (I don't actually plan on building more than 2-3).