Figure 3 - uploaded by Shehova Daniela
Content may be subject to copyright.
Block diagram of the laboratory module used to examine R-2R Ladder Digital to Analog Converter, managed with an Arduino. Four-bit and 8-bit digital-to-analog conversion programs have been written for the experiment. // test1 void setup() { /* pinMode(22, OUTPUT); pinMode(23, OUTPUT); pinMode(24, OUTPUT); pinMode(25, OUTPUT); */ DDRA =255; } void loop() { for (char i=0; i<16; i++) { PORTA = i*16; delay(100); } PORTA = 0; delay(100); }

Block diagram of the laboratory module used to examine R-2R Ladder Digital to Analog Converter, managed with an Arduino. Four-bit and 8-bit digital-to-analog conversion programs have been written for the experiment. // test1 void setup() { /* pinMode(22, OUTPUT); pinMode(23, OUTPUT); pinMode(24, OUTPUT); pinMode(25, OUTPUT); */ DDRA =255; } void loop() { for (char i=0; i<16; i++) { PORTA = i*16; delay(100); } PORTA = 0; delay(100); }

Source publication
Conference Paper
Full-text available
The aim of the article is to share our experience in creating experimental modules controlled with an open source platform and used for teaching modern Digital-to-Analog Converters in university digital circuits courses. The modules were created using the Texas Instruments' ASLK PRO lab kit, an Arduino Mega 2560 microcontroller development platform...

Contexts in source publication

Context 1
... validate the results of the simulation study of the R-2R Ladder Digital to Analog Converter, the laboratory module, the block diagram of which is presented in Fig. 3, has been created [2], [3], [4], ...
Context 2
... validate the results of the simulation study of the R-2R Ladder Digital to Analog Converter, the laboratory module, the block diagram of which is presented in Fig. 3, has been created [2], [3], [4], ...
Context 3
... validate the results of the simulation study of the R-2R Ladder Digital to Analog Converter, the laboratory module, the block diagram of which is presented in Fig. 3, has been created [2], [3], [4], ...

Similar publications

Conference Paper
Full-text available
The aim of the article is to share our experience in creating experimental modules controlled with an open source platform and used for teaching modern Digital-to-Analog Converters in university digital circuits courses. The modules were created using the Texas Instruments' ASLK PRO lab kit, an Arduino Mega 2560 microcontroller development platform...

Citations

... Two is when a capacitor is charged, energy gets stored in a static electric field. Figure 4 was designed using Proteus 8 software [17]. It consists of a flyback oscillator connected to a high voltage transformer, the Flyback oscillator consists of resistors, diodes and MOSFET transistors connected in of 220 V and output of 110V. ...
Article
Full-text available
This report highlights steps taken from the beginning to the conclusion of the design and development of a functional high-Frequency electrosurgical unit, a device which uses high-frequency electric current to cut, coagulate and desiccate tissue for surgical effects by increasing intracellular temperature. Electrosurgical units have been around since the late nineteenth century but weren't commercialized until 1928 by William.T.Bovie and have advanced over the years but most electrosurgical units in developing countries are imported and thus are quite expensive. Because of this, electrosurgical units are scarce in most community clinics and rural healthcare facilities. These conditions inspired the conception of this project. The device was constructed using highly affordable materials and all work was done following three main objectives which were; parts and materials selection, CAD of both the circuitry and outer covering and the construction. The electrosurgical unit in this project uses a resonance and flyback driver mechanism to convert 220v 13A of A.C into 1Kv 5A current. By this method, a damped sinusoidal wave of a high frequency between 40 kHz-60kHz was achieved. The device was tested using a piece of meat and the frequency of current was measured using an oscilloscope. Several challenges were met along the way but the project was successful and a high-frequency electrosurgical unit was achieved.