A really good news
Hi,gizmomelb wrote:Hi Jeff,
I was wondering when you may be ready to release all of the details needed to make the new standalone SD floppy disk emulator please? I really want to make one!
the PCB and the schematics are in a "beta" version state, and some changes can be made.
If you are very interested about building the prototype version, i can send you the PCB layout and the alpha version of the firmware next week.
No i will not sell it. The french language forum talking about selling the USB version. Giant will make and sell a small batch of the USB version.gizmomelb wrote: Or will you be selling them ready made (there is some discussion about this in the French language forum)?
thank you.
jf
Hi Jeff,
Regards,
Gizmomelb
yes please, I'd be very happy to build a beta version to help with testing and also help out with coding for the MCU if I'm able. I'll send you a PM with my contact details.the PCB and the schematics are in a "beta" version state, and some changes can be made.
If you are very interested about building the prototype version, i can send you the PCB layout and the alpha version of the firmware next week.
ahh my mistake, unfortunately French is not my native language and I misunderstood the intent.No i will not sell it. The french language forum talking about selling the USB version. Giant will make and sell a small batch of the USB version.
Regards,
Gizmomelb
Re: Wow°!
Yes, soon.uli wrote:Hey, that's really what i'm looking for since a long time to get my old wonderful DSS-1 running again!
Is it possible to get the all the stuff to build such a device? PCB/Soft,..
In waiting, a small video showing the emulator:
https://hxc2001.com/floppy_drive_emulat ... ulator.avi
Hi Jeff
many many thanks for updating the web site with the news and some details for the SDcard floppy emulator, I look forward to seeing the firmware and a higher resolution schematic (the current one is a little blurry).
Many thank for all your hard work and what a wonderful St. Valentine's Day gift
many many thanks for updating the web site with the news and some details for the SDcard floppy emulator, I look forward to seeing the firmware and a higher resolution schematic (the current one is a little blurry).
Many thank for all your hard work and what a wonderful St. Valentine's Day gift

website updated : the full scale schematic is now availablegizmomelb wrote:Hi Jeff
many many thanks for updating the web site with the news and some details for the SDcard floppy emulator, I look forward to seeing the firmware and a higher resolution schematic (the current one is a little blurry).
Many thank for all your hard work and what a wonderful St. Valentine's Day gift

sources released (alpha version
)
and a new video :
https://hxc2001.com/floppy_drive_emulat ... dalone.avi

and a new video :
https://hxc2001.com/floppy_drive_emulat ... dalone.avi
many thanks Jeff, you are a star!
I'm busy trying to source the parts so I can make one of these now.
I'm really impressed with the FAT32 and LCD support in the SD card standalone floppy emulator, it also looks like it supports WRITING data - is that true?
Also I was wondering can the SD standalone emulate floppy drives other than 80 tracks? ie: can I set jumpers (or will the PIC software recognise) so it is a 5.25" (not that the size matters) 40 track SSD and then use it on a BBC computer?
Can the SD standalone emulator Single Density, Double Density and High Density floppy drives (either 3.5" or 5.25")?
Thank you and regards,
Gizmomelb
I'm busy trying to source the parts so I can make one of these now.
I'm really impressed with the FAT32 and LCD support in the SD card standalone floppy emulator, it also looks like it supports WRITING data - is that true?

Also I was wondering can the SD standalone emulate floppy drives other than 80 tracks? ie: can I set jumpers (or will the PIC software recognise) so it is a 5.25" (not that the size matters) 40 track SSD and then use it on a BBC computer?
Can the SD standalone emulator Single Density, Double Density and High Density floppy drives (either 3.5" or 5.25")?
Thank you and regards,
Gizmomelb
Warning, the schematic and the pcb are in a "beta" version, so they may change in the future.gizmomelb wrote:many thanks Jeff, you are a star!
I'm busy trying to source the parts so I can make one of these now.
Actually no. In the future maybe with some computers (Write sector only / no track writing)gizmomelb wrote: I'm really impressed with the FAT32 and LCD support in the SD card standalone floppy emulator, it also looks like it supports WRITING data - is that true?![]()
In fact writing MFM data directly to the sdcard is a too long process. So writing an entire track in one shot is impossible with this device. To do this the emulator need to have an RAM buffer.( the PIC has only 4KB of RAM...)
The number of track is in the floppy image. The emulator can emulate floppy from 1 track up to 255 tracks.gizmomelb wrote: Also I was wondering can the SD standalone emulate floppy drives other than 80 tracks? ie: can I set jumpers (or will the PIC software recognise) so it is a 5.25" (not that the size matters) 40 track SSD and then use it on a BBC computer?
Can the SD standalone emulator Single Density, Double Density and High Density floppy drives (either 3.5" or 5.25")?
-> Single Density (FM) : i have never tested the emulator with this format, but it is possible.
-> Double Density (MFM/250Kbits/s) yes
-> Double Density (MFM/300Kbits/s) never tested, but yes.
-> High Density (MFM/500Kbits/s) never tested but this will need some code optimisations.