robdobsn / BusRaider

Play vintage computer games on real hardware, single-step debug Z80 programs and test new hardware with the BusRaider for RC2014. https://robdobson.com/2018/08/trs80-galaxy-invasion-on-rc2014/ and https://robdobson.com/2019/06/what-can-you-do-with-a-busraider-part1/
https://robdobson.com
MIT License
20 stars 3 forks source link

Broken Link #2

Closed EtchedPixels closed 4 years ago

EtchedPixels commented 5 years ago

The documentation PDF link on the readme.md doesn't work.

robdobsn commented 5 years ago

Hi Alan

I’ve fixed that now, let me know if you find anything else broken or need any help.

I think the easiest way to get started is to plug an HDMI cable and USB keyboard into the Pi (requires a couple of adapters unfortunately – a USB OTG one for a full sized USB A connector and an HDMI converter for the smaller HDMI connector on a Pi Zero). Hopefully you will have these if you have used an RC2014 PiGFX board. Also, the USB support is sketchy – some keyboards work and some don’t. Then plug into a PRO bus and power up.

You should see confirmation of keyboard OK and ESP32 Version showing on the HDMI display.

Once you have HDMI and keyboard working you can press F2 and get “immediate mode” on the Pi software. Then type:

w/yourssid/yourwifipw/ahostname

and enter.

The ESP32 should then go away and connect to your WiFi and the IP address should appear on the HDMI display.

Then you can open a browser and navigate to:

http://thebusraiderip

This should open the BusRaider Web UI.

Then you can select a machine – the serial terminal ones work ok with RomWBW on the 512K RAM/ROM and the TRS80 / ZX Spectrum should be ok with any linear 64K RAM board.

Then drag and drop programs (such as level1.rom for TRS80 or 48k.rom for ZX Spectrum) to run immediately or store on the SPIFFS file system and run from there.

There’s more info in the manual about configuring other features – such as UART emulation for 6850 and creating a demo.json file so you can use the demo button (below the ESP RESET button) to cycle through demo setups.

Let me know how you get on.

Best

Rob

Rob Dobson FIET rob@dobson.com +44 7770 866452 http://LinkedIn.com/in/robdobsn @robdobsn www.robdobson.com


From: EtchedPixels notifications@github.com Sent: Sunday, June 16, 2019 2:52:36 PM To: robdobsn/PiBusRaider Cc: Subscribed Subject: [robdobsn/PiBusRaider] Broken Link (#2)

The documentation PDF link on the readme.md doesn't work.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHubhttps://github.com/robdobsn/PiBusRaider/issues/2?email_source=notifications&email_token=ABAYSN2N5GDV4RHLO3VZ3VTP2ZASJA5CNFSM4HYRHF4KYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4GZX2TNA, or mute the threadhttps://github.com/notifications/unsubscribe-auth/ABAYSNZVAVKOLV5G2Q4AS5TP2ZASJANCNFSM4HYRHF4A.

EtchedPixels commented 5 years ago

Thanks

www.robdobson.com is also broken btw 8) - without the www works, with the www fails the SSL cert check 8)

robdobsn commented 4 years ago

Hi Alan, this is fixed now, thanks Rob