This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// With this program, you can use the ESP32 as an ultra-low cost signal generator. | |
// To learn more, see https://techexplorations.com/courses/oscilloscopes/ | |
#include <Arduino.h> | |
#include "waveforms.h" | |
int i = 0; | |
int sample_delay = 0; | |
const byte POT_GPIO = 35; // Potentiometer | |
int t_sample; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* 07. Arduino PWM oscilloscope demo sketch | |
* | |
* Use this sketch to experiment with the measurement of a PWM waveform | |
* on an oscilloscope. | |
* | |
* Connect CHA of the oscilloscope to the anode of the LED. | |
* | |
* Use a potentiometer to control the duty cycle. | |
* | |
* Set triggering to Auto, and start the experiment. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* 06. Ultrasonic distance sensor HC-SR04 demo sketch | |
* | |
* This sketch calculates the distance between the HC-SR04 sensor and | |
* an object directly infront of it. | |
* | |
* To see the trigger and echo waveforms with your oscilloscope, | |
* connect CHA to the trigger and CHB to the echo pins. | |
* | |
* Set up edge trigger to CHA, and set it to 1V (or there about). | |
* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
de | |
a | |
o | |
que | |
e | |
do | |
da | |
em | |
um | |
para |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
license: mit |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!--- | |
Versão sem TAB. | |
-> | |
<html> | |
<head> | |
<title>Dashboard | Siscoserv</title> | |
<meta charset="UTF-8"> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
license: mit |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
license: mit |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
license: mit |
NewerOlder