Search found 36 matches

by fuasn
Sun Nov 24, 2024 5:30 pm
Forum: Hardware
Topic: Broken QIMSI usb connector
Replies: 9
Views: 1912

Re: Broken QIMSI usb connector

thx for your help so far, i guess i'll go ahead (for this QIMSI) with

- Solder the connector again, and wire 5V from ROM port pad B1 to pin 1 of the connector.
- Alternatively, solder microUSB pin 1 to the other microUSB socket's pin 1.
- Alternatively, solder microUSB pin 1 to I/O port pin 2 ...
by fuasn
Sun Nov 24, 2024 10:36 am
Forum: Hardware
Topic: Broken QIMSI usb connector
Replies: 9
Views: 1912

Broken QIMSI usb connector

hi all,

Unfortunately i managed to break my 2nd (standard-)qimsi keyboad-connector now. The usb connector simply broke off its solder-pads and one of the solder pads even ripped off from the pcb (after resoldering the usb connector 2 times). on the other qimsi i even manged to rip off 3 of the ...
by fuasn
Sat Sep 21, 2024 9:49 am
Forum: Hardware
Topic: Connecting a uC (PIC) to the QL
Replies: 27
Views: 10601

Re: Connecting a uC (PIC) to the QL

thanks for the hints !

i tried that


100 before = PEEK_L(786448)
110 FOR i% = 0 to 1023 STEP 4
120 val% = PEEK_L(170000)
130 END FOR i%
140 after = PEEK_L(786448)
150 millis = after - before
160 PRINT millis

on Minerva (no TK2) and the result seems to be quite similar, around 1200ms for the ...
by fuasn
Fri Sep 20, 2024 5:57 pm
Forum: Hardware
Topic: Connecting a uC (PIC) to the QL
Replies: 27
Views: 10601

Re: Connecting a uC (PIC) to the QL

hi and thx martyn,

i have minerva running on that machine. i had a "for i=0 to 1024 step 4", will try to figure out how that "integer handling" works in sbasic. or try to somehow get the C impl working.
and yes, i'm using DMSCL to "take control"
by fuasn
Fri Sep 20, 2024 5:26 pm
Forum: Hardware
Topic: Connecting a uC (PIC) to the QL
Replies: 27
Views: 10601

Re: Connecting a uC (PIC) to the QL

hi all,
back to this, i now have (after tons of learning regarding tooling) a working prototype, means i can write to the PIC and also read from it.
Fixed addresses space and what not, doesn't matter, when writing smth to a matching address i get it back when reading from the address.

First ...
by fuasn
Mon Jun 10, 2024 6:26 pm
Forum: Hardware
Topic: Announcing the new "Gold Card" - QIMSI Gold
Replies: 338
Views: 100766

Re: Announcing the new "Gold Card" - QIMSI Gold

i also want to have that great masterpiece, please add to me also to the list. i'll send you a PM ..
by fuasn
Wed Jun 05, 2024 5:10 pm
Forum: Hardware
Topic: Connecting a uC (PIC) to the QL
Replies: 27
Views: 10601

Re: Connecting a uC (PIC) to the QL

i also had that problem with DSMCL already, means i thought i have to set it low when its my turn, but in-fact its the other way-round...
by fuasn
Mon Jun 03, 2024 8:06 pm
Forum: Hardware
Topic: Connecting a uC (PIC) to the QL
Replies: 27
Views: 10601

Re: Connecting a uC (PIC) to the QL

btw i think im also wiring the colors the csync & vsync and that VPAL to the "next" connector, but i dont think i need them on this extension.
by fuasn
Mon Jun 03, 2024 7:33 pm
Forum: Hardware
Topic: Connecting a uC (PIC) to the QL
Replies: 27
Views: 10601

Re: Connecting a uC (PIC) to the QL

thx a lot ! will read..

... hm, that sounds very thrilling, but i have problems understanding why the extension should be in the address spaces mentioned


-- until some unlucky person designs a peripheral that sits up at the address $FFFF5, which may generate /DTACK faster (so problems might ...
by fuasn
Mon Jun 03, 2024 4:59 pm
Forum: Hardware
Topic: Connecting a uC (PIC) to the QL
Replies: 27
Views: 10601

Re: Connecting a uC (PIC) to the QL

hi martyn_hill,

okay thank you, never heard of that, do you maybe have some pointer for more info ? does it also include DS(L) asserted ?
would mean i need to wire FC0 & FC1 then to the CPLD (and sacrifice 2 of the "free" pins). i got some CUPL inspiration from a memory-expansion project in this ...