PS. I've called it 'FamiiDI' (Famicom / Wii / MIDI)!
129 Oct 29, 2013 6:01 am
Re: Chip maestro and midi controller (122 replies, posted in Nintendo Consoles)
130 Oct 29, 2013 5:59 am
Re: Chip maestro and midi controller (122 replies, posted in Nintendo Consoles)
what about batsly's family midi?
I have been working on an Arduino shield for MIDI to NES / Famicom that will work with batsly's family midi ROM - the hardware is ready to go, life has just gotten in the way of finding the time to sit down and write the code:
...the shield has a MIDI IN socket and circuitry (1n914 Diode / 6n138 Optoisolator / 1x220Ω & 1x270Ω resistors) and a DB15 socket for connection to the Famicom expansion port (or for NES, add an expansion port to your NES like so, or make your own DB15 to NES controller cable, or connect through the DB15 plug on an ENIO) - the shield also has a 4021 shift register on board, so the actual code to communicate with the NES would be really simple, there is no need to try and make the Arduino struggle to match the exact timing of the NES controller port, all you have to do is set the eight bits on the shift register after every latch and just let the 4021 do its thing!
So, for compatibility with family midi, just take the standard Arduino MIDI Library, read in each byte of MIDI, and put the eight bits of that byte on to the eight Arduino pins connected to the shift register, then rinse and repeat on every latch!
This shield could just as easily act like a NES controller the way MCTRL does... there are so many possibilities! I've also found room for a Wii Nunchuk connector, so the shield could read in the Nunchuk buttons and then send them out as NES control pad button presses, or read the Nunchuk tilt data and emulate an Arkanoid paddle, or send MIDI continuous controller data, or whatever! With the extra interfacing you get through the NES expansion port as compared to the controller port, there are a lot more possibilities! Because of the potential for so many 'modes' I've also put 3 dip switches on board to allow for code that will read the state of the switches and change mode accordingly (and there is an RGB LED on board wired directly to the dip switches for quick and easy representation of the selected mode by color).
Anyway, the hardware side is done, and I can have these made for something like $8 each, just haven't made myself sit down and write the code yet... any volunteers? Any serious volunteers?
131 Sep 27, 2013 2:14 am
Re: Kitsch-Bent.com Updates (latest newsletter!) (1,485 replies, posted in Trading Post)
are you planning these one but for de Nes Controller?
hadn't been, but that's a great idea!
will start working on that, won't be too hard
Also, this might save you some work on a NES controller version:
132 Sep 27, 2013 1:50 am
Re: Kitsch-Bent.com Updates (latest newsletter!) (1,485 replies, posted in Trading Post)
133 May 22, 2013 8:58 pm
Topic: VIC-MIDI (19 replies, posted in Commodore Computers)
134 Apr 30, 2013 10:59 am
Re: Nes with screen mounted/integrated (24 replies, posted in Nintendo Consoles)
I see your "integrated" screen, and I raise you a NES Control Pad + LCD in the shape of a GameBoy!
135 Mar 10, 2013 8:27 am
Re: NES 72 pin replacment (33 replies, posted in Nintendo Consoles)
...or you could build your own true 'zero insertion force' connector and slot-loading mechanism like this!
136 Mar 4, 2013 12:37 am
Re: Customized gear thread (1,206 replies, posted in Nintendo Handhelds)
THIS:
137 Mar 4, 2013 12:30 am
Re: what's the best way to set up an atari 2600 synth? (36 replies, posted in Atari)
Imagine a generic SoC platform that can be re-configured to a host of classic systems, at the gate level.
...somebody already imagined it three years ago:
138 Feb 13, 2013 3:41 am
Re: Kitsch-Bent.com Updates (latest newsletter!) (1,485 replies, posted in Trading Post)
How about using them for 'latched' button-presses - ie. if you press the Right-Shoulder button once it will simulate the Right D-Pad being held down until you press it again to release? Like so:
X = A (Latched)
Y = B (Latched)
RIGHT SHOULDER = D-PAD RIGHT (Latched)
LEFT SHOULDER = D-PAD LEFT (Latched)
Would probably be a good idea to also have a condition where the Left / Right Shoulder buttons will 'unlatch' if the opposite shoulder button is pressed, or if the opposite direction on the D-Pad is pressed... just so you don't end up with the Left and Right directions both being held down at the same time, although maybe that would make for some nice glitches?
139 Feb 13, 2013 2:39 am
Re: Kitsch-Bent.com Updates (latest newsletter!) (1,485 replies, posted in Trading Post)
mainly i just need to know about peoples preferred button macros for the 4 extra buttons which don't have a direct corresponding DMG button. either program-specific, or generic macros.
How about using them for 'latched' button-presses - ie. if you press the Right-Shoulder button once it will simulate the Right D-Pad being held down until you press it again to release? Like so:
X = A (Latched)
Y = B (Latched)
RIGHT SHOULDER = D-PAD RIGHT (Latched)
LEFT SHOULDER = D-PAD LEFT (Latched)
140 Feb 13, 2013 12:12 am
Re: Kitsch-Bent.com Updates (latest newsletter!) (1,485 replies, posted in Trading Post)
OK, you asked for it... if you are already including support for SNES controllers, then that means you will be reading in 16 bits:
B
Y
Select
Start
Up
Down
Left
Right
A
X
L
R
(None)
(None)
(None)
(None)
With the last 4 bits essentially wasted - so why not add in support for an extra four buttons occupying those 4 bits?
A simple implementation of this would be to daisy-chain two NES controllers together (with the data-out of the second controller's shift register tied to the data-in of the first controller's shift register) and now you have 16 buttons to play with!
141 Feb 12, 2013 11:40 pm
Re: SEGA HW is back! SEGA NOTE PC... (8 replies, posted in Sega)
...buy this instead:
142 Feb 12, 2013 8:24 am
Re: Pixel and Voxel Architecture (17 replies, posted in Graphics, Artwork & Design)
143 Feb 12, 2013 4:27 am
Re: NES Miracle Piano / Keyboard hacks? (3 replies, posted in Nintendo Consoles)
144 Feb 8, 2013 5:30 am
Re: HTML 5 gameboy emulator? (5 replies, posted in Nintendo Handhelds)
There's also: