Greetings, im jus starting to learn how to use this wonderful board, i have found out that i need to output specific voltages through 1 wire, those voltages usually range between 100-500milivolts.
Naturaly i assumed that analogWrite() function would get the job done, however it semms that the smallest voltage is being outputed way to high.
This voltage ranges from 4.48volts AnalogWrite(24,0) to 1.18volts (AnalogWrite(24,254).
The smallest voltage of 1.18volts is way to high and im not even close of reaching 0v at any time.
I have tried to tinker with AnalogWriteRes(10) or even AnalogWriteRes(12) bits, increasing its stepping from 255 levels to 1024 and 4096 respectively for a finer control, yet none of those ever change the minimum voltage of 1.18v which is nowhere near the needed 100milivolts, let alone 0v.
Im sure im missing something important here, how can i actually get Teensy 4.1 to output through one of its pin from lets say 0v to 1v?
Thank you very much for all your help in advance!
Eugen.
Naturaly i assumed that analogWrite() function would get the job done, however it semms that the smallest voltage is being outputed way to high.
This voltage ranges from 4.48volts AnalogWrite(24,0) to 1.18volts (AnalogWrite(24,254).
The smallest voltage of 1.18volts is way to high and im not even close of reaching 0v at any time.
I have tried to tinker with AnalogWriteRes(10) or even AnalogWriteRes(12) bits, increasing its stepping from 255 levels to 1024 and 4096 respectively for a finer control, yet none of those ever change the minimum voltage of 1.18v which is nowhere near the needed 100milivolts, let alone 0v.
Im sure im missing something important here, how can i actually get Teensy 4.1 to output through one of its pin from lets say 0v to 1v?
Thank you very much for all your help in advance!
Eugen.