updated readme

This commit is contained in:
m.menzel 2020-05-16 10:55:29 +01:00
parent 5d0c844dba
commit c407c79c0b
1 changed files with 10 additions and 2 deletions

View File

@ -7,6 +7,10 @@ This is made worse by the fact that the inputs, such as the Buttons and the Joys
The current code is working as intended and I played through the first Dungeons of Legen of Zelda - Ocarina of Time without any problems. However the Project is still a mess of wires, and not all Buttons have been hooked up yet. I intend to create a PCB to mount everything back into the origin casing and upload the Eagle Files to this repository, as well as to create assembly instructions and maybe also upload precompiled binaries.
While the first PRB Revision appears to be working tight now i will look into improving the PCB to allow <br/>
the User to see if everything is in owrking Order by incorporating LEDs in the PCB as well as a header for
Programming, which as of right now has to be done beforehand.
### What Hardware is needed for the Project ?
The code is designed to be run on a ESP32 Microprocessor from Espressif running @ 240Mhz.
@ -25,5 +29,9 @@ Yes you will have to edit the Pins used in the file `PinMappings.h` to match the
13.04.2020:<br/>
- moved source code to `src` folder<br/>
- added precompiled binaries for Heltec WiFi LoRa 32 V2 to folder `bin`<br/>
- added first PCB Files (untested, just ordered them today)
- added first PCB Files (untested, just ordered them today) <br/>
<br/>
15.05.2020: <br/>
- PCB has been tested an appears to be working just fine<br/>
- redesigning PCB to incorporate LEDs for user feedback as well as Programming Header<br/>
<br/>