Boot Q68 without monitor and keyboard

Nagging hardware related question? Post here!
User avatar
Peter
QL Wafer Drive
Posts: 1953
Joined: Sat Jan 22, 2011 8:47 am

Re: Boot Q68 without monitor and keyboard

Post by Peter »

afx wrote:Now my Q68 acts "unattended" as a server and gateway with QPC2 <-> BBQL . Everything is OK!!
Good to hear that it works for you now.

By the way, I designed a piece of hardware which seems ideal for this purpose. I did not plan to talk about it yet, as I may not spend the time for a public release.
But since you mention this use case, you may want to have a look at the "Q Zero":
qzero.jpg
The "Q Zero" is a tiny QL compatible computer in a sub-RaspberryPi Zero form factor. It has most of the Q68 features, but with some omissions and some additions. It is meant as a space + cost saving "embedded" board, so it has no fullsize connectors on it, just pin headers. In your case, only external connectors for 5V, QLNET and SER would be needed.


Tinyfpga
Gold Card
Posts: 252
Joined: Thu Sep 27, 2018 1:59 am

Re: Boot Q68 without monitor and keyboard

Post by Tinyfpga »

Your Qzero is a great idea. I counted 66 potential I/O pins. What does your current configuration support. How difficult would it be to create UARTS, PWMs
ADCs,DACs etc. Support for RS485 would be great. I Know that no drivers exist for such I/O but I am sure they would be written if the hardware existed.

The response I received, on the forum,from Norman Dunbar to the following remark:
"If the Q68 had the I/O capability of an Arduino I guess it might represent an easy to use control system."
was
"That would be a nice to have!"


User avatar
Pr0f
QL Wafer Drive
Posts: 1298
Joined: Thu Oct 12, 2017 9:54 am

Re: Boot Q68 without monitor and keyboard

Post by Pr0f »

It looks like you would have to add analogue to digital devices to it to make those available, as that looks like one of those amazing Lattice FPGA's with small footprint and packing a hell of a lot of logic capability and RAM on chip - I spot a micro SD card and what looks to be 2 RAM devices. I have to say I am impressed by this!

I know some of these Lattice FPGA's did have PWM functionality - and UART should be no problem along with I2C and SPI bus - so adding your analogue systems would not be too difficult. You would want to buffer any input/output to the outside world through some tough interface chips - the tpic range from TI offer some almost bullet proof I/O capability - used these in an ECU I am designing - survive 50V tansients, short circuit, open circuit, drive relay / coils - the kind of toughness you need for an embedded controller.


User avatar
NormanDunbar
Forum Moderator
Posts: 2251
Joined: Tue Dec 14, 2010 9:04 am
Location: Leeds, West Yorkshire, UK
Contact:

Re: Boot Q68 without monitor and keyboard

Post by NormanDunbar »

I'm pretty sure that I "need" one of these! :)

Cheers,
Norm.


Why do they put lightning conductors on churches?
Author of Arduino Software Internals
Author of Arduino Interrupts

No longer on Twitter, find me on https://mastodon.scot/@NormanDunbar.
afx
Trump Card
Posts: 171
Joined: Tue Dec 28, 2010 10:23 pm

Re: Boot Q68 without monitor and keyboard

Post by afx »

Peter wrote:The "Q Zero" is a tiny QL compatible computer in a sub-RaspberryPi Zero form factor. It has most of the Q68 features, but with some omissions and some additions. It is meant as a space + cost saving "embedded" board, so it has no fullsize connectors on it, just pin headers. In your case, only external connectors for 5V, QLNET and SER would be needed.
Peter, great!!! :o :o I think that's a great idea. This project stimulates the imagination of any QL enthusiast.

I'm already imagining QZero inside my QL, in the area where the microdrive 2 is (next to QL-SD which is on mdv 1), then open some holes on the left side to take out some connectors ... :D :D

I want one too! ;-)


User avatar
Pr0f
QL Wafer Drive
Posts: 1298
Joined: Thu Oct 12, 2017 9:54 am

Re: Boot Q68 without monitor and keyboard

Post by Pr0f »

that's 3 customers already! :-)


User avatar
vanpeebles
Commissario Pebbli
Posts: 2816
Joined: Sat Nov 20, 2010 7:13 pm
Location: North East UK

Re: Boot Q68 without monitor and keyboard

Post by vanpeebles »

We need QL laptops asap! :ugeek:


User avatar
Peter
QL Wafer Drive
Posts: 1953
Joined: Sat Jan 22, 2011 8:47 am

Re: Boot Q68 without monitor and keyboard

Post by Peter »

Tinyfpga wrote:Your Qzero is a great idea. I counted 66 potential I/O pins. What does your current configuration support. How difficult would it be to create UARTS, PWMs
ADCs, DACs etc. Support for RS485 would be great. I Know that no drivers exist for such I/O but I am sure they would be written if the hardware existed.
The Q Zero has not that many free I/O, as the pin headers on the left and right are already dedicated for VGA, HDMI (adaptor required), PS/2 keyboard and mouse, QL network, I2C and SER. Only the RPi style header at the bottom is free for GPIO or other stuff.


User avatar
Peter
QL Wafer Drive
Posts: 1953
Joined: Sat Jan 22, 2011 8:47 am

Re: Boot Q68 without monitor and keyboard

Post by Peter »

Pr0f wrote: I spot a micro SD card and what looks to be 2 RAM devices.
Well spotted ;) The two SDRAMs are fully independent, allowing either dual CPU cores or video memory separate from main RAM.
The bottom side also holds a QL-SD style MicroMatch connector.


User avatar
mk79
QL Wafer Drive
Posts: 1349
Joined: Sun Feb 02, 2014 10:54 am
Location: Esslingen/Germany
Contact:

Re: Boot Q68 without monitor and keyboard

Post by mk79 »

Ah, I see you've gone BGA ;) That little thing looks truly incredible, congrats.


Post Reply