Update README.md
This commit is contained in:
parent
d7712cca47
commit
298401802b
53
README.md
53
README.md
|
@ -1,2 +1,53 @@
|
|||
# BMBurner
|
||||
BMBurner is a Arduino based EPROM Programmer (SST 27SF512 Only)
|
||||
BMBurner is a Arduino based EPROM Programmer that can Read/Write/Verify Chips (SST 27SF512 Only)
|
||||
|
||||
# Download : [HERE][]
|
||||
|
||||
# Requirements :
|
||||
- Windows XP|Vista|7|8|10 (.net framework 3.5 installed)
|
||||
- 1x Arduino Nano/Uno (any arduino with atmega328 as microcontroler should work with same pinouts)
|
||||
- 1x 28Pin ZIF Socket
|
||||
- 2x 1K Resistors
|
||||
- 6x 22K Resistors
|
||||
- 3x 0.1uF Capacitors
|
||||
- 2x 74HC595 (or other replacement)
|
||||
- 2x 2N4401 (or other replacement)
|
||||
- 2x 2N3906 (or other replacement)
|
||||
- 1x Step-Up Converter (usually input 5v and output 12v, it produce 12v out of a 5v signal)
|
||||
|
||||
# Wiring Diagram :
|
||||
|
||||
![alt tag](https://github.com/bouletmarc/BMBurner/blob/master/Wiring/Wiring_Diagram.png)
|
||||
|
||||
# BMBurner (Windows GUI) Functions :
|
||||
- Load File to Buffer
|
||||
- Save Buffer to File
|
||||
- Read Chip
|
||||
- Program Chip
|
||||
- Verify Chip
|
||||
- Blank Check
|
||||
- Erase Chip
|
||||
- Edit Reading/Writing Chip addressing
|
||||
- Edit Reading/Writing Buffer addressing
|
||||
- Much Mores...
|
||||
|
||||
![alt tag](https://github.com/bouletmarc/BMBurner/blob/master/Wiring/Arduino_Windows_GUI.png)
|
||||
|
||||
|
||||
|
||||
# Which '.bin' Software can works with this ?
|
||||
|
||||
- Crome Tuning
|
||||
- BRe
|
||||
- eCtune
|
||||
- NepTune 'HRTuning'
|
||||
- TurboEdit
|
||||
- TunerPro
|
||||
- Anys others kind of Binary Editor (EEPROM)
|
||||
|
||||
# Donations :
|
||||
|
||||
You can donate to me using [This Link][].
|
||||
|
||||
[This Link]: <https://www.paypal.me/bouletmarc>
|
||||
[HERE]: <https://github.com/bouletmarc/BMBurner/archive/master.zip>
|
||||
|
|
Loading…
Reference in New Issue