mamífero
Published

Idea of an Arduino oscilloscope that reads negative tension

We see many projects of arduino oscilloscopes that measures between 0v and 5v with the bias at 2,5v. In this idea there is no biasing.

BeginnerWork in progress361
Idea of an Arduino oscilloscope that reads negative tension

Things used in this project

Hardware components

Arduino UNO
Arduino UNO
You also need a 12vdc and -12vdc power supply. You can use an old ATX power supply. - resistors for the tension divider ( if needed ) - 2x 1k resistors - 2x 10k resistors - 2x 1n4733a zener diodes
×1

Story

Read more

Schematics

Schematic

Schematic

Code

Some of the code in pseudo code

Arduino
Some of the code in pseudo code
void loop{
	
   if analogread 0 = 0 and analogread 1 = 0{
		show in graphical oscilloscope the dot in 0v line
	}

	 if analogread 0 > 0 and analogread 1 = 0{
		show in graphical oscilloscope the dot above the line of 0v
	}

	 if analogread 0 = 0 and analogread 1 > 0{
		show in graphical oscilloscope the dot below of the 0v line
	}
}

// the conjunction of this dots across the time line will form the wave in the graphical oscilloscope

Credits

mamífero
6 projects • 12 followers
Contact

Comments

Please log in or sign up to comment.