Skip to content

Commit 9c5b666

Browse files
Commit at 25Mar23-1950
1 parent eea1818 commit 9c5b666

File tree

3 files changed

+36
-35
lines changed

3 files changed

+36
-35
lines changed
File renamed without changes.

README.md

+17-35
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
[![Website](https://img.shields.io/badge/Website-Link-blue.svg)](https://gavinlyonsrepo.github.io/) [![Rss](https://img.shields.io/badge/Subscribe-RSS-yellow.svg)](https://gavinlyonsrepo.github.io//feed.xml) [![Donate](https://img.shields.io/badge/Donate-PayPal-green.svg)](https://www.paypal.com/paypalme/whitelight976)
2+
3+
Table of contents
4+
---------------------------
5+
6+
* [Overview](#overview)
7+
* [Software used](#software-used)
8+
* [Libraries](#libraries)
9+
* [Parts list](#parts-list)
10+
* [Push button control](#push-button-control)
11+
* [Features](#features)
12+
113
Overview
214
--------------------
315
* Name : LR_meter_arduino
@@ -14,43 +26,19 @@ Overview
1426
* Author: Gavin Lyons
1527

1628

17-
Software Used
29+
Software used
1830
------------------
19-
Arduino 1.8.5
20-
21-
Eagle 9.0.1
22-
31+
Arduino 1.8.5 & Eagle 9.0.1
2332

2433
Libraries
2534
------------------------
2635
* <Adafruit_SSD1306.h> // OLED 1.1.2
2736

2837
Parts List
2938
------------------------------
30-
The schematic is available in Eagle in documents folder.
31-
32-
Parts List:
33-
34-
>
35-
> I2C 0.91" inch 128x32 OLED Display Module Driver IC: SSD1306.
36-
>
37-
> Arduino NANO or UNO
38-
>
39-
> Resistors: 2kohms, 20kohms, 200kohms, 1Mohms, 150ohm, 330ohm, 4.7Kohms X 2 .
40-
>
41-
> Capacitors: 2 uF non-polarized
42-
>
43-
> Two push buttons.
44-
>
45-
> Diode: 1N4001 or IN4148
46-
>
47-
> LM393 comparator IC [datasheet](https://www.onsemi.com/pub/Collateral/LM393-D.PDF) or LM339
48-
>
49-
> ZIF test socket , Output terminal or socket connections
50-
>
51-
52-
53-
Push Button control
39+
The schematic and Parts list are available in documentation folder.
40+
41+
Push button control
5442
-------------------------------
5543

5644
Push Buttons
@@ -118,9 +106,3 @@ We can now solve the equation for inductance.
118106

119107
This displays the voltage and ADC digital value measured on A0, This can be used for testing potentiometers,
120108
sensors or measuring voltage levels.
121-
122-
Copyright
123-
-------------------------------
124-
125-
Copyright (C) 2018 G Lyons. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, see license.md for more details
126-

documentation/eagle/Parts_list.txt

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
Parts List:
2+
3+
>
4+
> I2C 0.91" inch 128x32 OLED Display Module Driver IC: SSD1306.
5+
>
6+
> Arduino NANO or UNO
7+
>
8+
> Resistors: 2kohms, 20kohms, 200kohms, 1Mohms, 150ohm, 330ohm, 4.7Kohms X 2 .
9+
>
10+
> Capacitors: 2 uF non-polarized
11+
>
12+
> Two push buttons.
13+
>
14+
> Diode: 1N4001 or IN4148
15+
>
16+
> LM393 comparator IC [datasheet](https://www.onsemi.com/pub/Collateral/LM393-D.PDF) or LM339
17+
>
18+
> ZIF test socket , Output terminal or socket connections
19+
>

0 commit comments

Comments
 (0)