I want to control an external System, which needs a variable 0-10V DC Input for controlling. I am able to put Software PMW to a Pin, nd controll ist varable as I need, but I need to Convert the Output from the board form PWM Modulation to DC, an also Step Up Output ESP8266 PWM 0.0-3.3V to DC 0-10V.
Max Current runnig over the Output is 10mA, so I hope not to need external Power Supply.
Is there any ready to use Part for this, which I can order?
I doubt there is any ready made part for this. You could use a small dc-dc boost converter to provide a constant 10V supply from 3.3V/5V, then a transistor to boost up the pwm signal to 10V, and finally a low-pass filter to smooth the pwm into an analog DC voltage.
Hmm, yes. After my post I thought maybe drawing 10mA from the low pass filter would alter it's output voltage. So a better design may be to filter the esp output pin directly to create a 0-3.3V analog voltage, then feed that into an op-amp, because the op-amp will have a very high impedance input, so won't affect the filter's output voltage. Power the op-amp with 12V from a dc-dc boost converter if no other 12V supply is available.
creiter:
Max Current runnig over the Output is 10mA
Did you actually measure that yourself yet? If, in fact, the current is much less than 10mA, like less than 1mA, then the simpler transistor circuit I suggested, along with the RC values suggested by raschemmel, might work. But if 10mA is truly needed, then the op-amp circuit suggested by vwmarle would be better.
want to control an external System, which needs a variable 0-10V DC Input for controlling.
Some of these 0-10V inputs have the 10V already built-in wit an internal pull-up resistor. That way, you get full-brightness with no connection to the dimming input, or you can just connect a pot for dimming.
So, check with your meter to see if you already have 10V. If so, you can simply connect a transistor (with a current-limiting resistor to the transistor base).