Skip to content

Commit f5a413a

Browse files
committed
Formatting
1 parent 9014331 commit f5a413a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Diff for: README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ There are two Arduino .INO files included; one for an LCD display, and one for a
99

1010
## Installation
1111
* 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:
1414
* Download and install the LCD library here: https://github.com/BasicCode/4DSystems_uLCD-144-G1-arduino
1515
* 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
1616

@@ -25,14 +25,14 @@ Prototyping on a breadboard the LCD and OLED displays should look like this:
2525
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
2626
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
2727
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-
![picture](images/circuit_diagram.png)<br>
28+
![picture](images/circuit_diagram.PNG)<br>
2929
Circuit diagram.<br><br>
30-
![picture](images/board_layout.png)<br>
30+
![picture](images/board_layout.PNG)<br>
3131
Board design.<br><br>
3232
![picture](images/actual_pcb.jpg)<br>
3333
Printed circuit board.<br><br>
3434
![picture](images/final_working.jpg)<br>
35-
Final product<br><br>
35+
Final product<br>
3636

3737
## Testing
3838
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

Comments
 (0)