Posting just to say "Hi" to other tinkerers I've found. Like
@Hippie Dickie I'm also using a mosfet and microcontroller (arduino in my case) to pwm my
halogen bulb heater. I don't really follow the OKR and "2S configuration" stuff, but with a thermistor and a PID arduino library, I can control temps reasonably well (still having challenges as I'm just starting to fiddle).
It's a pretty low cost route. I used a ~$6 thermistor, had the arduino (though a nano clone on eBay is ~$5), and the irlb8721 mosfet I'm using can be had for ~$2. I've also built circuits with the atmega328p (arduino chip) on a PCB prototype board by itself, which is quite small if you want to insert your own "brains" into something else...
I haven't seen much for off the shelf heaters other than e-cig stuff. You've likely seen the Bulli and "Project" threads from
@Pipes which are amazing. While those use an e-cig pack, I don't see why one couldn't just attach the wire of choice between any sort of terminals and connect to an equivalent battery or power supply and regulate with an arduino instead. I'd like to try this as my understanding of those box mods is they assume a certain power vs. resistance vs. temperature relationship and so you input these various coefficients based on your wire, resistance, an desired output... but they don't appear to monitor actual temps. I'd rather read the true temp and then tell the coil how to fire based on that. Then you don't need to care about whether it's SS, nichrome, nickel, kanthal, or Ti.
Sorry if you knew all of this stuff, just wanted to chime in with what occurred to me!