TLC5615 Demo by tim.sinaeve

Example showing how to control a TI TLC5615 10bit DAC module with an Arduino.

Embed This Sketch

Use the following HTML code to embed the sketch code above in your blog or website.

<iframe style="height: 510px; width: 100%; margin: 10px 0 10px;" allowTransparency="true" src="https://codebender.cc/embed/sketch:83905" frameborder="0"></iframe>

Embed The Serial Monitor

You can also embed the Serial Monitor section! Just use this HTML code.

<iframe style="height: 510px; width: 100%; margin: 10px 0 10px;" allowTransparency="true" src="https://codebender.cc/embed/serialmonitor" frameborder="0"></iframe>

  • 2017-06-22 chinmayee hazarika

    Hi . i have used the module TLC5615 and used this code . I want an output say 0.0 V,1.1 V, 1.2 v, ... 2.0 , 0.0 V and again repeat the output , each with a user defined delay . Also the output of DAC i want to display in an LCD . I am unable to do it. Please help.