nanoprom VS TommyPROM

Compare nanoprom vs TommyPROM and see what are their differences.

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
WorkOS - The modern identity platform for B2B SaaS
The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.
workos.com
featured
nanoprom TommyPROM
7 34
15 138
- -
0.0 6.5
over 1 year ago 8 days ago
C++ Logos
The Unlicense -
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

nanoprom

Posts with mentions or reviews of nanoprom. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-10-13.
  • EEPROM programmer w/o Shift
    1 project | /r/beneater | 27 Jan 2023
    You might be interested in my NanoProm project: https://github.com/gfoot/nanoprom - or the Pico equivalent which is in github too. They're for programming EEPROMs without glue logic, feel free to use any of the code that you find useful.
  • picture says all ...
    2 projects | /r/beneater | 13 Oct 2022
    It is actually possible to program the Atmel ones with a regular Arduino, or even a Nano, without needing shift registers, because the address pins are latched at the start of the write operation. This is how my NanoProm worked: https://github.com/gfoot/nanoprom
  • Implementing eeprom page write
    2 projects | /r/beneater | 26 Jan 2022
    If you remove the shift registers and connect the pins directly to the EEPROM then it can be done just using PORT writes. This worked well for me in NanoPROM, see here: https://github.com/gfoot/nanoprom
  • AT28C256: I could use some help.
    1 project | /r/beneater | 6 Aug 2021
    I have an alternative setup here for Nano and Uno that you might want to try - it deals with SDP, writes much more quickly overall, and doesn't require external components: https://github.com/gfoot/nanoprom
  • EEPROM Programmer
    2 projects | /r/beneater | 10 Apr 2021
    I also made an Arduino Nano version here: https://github.com/gfoot/nanoprom
  • DIY EEPROM programmer isn't writing every byte
    1 project | /r/beneater | 6 Apr 2021
    If you're interested, I have code here that does all the page writes, unlock codes, etc correctly: https://github.com/gfoot/nanoprom It only supports writing, not reading, and doesn't use shift registers like yours does, so you can't just switch to it, but maybe seeing the code can help with the timing issues.
  • Arduino Nano EEPROM programmer variant without shift registers
    1 project | /r/beneater | 2 Mar 2021

TommyPROM

Posts with mentions or reviews of TommyPROM. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-06-05.
  • Antique telecommunications device with keypad, speaker, and printout found at shop with a note attached
    1 project | /r/whatisthisthing | 1 Jul 2023
  • EEPROMs not working
    2 projects | /r/beneater | 5 Jun 2023
  • Cannot disable write protect on AT26C64B EEPROM
    2 projects | /r/beneater | 13 May 2023
    I have tried the script from u/nib85 from his github here (https://github.com/TomNisbet/TommyPROM/blob/master/unlock-ben-eater-hardware/unlock-ben-eater-hardware.ino) His code is for the 256k rather than the 64k version and I changed the sequence of writes as required by the datasheet for the 64k version as follows:
  • TommyPROM Help
    1 project | /r/beneater | 19 Apr 2023
    Oh ok. I did upload the sketch from the arduino ide, but I was following the documentation at https://tomnisbet.github.io/TommyPROM/.
  • New eeprom, different problem... All 'ff's...
    1 project | /r/beneater | 22 Mar 2023
    Which chip are you using? If it is the 28C256 and you built the Ben Eater programmer, try this sketch: https://github.com/TomNisbet/TommyPROM/tree/master/unlock-ben-eater-hardware
  • Problem with Arduino based EEPROM programmer
    1 project | /r/beneater | 22 Mar 2023
    Also, although not necessarily the root cause based on the symptoms you are describing, the AT28C256 comes with a software data protection feature which, if it was somehow enabled prior to shipping, needs to be disabled. Ben's EEPROM code does not unlock these chips. If your testing reveals that the EEPROM was in fact not written to, then one option would be to implement u/nib85's TommyPROM arduino programmer, which supports unlocking. It uses a few different chips, but you can make it work with Ben's hardware. There is a section somewhere in the hardware notes that speaks to that.
  • Continuous eeprom problems
    1 project | /r/beneater | 14 Mar 2023
    Here is one of th3m that works with your setup: https://github.com/TomNisbet/TommyPROM I will search for the other one and send. Also, read the README of the github repository
  • After writing my EEPROM I only read ff | ATMEL AT28C16 15PU 1701
    1 project | /r/beneater | 6 Mar 2023
    When I encountered the problem I tried to find the solution and found references to TommyRom. After trying I had the same behaviour then before. From the Datasheet I couldn't find mutch about extra steps to writing the Chip. I haven't build the first thing where Ben programmed the Chip manually, but I will recreate it next.
  • Buying the components in Europe
    1 project | /r/beneater | 8 Feb 2023
    Really not sure about that programmer... according to what I could read here it mostly supports micro-controllers and serial EEPROM chips. If you only run on Windows, then the XGecu T48 would be a safer bet, IMO. One of XGecu's official distributors has a store on AliExpress under the name of 'XGecu Official Store'. Most reliable source if you are willing to wait a bit. If you run Mac OS or Linux, then the older TL-866II-Plus model is best for compatibility as the minipro open source software works with it on these platforms. Still available out there, but good chance it will be a clone. A third option is a breadboard/arduino version like the TommyPROM from u/nib85.
  • Programming EEPROM
    1 project | /r/electronic_circuits | 21 Dec 2022
    I just added support for these chips to my programmer. Take a look at this project if you want to see some working code: https://github.com/TomNisbet/TommyPROM

What are some alternatives?

When comparing nanoprom and TommyPROM you can also consider the following projects:

picoprom - Raspberry Pi Pico DIP-EEPROM Programmer

eeprom-programmer - Arduino EEPROM programmer

Jebs-LCS-for-KSP - An automated countdown timer, a macro keyboard, and a control device for Kerbal Space Program that can be connected to the PC and autonomously launch the vehicle when the timer hits 0.

Xbox-EEPROM-Utility - Original Xbox EEPROM Dumper based on an ESP32 and ESP8266.

eeprom-programmer - An Arduino Nano sketch and schematic for an Atmel 28cx programmer.

modular-breadboard-base - Breadboard base with attachment slots for various modules

TommyPROM-PCB - PCB design files for the TommyPROM project (https://github.com/TomNisbet/TommyPROM)

Volvo-melbus - Volvo MELBUS Bluetooth audio input and remote control with Arduino Nano

flashrom - Send patches to https://review.coreboot.org: https://www.flashrom.org/Development_Guidelines#GitHub

ArduinoJson - 📟 JSON library for Arduino and embedded C++. Simple and efficient.

qodem - Qodem Terminal Emulator