Daniel Gorbea 2021-10-30 16:35:42 -05:00
rodzic 7fb759369c
commit 6752913ceb
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -8,9 +8,9 @@ A simple oscilloscope application that reads the values at serial port generated
<p align="center"><img src="./images/img2.png" width="300"><br>
<i>Settings</i><br><br></p>
Flash oscilloscpe.ino to an arduino board. In the Oscilloscope gui settings select the serial port with correct properties. By default 1000000bps, 8bits, no paraty, 1 stop bot and no flow control and an interval of 100ms between analog readings.
Flash oscilloscpe.ino to an arduino board. In the Oscilloscope gui settings select the serial port with correct properties. By default 1000000bps, 8bits, no parity, 1 stop bit and no flow control and an interval of 100ms between analog readings.
For ATmega based boards there is a PWM signal at pin B2(OC1B). To test the Oscilloscope app connect pin B2 to pin A0
For ATmega boards there is a PWM signal at pin B2(OC1B). To test the Oscilloscope app connect pin B2 to pin A0
Adjust PWM signal with PWM_FREQ and PWM_DUTY. Default is 100Hz, 50% duty.
Pin B2 location: