Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/Gustavomurta/Arduino_Mega_Programmer
- Owner: Gustavomurta
- License: mit
- Created: 2023-01-14T00:32:56.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-17T13:46:24.000Z (12 months ago)
- Last Synced: 2024-06-19T17:55:34.907Z (8 months ago)
- Language: Go
- Homepage:
- Size: 32.4 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-tinygo - Arduino Mega Programmer - Read ROMs, EPROM, Flash of older computers such as a Commodore C128 ROM chip. (Wireless Communication / WebSockets)
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/amd64Sorry 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