How I added a USB port to the Nintendo 64 (Because I didn't want to buy the mouse)

Поделиться
HTML-код
  • Опубликовано: 22 июл 2023
  • I created a device that lets the N64 work as a USB host. So far it only supports a boot mouse but more functionality could be added in the future with only software changes.
    Source code for the project is here
    github.com/lambertjamesd/n64-usb
  • НаукаНаука

Комментарии • 261

  • @dr_quantum1012
    @dr_quantum1012 Год назад +313

    Your work inspired me to pursue electrical engineering! Great to see what hobbyists can do with a little bit of knowledge and the right tools!

    • @bowi1332
      @bowi1332 Год назад +12

      His work inspires me. Period. 😅

    • @voxelfusion9894
      @voxelfusion9894 Год назад +11

      Me too! Then a few semesters in I realized it wasn't for me and switched to comp sci instead lol.

    • @Matyas_Ceo_Of_Matyas
      @Matyas_Ceo_Of_Matyas Год назад +1

      ​@@bowi1332no period lol

    • @ukrpgfan4029
      @ukrpgfan4029 10 месяцев назад

      @@bowi1332 Me too full stop.

  • @soviut303
    @soviut303 Год назад +176

    You might want to investigate an Adruino Teensy. I've used one to make an adapter for an old metal DDR pad I own. The Teensy is specifically intended to be a HID (human interface device) which makes it able to emulate keyboards, mice, game controllers, midi, etc. pretty easily with the right libraries.

    • @james.lambert
      @james.lambert  Год назад +62

      That definitely sounds like something I may check out. Can it operate as the USB host? If not it wouldn't be useful for this project but I would love to find a good chip that has a built in USB host.

    • @soviut303
      @soviut303 Год назад +53

      @@james.lambert yes, it can host; it has 4 pins on the top that a host adapter cable can be attached to. I recommend getting a teensy with the headers already attached. It saves a tonne of time being able to plug it straight into a breadboard.

    • @DoctorDalek
      @DoctorDalek Год назад +27

      @@james.lambert The Pico can do USB host. Overall it'll be cheaper than any Arduino offering.

    • @Jeff-ss6qt
      @Jeff-ss6qt Год назад +9

      ​@@DoctorDalekPi Pico can also do timing sensitive stuff with interfaces.

    • @Xaymar
      @Xaymar Год назад +6

      ​@@james.lambertThe later Teensy models can even have two or three (with gpio routing) usb ports. One host and two client ports are possible - using this to create a hardware alternative to software audio routing.

  • @SamCampbell
    @SamCampbell Год назад +64

    Saving money on peripherals? Sounds good to me!

    • @jackatk
      @jackatk Год назад +3

      Somebody call the Nintendo lawyers! Miyamoto won’t be happy about this!

    • @Trollzz_YT
      @Trollzz_YT 11 месяцев назад +2

      @@jackatk 🤓☝️

    • @jackatk
      @jackatk 11 месяцев назад +1

      @@Trollzz_YT
      Correct

    • @Numbabu
      @Numbabu 11 месяцев назад +3

      ⁠@@jackatkit’s really funny that anyone can immediately refute this by saying “Nintendo isn’t selling peripherals anymore, the money wouldn’t go to them” but people who really know what’s going on know that Nintendo hates their fans and would still get mad for no reason.

    • @TheEternalHyperborean
      @TheEternalHyperborean 10 месяцев назад +1

      Lol, just the oscilloscope he purchase is around $275, a good $100 more expensive than just buying the mouse. He didn't save money.

  • @jbritain
    @jbritain Год назад +56

    This is really cool! You mentioned it's not sensitive enough, maybe you could add a little potentiometer for a dial sticking out that lets you adjust the sensitivity.

  • @Jademalo
    @Jademalo Год назад +33

    Oh nice, this is an awesome project!
    As a tip for anyone else interested in this sort of electronic signal analysis - If you're not dealing with analogue signals at all, then you can get by without needing to spend a lot of money on a fancy oscilloscope. You can get a basic logic analyser for ~£12.50 which will let you capture a signal and analyse the logic. I originally got mine when I was debugging an Arduino based N64 controller adapter, and it worked a treat to be able to see what both the console and the controller were doing.

  • @blakkpatron
    @blakkpatron Год назад +9

    This is huge, mouse & keyboard support for the n64 would be a dream come true.
    hope you continue working on this project.

    • @DaMu24
      @DaMu24 11 месяцев назад

      Screw keyboard, just add the mouse support.

  • @Walking_bandaid
    @Walking_bandaid Год назад +50

    I love your easy to understand explanations as to what is happening rather than glossing over it. Even as someone who just likes to mess around with electronics I find your videos to be a joy to watch.

  • @Dee_Just_Dee
    @Dee_Just_Dee Год назад +24

    Wow, good stuff!
    A couple of thoughts:
    (1) The mouse sensitivity can hopefully be addressed by adding a line or two of code to multiply mouse inputs by n.n. 1.0 would then be raw input, and something like 1.5 would give more movement and something like 0.5 would give less movement.
    (2) The audio in your video is really quiet compared to a lot of other RUclips content I watch. I think you'd benefit from running your audio through a dynamic range compressor and increasing the gain before uploading. For reference, I watched this video by downloading it to my PC and then running the audio through FFMPEG with the filter "loudnorm, compand=0|0:1|1:-90/-900|-70/-70|-30/-9|0/-3:6:0:0:0, loudnorm". In plain English, that's, "boost the volume to a reference level, run some aggressive dynamic range compression, and then pull the output up/down to that reference level again to be sure". This let me comfortably hear everything at my normal Windows volume of 20 whereas I would otherwise need to turn you waaay up to 40.

    • @goeiecool9999
      @goeiecool9999 11 месяцев назад +1

      I used to run all my desktop audio through a dynamic range compressor, but it made music sound really bad. I've switched to automatic gain control with a limiter.

    • @DaMu24
      @DaMu24 11 месяцев назад +1

      I'd ignore the suggestion for the audio stuff; he likely got a different microphone compared to his last vlog a couple months ago. Just test the input before recording using an audio visualizer and use an equalizer to keep the quiet intended input balanced with the higher.

  • @TheJmax04
    @TheJmax04 Год назад +18

    I've been learning circuit design and arduino stuff lately and your explanation of the double pull-down really helped me understand the concept.

  • @LB_
    @LB_ Год назад +25

    The beginning of this video was so quiet I thought my audio setup was broken, and the rest of the video is still rather quiet. Anyway, nice work!

    • @james.lambert
      @james.lambert  Год назад +24

      the beginning of the video is quiet because of a copyrighted song I had to remove after uploading.

    • @notalostnumber8660
      @notalostnumber8660 Год назад +4

      Normally I use audio at like 30% volume, but I had to use more like 90% to hear anything in the video

  • @partack1
    @partack1 Год назад +5

    I love these videos =3 please make more, they're REALLY really interesting, it's like seeing bits and pieces of my childhood being explained how they did certain things.

  • @NotTheWheel
    @NotTheWheel Год назад +5

    I'm always inspired by your passion in your projects my friend this is all brilliant :)

  • @EZOnTheEyes
    @EZOnTheEyes Год назад +3

    every last video of yours is a certified banger, software homebrew, hardware mods, what CAN'T you do? keep it up!

  • @kearen
    @kearen Год назад

    I'm loving how your style of editing is developing! Thanks for sharing a great project and video.

  • @otodusobliquus3836
    @otodusobliquus3836 Год назад +2

    Another banger as per usual! And very informal/easy to follow. Would love to see keyboard support as well, or at least support for a usb numpad so you could use the arrow keys for movement as that's all that really matters. Or native support in Portal 64 to use the second controller port just to use the dpad for movement instead. Can't wait to see more!

  • @theotherotherBrian
    @theotherotherBrian Год назад +2

    This is awesome! And thanks for sharing your R&D with everyone who might be interested in getting this setup for themselves!

  • @stephencooper3067
    @stephencooper3067 Год назад +4

    Think i heard a child half way through the the video, if so even more kudos for working on these projects!
    I have a two year old and struggle to find the time/motivation to work on my projects. If you have a young child and still managing to build these awesome things thats very impressive.

  • @distributedparanoia
    @distributedparanoia Год назад +3

    Buying an oscilloscope is a great move, digital doubly so, but i'm gonna echo the person that suggested getting a logic analyzer. They start around $20 and are complementary to an oscilloscope. Salaea Logic is a great free analyzer tool, and it even has a plugin for N64 controller logic analysis!

  • @maingron
    @maingron Год назад

    I just love the stuff you do period. You're amazing. Am a developer myself, but if I was to do such project, it would just end up in a hardware mess and stall right there.
    I think my closest project I get to "something that's easy to fix and really bothers me" is a script that allows you to double-click a rom and open it in the appropriate RetroArch core, but that's also a really simple one.
    Keep it up!

  • @neuralmodulator
    @neuralmodulator 11 месяцев назад +1

    Your videos are awesome. I hope you keep making them long after you're done with Portal 64!

  • @nikeschnd
    @nikeschnd Год назад

    Ah! Your tip about disabling the timer interrupt was exactly what solved my issue! I just finished a synthesizer module that reads a N64 controller and sends out an analog voltage. Only thing was the data was a bit glitchy. It makes perfect sense now though that the microcontroller was in an interrupt while a falling or rising signal came that it missed. Fixed everything by disabling global interrupts during the data sampling! Thanks again and great project!

  • @DemsCreates
    @DemsCreates Год назад +1

    Amazing work! I never thought something like this was possible, that's bonkers.

  • @ARitzCracker
    @ARitzCracker Год назад

    just gotta say, I loved your inline asm noop for a short delay, did the same thing when I was writing addressable-RGB firmware in Rust. The dramatic music was amazing

  • @Alex-qq1gm
    @Alex-qq1gm Год назад +9

    Urgh even N64 isnt safe from the KBM hackers on console. /s

  • @zicraftian
    @zicraftian Год назад

    I am a big fan of the N64 so your channel is very fun to watch!

  • @memyselfishness
    @memyselfishness Год назад +6

    You're the first person I've ever heard to say "ar-du-i-no," most people I know say "ar-dwi-no." Though, I'm not saying you're wrong. This is a brilliant project and I love using Arduinos and other similar devices to emulate hardware for consoles and the like.

    • @james.lambert
      @james.lambert  Год назад +5

      Maybe I should start calling it ardu-eye-no

  • @quackcharge
    @quackcharge Год назад

    another amazing video btw, your channel is such a gem. great work! sc with a mouse and keyboard would be super fun to see

  • @Bobbias
    @Bobbias 11 месяцев назад

    Cool project. Always great to see people working with old gaming consoles like this.
    On a technical/video production note: I would suggest using something to capture your PC screen rather than just jamming your camera into the screen. You could still crop/zoom to show relevant areas, and it would be much more readable.

  • @WatanukiProductions
    @WatanukiProductions Год назад +3

    "I changed nothing(or nothing that should matter) but it works now." Debugging in a nutshell.
    Your channel is super inspirational.

  • @Muskelhias
    @Muskelhias Год назад

    Nice work, awesome! :} I was in Japan last month and wanted to get some nice N64 mouses for Portal64, but I did not find even one, despite visiting like 20 retro shops... So I guess there is a reason why it is so expensive nowadays... :( But now I can build it by myself, thanks!

  • @Dane_Casperson
    @Dane_Casperson Год назад +2

    I love that this is not destructive at all to the N64. gives you all the mouse, and a pristine, stock N64, truly lovely :-)

  • @leroymilo
    @leroymilo Год назад +1

    Including debugging and explanation is great! I'll try to remember the interrupt issue, it might be usefull.

  • @btarg1
    @btarg1 Год назад +1

    That is a criminally small mousepad.
    This project will be brilliant for retro enthusiasts!

  • @CYXXYC
    @CYXXYC Год назад +4

    laughed out loud on 9:55

  • @MotownBatman
    @MotownBatman Год назад

    New Sub! Dryden, MI
    Excellent Job! Uh, I didn't have/play n64... Couldn't Afford it, & the Thumbstick Looked Weird. The Wii Implementation made it all Clear. Now I want to make some fashion to Attach 4 controllers to a USB for Emulators... I've never done PIC Style or any programming, but this looks sweet
    STAGE CLEAR! 🌟 that's all I remember from the Toys 'R Us Demo lol

  • @arabidllama
    @arabidllama Год назад +1

    I'm glad to see you printed it in orange, as is legally required for Prusa printers

  • @LordHonkInc
    @LordHonkInc Год назад

    oh this is neat! I've only just gotten into arduino/stm32 tinkering recently and bitbanging "low complexity" peripherals (meaning moreso the N64 gamepad communication protocol than the USB) is intensely gratifying :)

  • @heckintech
    @heckintech 11 месяцев назад

    What a fascinating project! I would absolutely pay for a Keyboard/Mouse adapter for the N64. 100%. Also, anyone ever tell you you look a LOT like a young Mark Hamill? 😁

  • @matthewcampbell4047
    @matthewcampbell4047 Год назад

    enjoyed the video, would love if you had some bonus content for subscribers for how you built the circuit board

  • @2crzy4uall
    @2crzy4uall Год назад +1

    The epic music for the little bits of coding killed me.

  • @Noah-ost
    @Noah-ost Год назад

    those parts where you cut to you coding with overly dramatic music were really funny lmao

  • @alienJIZ1990
    @alienJIZ1990 2 месяца назад

    Love the way you engineer things, my dude - your projects are inspiring af!
    This makes me wonder if it'd be possible to use a USB Mic with this and write a voice to text ROM, like a more accurate VRU, so homebrew devs could make games with it that actually use it in cool ways - because we all prefer to forget Hey You Pikachu

  • @TheRaveCrocker
    @TheRaveCrocker Год назад

    thats really cool james!

  • @yobb89
    @yobb89 Год назад

    cheers for the github, i'm going to build this and the psx version aswell sometime .

  • @josh116pep
    @josh116pep Год назад

    Wow I’m glad you didn’t want mine haha because this is ten times better!! Offer still stands but I love seeing this😀 keep up the great work. Now that I’m moved in and can start unpacking I can’t wait to try this out! Do you think you want to tackle the keyboard next? 😂

  • @leonschroder2970
    @leonschroder2970 Год назад +2

    Your videos are very inspiring to me

  • @pablovirus
    @pablovirus 10 месяцев назад

    That code debugging with epic music was too funny 😂

  • @la_chevre
    @la_chevre 10 месяцев назад

    Love the dramatic code edits 😂

  • @dege10000
    @dege10000 11 месяцев назад +1

    For any one that wants to try this, a more simple solution is using a ps/2 mouse since it can be read by any arduino without any extra hardware and there are already made libraries for them that simplify the process.
    Also laptops touchpads are almost always a ps/2 device, it's even posible to read the amount of pressure applied to them!

  • @ampycplus
    @ampycplus Год назад +1

    Glad to see a fellow ThinkPad + Linux user

  • @Clodd1
    @Clodd1 Год назад

    Your channel is really underrated.

  • @theexile4694
    @theexile4694 10 месяцев назад

    Keep living the dream James.

  • @ryan.crosby
    @ryan.crosby Год назад +4

    Awesome project. Had you considered using the RP2040 as the micro instead of the Arduino? The RP2040 is capable of doing USB Host with its PIO, which is supported by TinyUSB so it supports HID mouse input. The RP2040 is also ridiculously cheap and even supports MicroPython.

    • @user-zh2wl2sl2u
      @user-zh2wl2sl2u Год назад +1

      And supports arduino ide instalation so if he is familiar with that he can use if

  • @TheBrotherHolmes
    @TheBrotherHolmes 10 месяцев назад +1

    Your audio volume was low, so I turned up my earbuds. When an ad played, I leaped off the floor about a foot (may be slight exaggeration) while I was cooking dinner.

  • @briitch3131
    @briitch3131 11 месяцев назад +1

    theoretically,considering you've got all the primary interfacing issues put of the way, it shouldn't be too hard to program this to control any arbitrary usb device to work with the N64 with just a relatively little amount of reprogrammimg (p much kust buttons and inputs, since you've got all the hard stuff covered!!)
    nice job!!

  • @elijahtheurer344
    @elijahtheurer344 11 месяцев назад

    Holy moly, this reminds me of the old Mac plus keyboard that I didn't want to buy the adapter for, so I built my own. Only to find out afterward that somebody had already done it lol

  • @Gunbudder
    @Gunbudder 11 месяцев назад +1

    a protocol analyzer (or a logic analyzer) can be extremely useful for debugging lines that carry binary data. you can configure the protocol analyzer with how long each bit should be and it will do the work for you and instead of showing the trace, it can show you the bits. some of the really fancy protocol analyzers can take it even further and have common protocols built in like RS-232 or RS-422 and will show you data relevant to that protocol (or if there is some protocol error). they aren't too expensive these days either because you can get computer controlled ones that connect to your PC over USB

  • @sinfulldreamer
    @sinfulldreamer 11 месяцев назад +1

    So, this gives me an idea of how to make something I've been thinking about: An Arduino that emulates an N64 controller or multiple controllers which then can be controlled via local network or remotely. Essentially what that would do is give the ability to do networked multiplayer using the original hardware. Programming a server and client then compensating for the lag would probably be the hard part though.

  • @pikgears
    @pikgears Год назад +3

    Even if it's more expensive at first, this sort of thing is definitely good in the long run since there are a finite amount of n64 mice but an approximately infinite amount of generic usb mice.

  • @RetroRhith
    @RetroRhith Год назад +1

    This is brilliant!

  • @DFX2KX
    @DFX2KX Год назад +2

    you know, I see one potential application for a gadget like that. since the hot and ground wires are common to all 4 controllers anyway, and only the shared signal wires are unique, it would be possible to have that device emulate more than one controller at once, particularly with a faster chip doing the emulation.
    Which would be fun to pair with a virtual joystick applicaiton, stream a not-too-timing-critical multiplayer game and let your friends control player 2-4 on *actual hardware*.

  • @Turabbo
    @Turabbo Год назад

    Wish my coding felt like that lol. Fun video, thanks dude 🙂

  • @Talvos
    @Talvos 4 месяца назад

    This is so nice to see. The mouse was already expensive, but at least comes with each copy of the game. Meanwhile the N64 keyboard is like $1,000-$1,500!!!

  • @Gilesone1989
    @Gilesone1989 10 месяцев назад

    If I have the possibility one day to have my own company, I want you to be my project's director and do this all day !

  • @quackcharge
    @quackcharge Год назад +1

    14:20 is such a mood lol

  • @MaximumRD
    @MaximumRD 11 месяцев назад

    Well that is just amazing.

  • @john005_
    @john005_ 11 месяцев назад

    Oh my god that is great. We need one for dreamcast. The dreamcast only recognises the official mouse and maybe old ps/2 mouses with special adapters that are expensive

  • @TheFoxEssence
    @TheFoxEssence Год назад

    Great work ❤

  • @keyboard_g
    @keyboard_g Год назад +1

    Just about time to get Irix running on the N64, so we can get that 3d file browser.

  • @TravirusTheKing
    @TravirusTheKing 10 месяцев назад

    I like this I wonder if you could use the extra mouse buttons like the scroll functions or the other buttons that some have?

  • @Jallge
    @Jallge Год назад

    Nice work

  • @pgtmr2713
    @pgtmr2713 Год назад

    Laser trackball from Logitech and pair, (with ltunify in linux,) a keyboard to the same receiver dongle. Once paired they stay paired. They can also handle up to 6 devices on one receiver. Saves space, power, and wrists. No noticeable lag or issues with keys responding. I've got 3 paired sets

  • @mikel9292
    @mikel9292 Год назад +1

    It would be really cool if you add 2 buttons to the case for increasing or decreasing the mouse sensibility (I gess that it would be as simple as multiplying the input values for the X and Y coordinates by a variable that stores the sensibility managed by these 2 buttons).

  • @DanielSavageOnGooglePlus
    @DanielSavageOnGooglePlus Год назад +1

    randnet is back babyyyyyy

  • @jonmayer
    @jonmayer Год назад +1

    A built in multiplier for sensitivity would be nice. You could add a simple button to the arduino to change the "DPI" of the mouse.

  • @DeanofSmoking
    @DeanofSmoking 11 месяцев назад

    Simple idea to some. But you went beyond. TRUE GAMER! LOVE !

  • @AdrianDX
    @AdrianDX Год назад +1

    This is so extremely cool! Imagine getting to play all those FPS games with a modern keyboard and mouse on real hardware😵
    Maybe Blueretro could implement support for KB&M at some point. Though something with a USB input port would probably have a better chance at working with my KVM switch
    I hope you continue work on this! Not sure how much those parts cost, but maybe some cheaper alternatives exist?🤔
    Anywas, I’m just overly excited and day-dreaming😂
    Great work on both the project and on the video!👏🏻

    • @darbling
      @darbling 10 месяцев назад

      while it sounds cool to play those games with a keyboard and mouse, those games would NEED to be changed to accommodate the new control scheme. I've played emulated perfect dark on a keyboard and mouse and it wasn't pretty.

    • @AdrianDX
      @AdrianDX 10 месяцев назад

      @@darbling You might wanna check out some tutorials. Because 1964 GE/PD edition works perfect (at least with GE, can’t see why PD should be any different).
      As long as you can edit sensitivity in-game or adjust settings on the adapter, I believe it should be doable even or real hardware.

    • @darbling
      @darbling 10 месяцев назад +1

      @@AdrianDX in the case of PD, the controls are really wack in general and the way it feels is rough when played on kb/m. I'm just gonna say try it haha. I can't remember off the top of my head what the problems were.
      You know what, I'll try it again and I'll get back to you.

    • @AdrianDX
      @AdrianDX 10 месяцев назад +1

      @@darbling I’ll give it a go as well! Got me curious here😂 I hear the PC port based off the decomp for PD is really good with KB/M though.
      I have no idea what the PC port project name is though😅

  • @patosomon724
    @patosomon724 Год назад

    Wow this is so cool, imagine playing Goldeneye/Doom64/Quake with a mouse !

  • @SkelXton
    @SkelXton Год назад +1

    This is really cool and similar to something I once made. I used an arduino micro to interpret bytes to send mouse and keyboard data for a kvm device thing. I think the likely reason the program didn't work when you tried running it post debugging (Timestamp: 14:06) is because it wasn't connected to the serial monitor in the arduino IDE.
    If you tell it to connect to the serial monitor and it can't, it throws a pissy fit, so as long as you disable the serial debugger lines for that, it should work without needing to connect to the Serial Monitor. (I could very well be wrong, but idk just a thought)
    Overall though, really cool video

    • @james.lambert
      @james.lambert  Год назад

      Could be. It started working later even without being connected to the monitor.

    • @SkelXton
      @SkelXton Год назад

      ​@@james.lambertodd, I just wanted to state this because it was an issue I had on my project which caused a ton of latency lol

  • @Kyjor_
    @Kyjor_ Год назад

    This is sick

  • @lucetubegplusstillsux2678
    @lucetubegplusstillsux2678 Год назад

    Maybe a sensitivity slider of some sort would help with stuff like Mario Paint 64 since you can't change how sensitive it is on the game's end. Also kinda wish I saw you try it with Goldeneye or Perfect Dark. Still awesome project either way.

  • @RosieSapphire
    @RosieSapphire Год назад

    Holy heck. Now THATS epic.

  • @bonnome2
    @bonnome2 Год назад +2

    Hmm, you could also have used an esp32s3. It has usb host and tanakamasayuki made a library for it.
    You could even add bluetooth to it if you really wanted to!

  • @shiru8bit
    @shiru8bit 8 месяцев назад

    Been there. Did a similar thing some years back, with an Arduino, PS/2 mouse, and SNES. It kinda worked in general, but it was a bit glitchy, and it was very difficult to figure out just by the gueswork, without having a scope. Eventually got a scope, but never returned to this project.

  • @NimhLabs
    @NimhLabs 11 месяцев назад

    ... well, this should excite Uncle Derek over at Stop Skeletons From Fighting...

  • @hotrods20
    @hotrods20 Год назад +5

    Have you tried multiplying the mouse's input values by 1.2 or 1.3 to see if it is more sensitive? If that works, you could potentially include a pot on one of the analog pins on the Arduino and use that to change sensitivity.

    • @dhkatz_
      @dhkatz_ 8 месяцев назад

      Would not work. That would just cause more jitter.

  • @johnbillings5260
    @johnbillings5260 11 месяцев назад

    I made an adapter for Dual Shock to N64 using an UNO. There were libraries, but I do remember having to hack around them a bit. It was pretty cool to play GoldenEye with, but the aim was a bit jittery. I no longer have an N64 to mess with it.

  • @gareth4348
    @gareth4348 9 месяцев назад

    This is super cool

  • @muddle3017
    @muddle3017 Год назад +1

    Hey, would it be possible to do the same for the dreamcast keyboard/mouse? It would really be quite impressive if you could combine them into one.

  • @jogo1666
    @jogo1666 Год назад

    You are a boss. Im sorry for late sub. Thats my bad. The algorithm kept you away. .

  • @Figgy
    @Figgy 11 месяцев назад

    Is it possible to get the USB64 debugging ROM please? If it's been uploaded elsewhere I haven't found it and it looks really useful!

  • @TechGuyWiz
    @TechGuyWiz Год назад

    To get a full controller working on the mouse try the UtechSmart Venus Pro, its around $30 USD and has a num pad on the side so all you would have to do is program whatever numpad like on a keyboard to the button of your choice. Again as someone that has the mouse the computer see 0-9 as if you had an external Numpad attached to the PC

  • @Dje4321
    @Dje4321 11 месяцев назад

    It would be cool if it supported controller passthrough. That way you can use the mouse for joystick inputs, and the gamepad for normal N64 inputs while still being the "same" controller to the console

  • @Kurtea00
    @Kurtea00 Год назад +1

    Maybe have a mouse sensitivity variable on the arduino. If I understand it correctly, you could just multiply the input Vector by that value to correct for the mouse having a low DPI...

  • @Heavenira
    @Heavenira Год назад

    Really interesting

  • @GiuseppeGaetanoSabatelli
    @GiuseppeGaetanoSabatelli Год назад +1

    How much was the final theoretical cost of the arduino, cord end that plugs into the N64, and the 3D print materials? Since you open sourced it, I'm curious how much it would cost to build.
    And on a related note... Is the N64 pigtail connector sourced from a controller or a new part? lol...Speaking of not harming old hardware!

  • @protocetid
    @protocetid Год назад

    A business laptop, and a workstation model at that! I considered a workstation laptop, but got tired of looking for the right one and got a T series.

  • @popixel
    @popixel Год назад +1

    Lol. I did the same thing but for the Sega master system. They have a spinner controller in Japan and I thought it was too expensive to bother purchasing and I saw that someone had created a board that will mow you to me on spinner controller. So I designed a 3-D housing that was almost identical to the Sega master system controllers, the cost of testing, the prince and the sizing before having a printed far outweigh the cost of just buying the stupid controller in the first place. But I’ve got a video in my channel that showcases the final prototype.

  • @NeatNit
    @NeatNit 10 месяцев назад

    The sensitivity might be negotiable with the mouse. I have fiddled with PS/2 mouse and I remember that even that protocol had commands to set DPI, though I never tried it myself. Perhaps the mouse HID protocol over USB has the same thing?

  • @EtanMarlin
    @EtanMarlin Год назад

    that would be awesome to see StarCraft with mouse and keyboard on N64