thx,
if i provide 9V on VIN, the 7805 in the QL should generate the 5V, not ?
as said, i also tested that, providing 9V to VIN and the QL booted fine into minerva
Search found 38 matches
- Thu May 01, 2025 11:53 am
- Forum: Hardware
- Topic: powering ql via expansion connector ?
- Replies: 7
- Views: 584
- Thu May 01, 2025 10:25 am
- Forum: Hardware
- Topic: powering ql via expansion connector ?
- Replies: 7
- Views: 584
powering ql via expansion connector ?
Hi,
I'd like to ask if anyone knows if the QL could be fully powered via the 64pin expansion connector. I've tried to apply 9V on VIN and the QL boots up into minerva.
The Service Manual says:
>8.1 A custom-built power pack, external to the main board, supplies 9 volts d.c. at 2 amps and 44 ...
I'd like to ask if anyone knows if the QL could be fully powered via the 64pin expansion connector. I've tried to apply 9V on VIN and the QL boots up into minerva.
The Service Manual says:
>8.1 A custom-built power pack, external to the main board, supplies 9 volts d.c. at 2 amps and 44 ...
- Sun Nov 24, 2024 5:30 pm
- Forum: Hardware
- Topic: Broken QIMSI usb connector
- Replies: 9
- Views: 2183
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 ...
- 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 ...
- Sun Nov 24, 2024 10:36 am
- Forum: Hardware
- Topic: Broken QIMSI usb connector
- Replies: 9
- Views: 2183
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 ...
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 ...
- Sat Sep 21, 2024 9:49 am
- Forum: Hardware
- Topic: Connecting a uC (PIC) to the QL
- Replies: 27
- Views: 11406
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 ...
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 ...
- Fri Sep 20, 2024 5:57 pm
- Forum: Hardware
- Topic: Connecting a uC (PIC) to the QL
- Replies: 27
- Views: 11406
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"
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"
- Fri Sep 20, 2024 5:26 pm
- Forum: Hardware
- Topic: Connecting a uC (PIC) to the QL
- Replies: 27
- Views: 11406
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 ...
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 ...
- Mon Jun 10, 2024 6:26 pm
- Forum: Hardware
- Topic: Announcing the new "Gold Card" - QIMSI Gold
- Replies: 361
- Views: 115722
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 ..
- Wed Jun 05, 2024 5:10 pm
- Forum: Hardware
- Topic: Connecting a uC (PIC) to the QL
- Replies: 27
- Views: 11406
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...
- Mon Jun 03, 2024 8:06 pm
- Forum: Hardware
- Topic: Connecting a uC (PIC) to the QL
- Replies: 27
- Views: 11406
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.