Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/Gustavomurta/Arduino_Mega_Programmer

Read ROMs, EPROMs, Flash of older Microcontrollers or Computers
https://github.com/Gustavomurta/Arduino_Mega_Programmer

Last synced: about 2 months ago
JSON representation

Read ROMs, EPROMs, Flash of older Microcontrollers or Computers

Awesome Lists containing this project

README

        

# Arduino_Mega_Programmer (under development)

1) To read ROMs, EPROMs, Flash of older Microcontrollers or Computers
2) Read memory and save BIN or TXT format file
3) Using Arduino TinyGo Code and Golang (only)
4) OS = Windows 10 (for while) You may try on the Linux or MAC.
5) go version go1.19.2 windows/amd64

Sorry for the mess. I'm learning to organize my project.

https://github.com/Gustavomurta/Arduino_Mega_Programmer/tree/main/ROM%20Reader%20with%20Arduino (TESTED OK !!)

Golang:

https://go.dev/ Golang - my favorite language

https://go.dev/dl/ Golang downloads

https://go.dev/doc/install Golang Install instructions

https://go.dev/doc/tutorial/getting-started Golang getting started

TinyGo

https://tinygo.org/ TinyGo

https://tinygo.org/docs/reference/microcontrollers/arduino-mega2560/ TinyGo - Arduino Mega

https://tinygo.org/docs/concepts/peripherals/gpio/ How to control pins directly using GPIO

https://tinygo.org/docs/reference/microcontrollers/machine/arduino-mega2560/ Documentation for the machine package for the Arduino Mega 2560

https://github.com/tinygo-org/tinygo TinyGo Github