All Activity
- Last week
-
First, let me get this out of the way: I am not interested in splitting this up; I'm mostly only interested in shipping to the US though that's not a complete dealbreaker, given the right person. I'm downsizing, can't really tinker with little fiddly electronic-y things any more, and so a bunch of these old MIDIBox projects that I nearly finished need to go. In this collection: -- Nearly-working MB-6582. This is a complete unit, panels, knobs, case, display, etc, containing eight SIDs, seven actual MOS of various flavors, one ARMSID. It is in principle complete, but it needs debugging. It powers up, the matrix lights flicker in an interesting pattern, the display fills up, and then nothing else. It's almost working. Someone wiser in the ways of these things could pull it across the finish line pretty easily, I think. Was modded to take a simple wallwart power supply, which is included. I believe all of the SIDs work but cannot completely guarantee that. -- Nearly-working MIDIBox TIA. Also a complete unit, populated board, chip, Atari cartridge shell to house it, cables, almost ready to go. This one again, nearly works but doesn't finish initializing. Debugging in these forums a couple years ago lead to the hypothesis that the RAM chips are sketchy or poorly-soldered. My surface-mount soldering skills are bad, so this is certainly possible. It also just needs a little debugging and some work by someone better at this than me. I do not have the power supply to drive this but I believe it takes a very standard one. -- Boards and (most?) parts for a second MB-6582. I'm not quite sure how I got here, but I have all or nearly all of the innards (apart from SIDs) for a second MB-6582, including circuit boards, LCD display, and components. No knobs, case, panels. I can take a more exact inventory of this if someone's interested. -- C64 power supply, believed working. (NB: this is NOT for the near-finished MB-6582, but for the hypothetical one still to be built. The complete one is modded to use a wallwart.) -- A few MIDIBox modules/boards, working -- 2xCore, 1xSID (no SID), 1xOPL (not fully tested ever). -- About a dozen loose PICs of varying types. -- PicKit 3 -- Edirol USB MIDI adapter + 2 MIDI cables -- Two extra MOS SID chips, PROBABLY BAD. I don't remember for sure but the only reason I would have set these aside in the first place and bought the ARMSID is if I couldn't get these to work. Maybe someone else would have better luck with them. -- Some ribbon cable and ends for connecting the smaller boards; extra components of various types. I can inventory these if someone's interested but there's no real treasure here, just the rest of my bits drawer. I can take more pictures of this stuff as needed. Looking around, I see people selling complete sometimes-flaky 6582s on Reverb for $900-ish. I'm thinking in aggregate I'd like to start at about $1500 + shipping for this whole collection. Like I mention at the top, I am not interested in splitting this up into little dribs and drabs and getting stuck holding the wee bits at the end; I'm wanting someone who's excited about jumping into this universe to take the whole thing. I'm in the US and mostly interested in shipping only to the US, but convince me and I might risk it. A little sad to see this stuff go, but it's been sitting idle for years and I'm not going to be able to use or work on it any further, so hopefully there's someone out there who's perfect for this collection. Following this thread, but also DM me if you are interested. PXL_20241102_214946707.mp4
- Earlier
-
Sure, will send PM later today. For sammichFM I have the project but not the bare PCBs. Can order them though
-
Hi, I am interested in buying bare 2 pcs sammichSIDs PCBs. I am also interested in buying sammichFM PCBs if it is possible. Best regards Rafal
-
It's no problem to sell on the facebook marketplace or on ebay. Best regards, Peter
-
i have two different versions of the sid, whole c64, a couple different midibox projects which were working but have been used for spare parts on other projects... a sid seq v2 is one of them, i forget the other, lol. i wanna sell the boards if anyone would be interested is it ok to post on ebay or facebook marketplace?? i'm in myrtle beach, south carolina, usa thanks, -J
-
MIOS8: How fast is the IIC (w/wo clock streching) & SPI clock
Rio replied to Rio's topic in MIOS programming (C)
Yes, clock stretching slows down the clock line for I2C communication. Some of the boards I use with I2C do not work because the clock rate is too high. With clock stretching it works but I don't know how high the clock rate is. But it must be below 400 kHz (this is the limit that is noted in the specifications of one of my external hardware). For SPI communication, one of my boards is limited to 1Mhz. So it would be good to know some specifications about the core8 board. -
MIOS8: How fast is the IIC (w/wo clock streching) & SPI clock
youpli replied to Rio's topic in MIOS programming (C)
Hi, Can you explain my what did you do with the clock stretching ? -
sammichSID Bulk Order Run #29/#30 - preorder form online
Sgw32 replied to nILS's topic in Bulk Orders
Here we go, I made a topic in fleamarket for sammichSIDs: -
Sgw32 started following Red and black sammichSID replica w/ 2xSID emulators
-
Hi everyone, For a long time I see that there is a constant demand for sammichSIDs, however there are only replicas from Hong Kong. I made my own sammichSID-compatible boards. I know that Midibox project is sort of non-commercial, so I do not plan to make huge profit, its just my hobby, and I want to make donations from sales. It would be better to completely agree with community and authors that I can make this synths as many as possible (and of course offer them for a good price) Everything is negotiable, I can donate and support the Midibox project from the sales - I really like it, I follow Midibox from 2008 Thus, I think I should give some life to this project again, so here is what I can offer now: - sammichSID compatible and looking like sammichSID synthesizer in red-black acrylic enclosure. Here are some photos: Price: 250 EUR with KungFuSID chip emulators(https://github.com/Sgw32/KungFuSID) 290 EUR with ArmSIDs Synthesizer is fully functional and was assembled 2-3 weeks ago. Features: - Glowing fluorescent buttons - Black-red stylish enclosure - Red LEDs - Engraving on acrylic top - Power supply is included I want to donate 10% from this amount(and from each sammichSID sale) to authors or to Midibox project. Please write to this topic, I'll contact you. I can make more of them if needed, please write in this topic if you are interested. I also have bare sammichSIDs PCBs for 15 EUR Also I am interested if there is any demand for MB6582 synthesizers and sammichFM. I have their designs too.
-
Compile *.asm setup files on the Mac into *.hex files
TK. replied to Oli's topic in MIOS programming (Assembler)
Cool! :) Btw.: meanwhile "gputils" is part of Homebrew: https://brew.sh For those who know this package manager: just enter "brew install gputils" Best Regards, Thorsten. -
Hello, about 10-15 years ago I built some MIDIBox projects and adapted the respective setup file (e.g. setup_8580.asm) and compiled a hex file from it. Since I was working on Mac OSX, Thorsten helped me to set up the whole thing so that I was able to do it myself. Unfortunately I have no experience with programming and compiling. These were the instructions at the time: 1. install Xcode 2. download gputils 3. open the terminal and go to the directory where gputils is located (e.g. Downloads) 4. enter “tar xfv gputils-0.13.6.tar.gz.tar” 5. tar file is now unpacked 6. use “cd gputils-0.13.6” to change to the gputils directory 7. enter “./configure” 8. enter “make 9. enter “sudo make install” 10. enter the root password 11. change to /Users/<name> with “cd” 12. touch .bash_login 12. open .bash_login 13. Insert “export PATH="/usr/local/bin:${PATH}”“ 14. save and close Setup completed 15. to create the hex file, change to the MIDIBox directory with the software in the terminal 16. enter “make“ 17. new hex file has been created Unfortunately the download of gputils at Sourceforge doesn't work (I tried Mac/Windows and different browsers) and I don't know which version I currently need. I also can't find a working download of SDCC anywhere. I was able to download “gputils_1.4.0.orig.tar.xz” from another site and install it successfully. I get as far as point 6 of my instructions, but nothing happens when I enter “./configure”. The terminal says “zsh: no such file or directory: ./configure” I myself use a MacBook Pro (2021) with mac OS Sonoma 14.6.1. Does anyone know what to do or where I can get the correct versions? Would other solutions (Xcode or MPLAB X IDE) be alternatives? I have already looked through countless pages and YouTube videos, but most of the explanations are far too old and no longer work or are no longer available. Thanks a lot! Oliver EDIT1 : By the way, I want to use a PIC18F4685 for a MIDIBox SID V2. EDIT 2: A friend helped me to install Gputils 0.13.7 correctly. Now it works without any problems on my MacBook Pro M1 Max 2021 with macOS Sequoia. So my question was answered outside the forum.
-
Rio started following MIOS8: J14 as Output
-
Is it possible that j14 can be configured programmatically as an output pin and if so, how can the pin be set to high or low?
-
MIOS8: How fast is the IIC (w/wo clock streching) & SPI clock
Rio replied to Rio's topic in MIOS programming (C)
Short feedback to 1): Regardless of the IIC clock rate (must be below 400khz), my solution now works with clock stretching. if anyone knows more about the SPI clock, please let me know. -
-
Try to replace sids with cheaper alternatives like swinsid
-
My old friends, i see it's fixed, happy to donate too.
-
More like 7 years later :D Update 2024 I wanted to use my MIDIbox SEQ V4 more, in different situations, and make it more portable. I have made a new case in aluminium, so I can move all the modules, the CS frontpanel and the MIDI socket panel from the suitcase to the new case easy, and connect all the in's and out's on the new case to the modules.
-
Heya! I was wondering if it is possible to have DIN sync clock out or even (one) CV/Trigger/Gate per sequence with the seq v4 lite. On the project page it is stated "working, but configuration is too difficult, therefore not documented." From how I understand, DIN sync can be achieved via a DOUT sihft register with 5V logic levels in the stm32f4 core. I assume the complication in the v4 lite project comes from the fact, that there is no display and thus no way to configure/set the clock/start/stop signals? Maybe someone can shed a light on how it could be achieved? I'm happy to change the software to make it work if that is necessary but would need some hints. Best regards, stahl
-
Thx tk, for finding out. So only the last note is missing in the changelog ;)