PiPROM | original Xbox EEPROM chip with a Raspberry Pi

 by   grimdoomer C Version: Current License: Non-SPDX

kandi X-RAY | PiPROM Summary

kandi X-RAY | PiPROM Summary

PiPROM is a C library typically used in Internet of Things (IoT), Raspberry Pi, Arduino applications. PiPROM has no bugs, it has no vulnerabilities and it has low support. However PiPROM has a Non-SPDX License. You can download it from GitHub.

PiPROM allows you to easily read, write, and erase original Xbox EEPROM chips using a Raspberry Pi!.
Support
    Quality
      Security
        License
          Reuse

            kandi-support Support

              PiPROM has a low active ecosystem.
              It has 78 star(s) with 15 fork(s). There are 10 watchers for this library.
              OutlinedDot
              It had no major release in the last 6 months.
              There are 2 open issues and 0 have been closed. There are no pull requests.
              It has a neutral sentiment in the developer community.
              The latest version of PiPROM is current.

            kandi-Quality Quality

              PiPROM has 0 bugs and 0 code smells.

            kandi-Security Security

              PiPROM has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
              PiPROM code analysis shows 0 unresolved vulnerabilities.
              There are 0 security hotspots that need review.

            kandi-License License

              PiPROM has a Non-SPDX License.
              Non-SPDX licenses can be open source with a non SPDX compliant license, or non open source licenses, and you need to review them closely before use.

            kandi-Reuse Reuse

              PiPROM releases are not available. You will need to build from source code and install.
              Installation instructions, examples and code snippets are available.

            Top functions reviewed by kandi - BETA

            kandi's functional review helps you automatically verify the functionalities of the libraries and avoid rework.
            Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of PiPROM
            Get all kandi verified functions for this library.

            PiPROM Key Features

            No Key Features are available at this moment for PiPROM.

            PiPROM Examples and Code Snippets

            No Code Snippets are available at this moment for PiPROM.

            Community Discussions

            Trending Discussions on Internet of Things (IoT)

            QUESTION

            Display data from two json files in react native
            Asked 2020-May-17 at 23:55

            I have js files Dashboard and Adverts. I managed to get Dashboard to list the information in one json file (advertisers), but when clicking on an advertiser I want it to navigate to a separate page that will display some data (Say title and text) from the second json file (productadverts). I can't get it to work. Below is the code for the Dashboard and next for Adverts. Then the json files

            ...

            ANSWER

            Answered 2020-May-17 at 23:55

            The new object to get params in React Navigation 5 is:

            Source https://stackoverflow.com/questions/61859411

            Community Discussions, Code Snippets contain sources that include Stack Exchange Network

            Vulnerabilities

            No vulnerabilities reported

            Install PiPROM

            You will need to connect the two I2C pins on your Raspberry Pi to the I2C pins on your xbox/I2C chip, as well as a ground wire between the two. The ground wire is very important! It acts as a reference line for the Pi to tell when a GPIO is high or low. If your Pi doesn't have the same ground reference as your xbox your results may be sporatic. The wiring chart below outlines the connections you need to make to connect your Pi to an xbox console. The numbers refer to the RAW pin numbers on the Pi, and the LPC pins on an xbox motherboard. Note that the pins are the same on all versions of the Raspberry Pi (V1, B+, V2). If you are connecting the Raspberry Pi to an I2C EEPROM chip that is not connected to an xbox motherboard you will need to look up the datasheet for the chip to figure out the pinout. You may also need to power the chip using the Pi's 3.3 or 5v lines. Once the tools are installed you will need to power up your xbox console or EEPROM chip, yes, the console needs to physically be turned on. Don't worry, as long as you're not doing anything on your console at the same time that PiPROM is reading/writing to the xbox EEPROM it won't harm anything. If your xbox console frags at boot, or throws a system error, you will only have ~3 minutes to work before it will auto power off. This will be plenty of time for PiPROM to read/write the EEPROM chip.
            The first step in getting PiPROM running is to enable the I2C interface on your Raspberry Pi. Adafruit has a very nice tutorial on how to do this.
            Once you have the I2C interface up and running on your Raspberry Pi it's time to get it connected to your xbox console. For xbox versions 1.0 - 1.5 it will require 3 wires to be soldered to the LPC port on your xbox motherboard, for version 1.6 it will require a few more connections that are a bit tricky.
            To test connectivity between the Pi and the EEPROM chip you can use i2cdetect to scan all I2C slave addresses and see what comes up. If you haven't already, install the i2c tools using the following commands:
            Next it's time to get PiPROM on to your Raspberry Pi. We will start by creating a directory for PiPROM and its dependencies. From a command line run the following commands which will create a folder called PiPROM and move you into it.
            Now you are ready to starting reading and writing EEPROMs! Below you can find the syntax for PiPROM. Remeber your PiPROM file is currently called PiPROM.a! You will need to run PiPROM using sudo in order for it to be able to access the I2C interface.

            Support

            Q: I'm having trouble getting the I2C interface setup on my Pi, what should I do? A: Check out Adafruit's [tutorial](https://learn.adafruit.com/adafruits-raspberry-pi-lesson-4-gpio-setup/configuring-i2c) on setting up the I2C interface. Q: I'm having trouble setting up bcm2835 or version 1.42 is no longer available? A: Check out the bcm2835 website for help getting it setup, or finding a newer version to compile with. Q: When I run i2cdetect no devices are detected? A: Check and make sure you don't have your SDA/SCL wires mixed up, and make sure your ground connection between your Pi and xbox/EEPROM is good. If you are trying to use PiPROM with an xbox make sure the console is power on before runnng i2cdetect or PiPROM. Q: I get errors when trying to read/write an EEPROM chip? A: Check and make sure you don't have your SDA/SCL wires mixed up, and make sure your ground connection between your Pi and xbox/EEPROM is good.
            Find more information at:

            Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items

            Find more libraries
            CLONE
          • HTTPS

            https://github.com/grimdoomer/PiPROM.git

          • CLI

            gh repo clone grimdoomer/PiPROM

          • sshUrl

            git@github.com:grimdoomer/PiPROM.git

          • Stay Updated

            Subscribe to our newsletter for trending solutions and developer bootcamps

            Agree to Sign up and Terms & Conditions

            Share this Page

            share link