Coder Social home page Coder Social logo

Comments (3)

Xii-Nyth avatar Xii-Nyth commented on September 28, 2024

Update: found out it has no default hid support but that theres firmware which adds it

from gc_n64_usb-v3.

raphnet avatar raphnet commented on September 28, 2024

The Atmel AVR Atmega328 does not have a built-in USB controller, and this project requires AVRs with a built-in USB controller, such as the Atmega32u2 and at90usb1297. I could add support for other AVRs meeting this requirement, such as the ATmega32u4 for instance, but nothing can be done for "normal" non-USB AVRs.

from gc_n64_usb-v3.

raphnet avatar raphnet commented on September 28, 2024

To build a N64/Gamecube to USB adapter with a regular AVR micro-controller, I would suggest that you look at my old project which was based on V-USB (software USB implementation) however USB runs at low speed and the latency is a bit higher:
https://github.com/raphnet/gc_n64_usb

(note: I have not tested, but this one should already work on Atmega328 if the firmware is built using the Makefile meant for Atmega168)

from gc_n64_usb-v3.

Related Issues (9)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.