All Projects → picosonic → Bbc Fdc

picosonic / Bbc Fdc

Licence: mit
Floppy disk interface for Raspberry Pi

Programming Languages

c
50402 projects - #5 most used programming language

Projects that are alternatives of or similar to Bbc Fdc

Ip Kvm Interface
DIY IP-KVM for Remote Desktop Access
Stars: ✭ 62 (-35.42%)
Mutual labels:  raspberry-pi, interface
Zynthian Ui
User Interface for Zynthian
Stars: ✭ 92 (-4.17%)
Mutual labels:  raspberry-pi
Cutehmi
CuteHMI is an open-source HMI (Human Machine Interface) software written in C++ and QML, using Qt libraries as a framework. GitHub repository is a mirror!
Stars: ✭ 90 (-6.25%)
Mutual labels:  raspberry-pi
Silvia Pi
A Raspberry Pi modification to the Rancilio Silvia Espresso Machine implementing PID temperature control.
Stars: ✭ 91 (-5.21%)
Mutual labels:  raspberry-pi
Balena Sound
Build a single or multi-room streamer for an existing audio device using a Raspberry Pi! Supports Bluetooth, Airplay and Spotify Connect
Stars: ✭ 1,306 (+1260.42%)
Mutual labels:  raspberry-pi
Python Interface
Minimal Pythonic Interface Definitions
Stars: ✭ 92 (-4.17%)
Mutual labels:  interface
Pirogue
PiRogue is a small device meant to ease network interception and analysis.
Stars: ✭ 90 (-6.25%)
Mutual labels:  raspberry-pi
Picamera
A pure Python interface to the Raspberry Pi camera module
Stars: ✭ 1,339 (+1294.79%)
Mutual labels:  raspberry-pi
Qtrpi
An easy-to-use environment to cross-compile Qt applications for Raspberry Pi from your desktop.
Stars: ✭ 93 (-3.12%)
Mutual labels:  raspberry-pi
Nwjs rpi
[NW.js port for Raspberry Pi] binary compiled for the ARMv6 used in Raspberry Pi (compatible with RPi 2 and RPi 3)
Stars: ✭ 91 (-5.21%)
Mutual labels:  raspberry-pi
Mfrc522 Rpi
🔑 Control your MFRC522 RFID Module with your Raspberry-pi and JavaScript
Stars: ✭ 91 (-5.21%)
Mutual labels:  raspberry-pi
Gpiozero
A simple interface to GPIO devices with Raspberry Pi
Stars: ✭ 1,302 (+1256.25%)
Mutual labels:  raspberry-pi
Smarthome
Device integration platform for your smart home
Stars: ✭ 92 (-4.17%)
Mutual labels:  raspberry-pi
Solarpi
A RaspberryPi based, Flask powered photovoltaic monitor
Stars: ✭ 90 (-6.25%)
Mutual labels:  raspberry-pi
Raspberry Pi Dramble
Raspberry Pi Kubernetes cluster that runs HA/HP Drupal 8
Stars: ✭ 1,317 (+1271.88%)
Mutual labels:  raspberry-pi
Black.box
Plug-and-Play VPN router and unblocker
Stars: ✭ 89 (-7.29%)
Mutual labels:  raspberry-pi
Filebrowser
📂 Web File Browser
Stars: ✭ 13,854 (+14331.25%)
Mutual labels:  interface
Joustmania
Raspberry Pi Jousting at its finest
Stars: ✭ 91 (-5.21%)
Mutual labels:  raspberry-pi
Picam
Elixir library used to capture MJPEG video on a Raspberry Pi using the camera module.
Stars: ✭ 96 (+0%)
Mutual labels:  raspberry-pi
Processing Sound
Audio library for Processing built with JSyn
Stars: ✭ 94 (-2.08%)
Mutual labels:  raspberry-pi

bbc-fdc

Floppy disk interface for Raspberry Pi

This project is to allow the direct connection of floppy disk drives with 34-pin Shugart bus ribbon cables to the Raspberry Pi for the purpose of reading floppy disks.

It controls the drive using GPIO and samples the read data pin using SPI to obtain a forensic level capture of the raw magnetic flux transitions on the floppy disk.

Initially this was created to read my BBC Micro 5.25 inch disks formatted in Acorn DFS, but I've also been able to read and extract data from Acorn ADFS, MS-DOS, Commodore 64 and Apple II 5.25 inch disks.

The Cumana dual 5.25 inch disk drive (built November 1985) I'm using is capable of reading multiple different logical formats.

I've read both 40 and 80 track 5.25 inch disks, both using the 40/80 track selector switch on the back of the drive and by double stepping. These tracks are spaced at 48 and 96 tpi respectively.

Single and double sided disks can be read by switching between upper and lower heads during the capture process. Flippy disks can also be detected and imaged without the need for flipping the disk in the drive.

The BBC Micro Acorn DFS format used 40 or 80 tracks, 10 sectors per track (numbered 0 to 9), 256 bytes per sector, with FM encoding (single density). This gives a maximum data capacity for a double sided 80 track DFS disk of 409,600 bytes. However 2 sectors on each side of the disk are reserved for the catalogue.

More recently I've also been able to read 3.5 inch disks using a TEAC FD-235HG PC drive. Due to the drive being internally set to DS1 I've had to connect it to the 34 pin ribbon cable prior to the swap and by moving the drive select jumper on my board to DS1.

I've so far been able to read and extract data from several 3.5 inch disks including Archimedes Acorn ADFS S/M/L/D/E/F, MS-DOS and Amiga.

Top of board

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].