Skip to content

Commit 243556e

Browse files
committed
First version to share electrical engineering & electronics programs
1 parent 921b3e9 commit 243556e

File tree

7 files changed

+1858
-2
lines changed

7 files changed

+1858
-2
lines changed

README.md

Lines changed: 82 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,82 @@
1-
# graph65-programs
2-
Some BASIC programs I wrote for my Casio Graph 65 calculator
1+
# Graph 65 calculator programs
2+
3+
Some **BASIC** programs I wrote for my **Casio Graph 65** calculator when I was in high school.
4+
5+
![Version](https://img.shields.io/badge/Version-1.0.0-2AAB92.svg)
6+
![Static Badge](https://img.shields.io/badge/Last%20update-09%20Nov%202024-blue)
7+
8+
![Device](https://img.shields.io/badge/Device-Casio_Graph_65-green.svg)
9+
![Language](https://img.shields.io/badge/Language-Casio_Basic-purple.svg)
10+
11+
---
12+
13+
# Table of Contents
14+
15+
* [About the Project](#about-the-project)
16+
* [Programs](#programs)
17+
* [The Casio Graph 65](#the-casio-graph-65)
18+
* [Usage](#usage)
19+
* [License](#license)
20+
21+
# About the project
22+
23+
<img alt="Casio logo" src="doc/logo-casio.svg" height="42"/>
24+
25+
I just keep there some old programs I wrote (in French language) for my **Casio Graph 65** calculator when I was in high school (2003/2004).
26+
27+
It includes some basic programs for **Electrotechnics**, **Mathematics**, and **Physics** courses.
28+
29+
Very helpful for exams :)
30+
31+
# The Casio Graph 65
32+
33+
<img alt="Casio calculator photo" src="doc/casio-calculator.jpeg" height="256"/>
34+
35+
The **Casio Graph 65** was a mid-range digital graphing calculator.
36+
Its wide range of functions and program library was perfect for science courses and non-science higher education.
37+
38+
It allowed to create and run programs written in a programming language called **Casio BASIC**,
39+
which is a version of the BASIC programming language adapted specifically for Casio calculators.
40+
It was designed for ease of use in mathematical and scientific calculations and included syntax and commands tailored to the calculator’s hardware.
41+
42+
# Programs
43+
44+
> [!NOTE]
45+
> The programs are provided in _.fxi_ format in the _programs_ directory, I also provided the sources as _.txt_ files just in case.
46+
47+
## Electrical engineering & electronics
48+
49+
- :page_facing_up: _ELECTRO1.fxi_ : Course data related to power electronics :
50+
- Bipolar transistor
51+
- Solid-state relay
52+
- Triacs/Thyristors
53+
- Dimmers
54+
- Modulate power
55+
56+
- :page_facing_up: _ELECTRO2.fxi_ : Course data related to electrical engineering :
57+
- Cable selection
58+
- Calculation of the short-circuit current
59+
- Circuit breakers and selection
60+
- Earthing systems
61+
- Choosing a differential
62+
63+
# Usage
64+
65+
You can use the **FX-Interface** software to view/edit the _FXI_ files and transfer them to the calculator (through cable).
66+
67+
Then navigate to the _Programs_ menu on the calculator to run them.
68+
69+
# License
70+
71+
[General Public License (GPL) v3](https://www.gnu.org/licenses/gpl-3.0.en.html)
72+
73+
This program is free software: you can redistribute it and/or modify it under the terms of the GNU
74+
General Public License as published by the Free Software Foundation, either version 3 of the
75+
License, or (at your option) any later version.
76+
77+
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without
78+
even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
79+
General Public License for more details.
80+
81+
You should have received a copy of the GNU General Public License along with this program. If not,
82+
see <http://www.gnu.org/licenses/>.

doc/casio-calculator.jpeg

110 KB
Loading

doc/logo-casio.svg

Lines changed: 65 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)