Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - mijoe

Pages: [1]
1
Technical support / Re:0-10V analog from pwm
« on: November 15, 2011, 01:44:49 AM »
Thank you for your help.  We already use the FMD88 for other applications.  we want to use the Nano 10 in this case.

We will try constructing a filter as suggested in the TI article.


2
Technical support / Re:timer in cust.func.
« on: November 14, 2011, 01:37:46 PM »
Hi there,

You can check if the timer has timed out like this:

IF TIMERPV[1] = 0 Then . . . .
You can also set the timer as follows:

TIMERPV[1] = 20      

Hope this is what you need. :)

3
Technical support / 0-10V analog from pwm
« on: November 14, 2011, 01:30:45 PM »
I need to get a 0-10V analog output from Nano 10 PWM output.
What would be the best solution ?  I am thinking of using a voltage divider and capacitor.

Could you suggest a circuit?  Any help or suggestions would be appreciated.

Thank you. :)

Pages: [1]