Thanks folks - replies:
Based on what Starbird said about nodemu internal regulator: If you know your external power source will be 9…12V you don’t need external regulator for that module.
I tested without the regulator, but the 9V going directly to the transmitter there was some definite noise pulsing that I could detect with a radio receiver. I guess it could’ve been that the 9V was too high to feed to the transmitter, but either way, I deduced I need a 5V source on the circuit somewhere. Since I’m using VIN to power the nodemcu in this scenario, I figured I still need the regulator (which can then feed 5V to both transmitter and NodeMCU VIN).
Remember that footprints inside the board outlines come “for free”. You can design as complex systems as you can and then bypass them when you use the board.
I’d bypass them by just jumping a wire between the pads, right?
But what about the transmitter? It looks like it takes power from the external power source, not from the USB connector of the module. Therefore it may need external power source with the regulator.
I still don’t know what the module pins do. I would guess that VIN doesn’t give power output (because it is power input !) but 3.3 pins give regulated 3.3V out. You should connect the transmitter VCC to 3.3 if it works with 3.3V.
Actually, I can’t explain it, but when the nodeMCU is on microusb power, VIN does indeed output 5V. And 5V to the transmitter is giving a stronger signal than 3.3V, so I thought this was better (even if the 5V steps down because of the diode).
I didn’t notice the extra diode. It looks like Waldo thinks that the module offers power from VIN, but as I said, that’s not the case.
@eelik - per above answers, it actually is indeed the case. So given that, did I use the extra diode correctly? I’d prefer not to lose the 0.7V…but without the diode, then on microusb power might I have to worry about power flowing back to the regulator given my current circuit?