You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-5
Original file line number
Diff line number
Diff line change
@@ -9,8 +9,8 @@ There are two Arduino .INO files included; one for an LCD display, and one for a
9
9
10
10
## Installation
11
11
* Download the ZIP file and extract it to your Arduino folder.
12
-
* Download and install the AD9833 library here: https://github.com/BasicCode/AD9833-arduino<br><br>
13
-
Choose a display library:
12
+
* Download and install the AD9833 library here: https://github.com/BasicCode/AD9833-arduino
13
+
###Choose a display library:
14
14
* Download and install the LCD library here: https://github.com/BasicCode/4DSystems_uLCD-144-G1-arduino
15
15
* The OLED display uses two libraries from Adafruit (Thanks!). The SSD1306 driver: https://github.com/adafruit/Adafruit_SSD1306 and the graphics routines: https://github.com/adafruit/Adafruit-GFX-Library
16
16
@@ -25,14 +25,14 @@ Prototyping on a breadboard the LCD and OLED displays should look like this:
25
25
I used a program called pcbWeb (http://www.pcbweb.com/) to design the circuit and PCB, then send the files off to one of the distributors included in the program. The whole process was very easy and the
26
26
printed boards arrived after about 10 days. To my surprise I hadn't made any major mistakes on the board design and the fabrication was flawless. I found that it was cheaper to buy knock-off Arduino Nano
27
27
off eBay for about $4 each than to buy the individual AT328, clock crystal, and power regulator, and USB socket components. It looks amateurish but it gets the job done.<br>
28
-
<br>
28
+
<br>
29
29
Circuit diagram.<br><br>
30
-
<br>
30
+
<br>
31
31
Board design.<br><br>
32
32
<br>
33
33
Printed circuit board.<br><br>
34
34
<br>
35
-
Final product<br><br>
35
+
Final product<br>
36
36
37
37
## Testing
38
38
The AD9833 datasheet reports an output range of 0 Hz to 12.5 MHz. I found that the output stability and voltage break down quite a lot as frequency approaches 10 MHz, and greatly deteriorate by 12.5 MHz.
0 commit comments