Search found 488 matches

by marcelk
06 Apr 2019, 21:50
Forum: Hardware and software hacking
Topic: Clock circuit check
Replies: 3
Views: 3724

Re: Clock circuit check

We've seen this several times before, where it turned out the multimeter itself is somewhat flaky. See the Troubleshooting page. I would just continue, there clearly is an active signal present.

Screenshot 2019-04-06 at 23.46.51.png
Screenshot 2019-04-06 at 23.46.51.png (300.32 KiB) Viewed 3712 times
by marcelk
05 Apr 2019, 21:36
Forum: Escape Meta Alt Control Shift
Topic: Makespace Cambridge next Saturday
Replies: 4
Views: 4604

Re: Makespace Cambridge next Saturday

Hackaday's own write-up of the event is now here. The improvised Racer demo worked flawlessly on the projector. Maybe a next time we should present the slide deck from a Gigatron?

Screenshot 2019-04-05 at 23.32.54.png
Screenshot 2019-04-05 at 23.32.54.png (399.63 KiB) Viewed 4484 times
by marcelk
02 Apr 2019, 06:32
Forum: Hardware and software hacking
Topic: Another Gigatron Instruction Set Question.
Replies: 2
Views: 2690

Re: Another Gigatron Instruction Set Question.

On 1: For moving AC to X, I would use this: ld ac,x It puts AC on the bus, lets the bus value pass through the ALU to the result bus unchanged, and lets X take the value from the result bus. On 2: The secondary destination, X or Y, in some store opcodes is a happy little accident. Store operations ...
by marcelk
01 Apr 2019, 08:58
Forum: Hardware and software hacking
Topic: Expansion bus
Replies: 98
Views: 95527

Re: Expansion bus

Transfer a fixed number of bytes is suitable for writing to a SD card but not for reading. For init (must be do at low frequency) and read we need polling. I will explain how I did SD-card access in my library: I started to look at sdcard.c in more detail and compare it to the explanation in the PD...
by marcelk
29 Mar 2019, 23:06
Forum: Hardware and software hacking
Topic: Decoding Branch Instructions
Replies: 2
Views: 2650

Re: Decoding Branch Instructions

You're missing nothing. The web page was simply wrong... :oops: Thanks for spotting! No idea how it got permuted, as this order has never changed.
by marcelk
29 Mar 2019, 07:04
Forum: Hardware and software hacking
Topic: LCD goes black when Pluggy McPlugface is inserted
Replies: 7
Views: 6348

Re: LCD goes black when Pluggy McPlugface is inserted

manumenzella04 wrote: 29 Mar 2019, 03:32 I can see a signal (~60 Hz) on the PS/2 port, so that’s probably a good sign.
It is a good sign. In order to avoid having to deal with two clocks potentially arriving at the same time (Gigatron and keyboard), BabelFish disables the PS/2 clock each time it expects the vertical blank.
by marcelk
28 Mar 2019, 11:08
Forum: Hardware and software hacking
Topic: arduino nano and bablefish
Replies: 2
Views: 2584

Re: arduino nano and bablefish

Indeed,

Code: Select all

Gigatron OK
means there are two sync signals coming from the Gigatron with roughly the expected duty cycles.
by marcelk
28 Mar 2019, 10:58
Forum: Hardware and software hacking
Topic: LCD goes black when Pluggy McPlugface is inserted
Replies: 7
Views: 6348

Re: LCD goes black when Pluggy McPlugface is inserted

These signals are strictly inputs to the ATTiny. The code is in the repo: Utils/BabelFish/BabelFish.ino // +------+ // ~RESET --|1. 8|-- Vcc // PS/2 data PB3 --|2 7|-- PB2 Serial data out // PS/2 clock PB4 --|3 6|-- PB1 Serial latch in // GND --|4 5|-- PB0 Serial pulse in // +------+ // ATtiny85
by marcelk
27 Mar 2019, 15:07
Forum: Hardware and software hacking
Topic: LCD goes black when Pluggy McPlugface is inserted
Replies: 7
Views: 6348

Re: LCD goes black when Pluggy McPlugface is inserted

This is something we haven't heard of before. Only a brief black out is expected when plugging into a life system. If another VGA screen shows the same issue, the ATTiny85 must be faulty in some way. Well, assuming it isn't accidentally reversed: the pin 1 indicator should be closest to the PS/2 jac...
by marcelk
26 Mar 2019, 19:15
Forum: Escape Meta Alt Control Shift
Topic: VCF Pacific Northwest 2019
Replies: 4
Views: 4611

Re: VCF Pacific Northwest 2019

I posted a photo impression on the Hackaday blog: https://hackaday.io/project/164176-giga ... nspiration