信号输出arduino
Signal output arduino
我想通过arduino输出信号。我有信号的时间和电压幅度,现在我想用 arduino 输出这个电压。我找不到办法做到这一点,甚至找不到可能。有人可以帮我解决这个问题吗?
你的Arduino只有一个PWM-output. So your PWM is a pulse signal with a time of 0V and 5V output. So you are not able to set a specific analog value to your output without additional hardware circuit (for example this PWM converter --> lowpass). Look here用于其他描述。
我想通过arduino输出信号。我有信号的时间和电压幅度,现在我想用 arduino 输出这个电压。我找不到办法做到这一点,甚至找不到可能。有人可以帮我解决这个问题吗?
你的Arduino只有一个PWM-output. So your PWM is a pulse signal with a time of 0V and 5V output. So you are not able to set a specific analog value to your output without additional hardware circuit (for example this PWM converter --> lowpass). Look here用于其他描述。