OpenGL ES 2 – Tutorial 5 – Draw Squares

Every shape we want to draw must be brought back into triangles, therefore OpenGL will draw the square with 2 triangles. The “indices” variable specifies the vertices to be taken from “vertices” for each triangle (counterclockwise). For the first triangle, pair of coordinates x,y: 0, 1 and 2, for the second triangle, pair of coordinates x,y: 2, 1 and 3.

OpenGL ES 2 – Tutorial 5 – Disegnare Quadrati

Ogni forma che vogliamo disegnare deve essere ricondotta in triangoli, quindi OpenGL disegnerà il quadrato tramite 2 triangoli. La variabile “indices” specifica i vertici da prendere da “vertices” per ogni triangolo (in senso antiorario). Per il primo triangolo, coppia coordinate x,y: 0, 1 e 2, per il secondo triangolo, coppia coordinate x,y: 2, 1 e 3.

BJT

18 June 2021 0

The BJT (bipolar junction transistor) is an active electronic component with three terminals (base – collector – emitter). Its interior is composed of two alternately doped semiconductor junctions n and p. The two types of BJT that can be obtained are: the npn model and the pnp model.

BJT

18 June 2021 0

Il BJT (bipolar junction transistor – transistor a giunzione bipolare) è un componente elettronico attivo a tre terminali (base – collettore – emettitore). Il suo interno è composto da due giunzioni di semiconduttore drogato alternativamente n e p. Le due tipologie di BJT che si possono ottenere sono: il modello npn ed il modello pnp.

Diode – Lab 2

6 June 2021 0

We measure the voltage VD across the diode, the voltage VR across the resistor and the current ID flowing in the circuit for each value of Vi ranging from 0V to 2V with 0.1V intervals. Finally we graphically represent VD and VR.

Diodo – Lab 2

6 June 2021 0

Rileviamo la tensione VD ai capi del diodo, la tensione VR ai capi della resistenza e la corrente ID che scorre nel circuito per ogni valore di Vi che va da 0V a 2V con intervalli di 0.1V. Infine rappresentiamo graficamente VD e VR.

Diode – Lab 1

1 June 2021 0

With a multimeter it is possible to check the integrity of a diode. The “diode test” function allows you to measure the voltage drop across it. By connecting the anode to the positive and the cathode to the negative, we will read the voltage drop value on the multimeter. By reversing the link, we will not read any values.

Diodo – Lab 1

1 June 2021 0

Con un multimetro è possibile controllare l’integrità di un diodo. La funzione “prova diodo” permette di misurare la caduta di tensione ai suoi capi. Collegando l’anodo al positivo ed il catodo al negativo, leggeremo sul multimetro il valore della caduta di tensione. Invertendo il collegamento, non leggeremo alcun valore.