Search found 94 matches

by xelalex
Fri Dec 01, 2023 1:58 pm
Forum: Hardware
Topic: OqtaDrive
Replies: 153
Views: 86719

Re: OqtaDrive

Hello thank you for your answer, I have the internal one with raspberry Pi zero W: Ok, got a clearer picture now. Did you connect OqtaDrive to the Microdrive connector of drive 1 on the QL PCB? What was the action you did when you took the latest log? I can see that drive 3 gets activated and some ...
by xelalex
Fri Dec 01, 2023 12:50 pm
Forum: Hardware
Topic: OqtaDrive
Replies: 153
Views: 86719

Re: OqtaDrive

@gozdniJezek123 From the log, it looks like OqtaDrive is pretty much working, so I guess we're not that far off. But before we dive into debugging, could you tell us a bit more about your setup? Is it just the Nano connected to your PC (Linux, Mac, Win?), or did you build any of the PCBs, and if so ...
by xelalex
Thu Nov 30, 2023 9:59 pm
Forum: Hardware
Topic: OqtaDrive
Replies: 153
Views: 86719

Re: OqtaDrive

What I do is: - turn on the oqtactl wihtout the Arduino connected to the QL - after its initialzied, I connecft it to the QL - then I remove the usb from the Arduino - reattach the usb to the Arduino - I do dir mdv1_ (it lights up) - i do dir mdv3_ (not found) - I shut down daemon I would not advis...
by xelalex
Thu Nov 30, 2023 9:07 pm
Forum: Hardware
Topic: OqtaDrive
Replies: 153
Views: 86719

Re: OqtaDrive

Attached you find the log running with debug. As soon as I have it all connected AND power on the QL, the logging hangs/stops. (As seen yb the log) From the log, we can see that the Nano is correctly flashed and serial communication works. However, it looks like there's tremendous noise at least on...
by xelalex
Thu Nov 30, 2023 3:41 pm
Forum: Hardware
Topic: OqtaDrive
Replies: 153
Views: 86719

Re: OqtaDrive

The log has very little info. Please set log level to DEBUG, then run the dir command on the QL, after that, get the log. I'm sure we can sort this out. Edit: To set log level when starting the daemon, do this: LOG_LEVEL=debug ./oqtactl serve --device /dev/tty.usb... BTW, even though I'm quite fond ...
by xelalex
Thu Nov 23, 2023 7:05 am
Forum: Hardware
Topic: FPGA replacment for the ZX8301 ULA and more
Replies: 267
Views: 105666

Re: FPGA replacment for the ZX8301 ULA and more

I would be interested in a basic ULA replacement as well. Still have a QL mainboard with dead ULA that I could get back to life with it.
by xelalex
Tue Nov 14, 2023 8:56 pm
Forum: Hardware
Topic: OqtaDrive
Replies: 153
Views: 86719

Re: OqtaDrive

OqtaDrive 0.5.3 has been released.
by xelalex
Wed Nov 08, 2023 6:46 pm
Forum: Hardware
Topic: OqtaDrive
Replies: 153
Views: 86719

Re: OqtaDrive

Can the Oqtadrive be used without a Raspberry Pi, using the Arduino SD Card slot to store the microdrive images? No, that's not possible. The Arduino is really just a protocol converter. It needs the daemon process to run somewhere, for example on a RaspberryPI, which then does the majority of the ...
by xelalex
Tue Sep 19, 2023 8:55 pm
Forum: Hardware
Topic: OqtaDrive
Replies: 153
Views: 86719

Re: OqtaDrive

OqtaDrive 0.5.2 has been released. It's mostly a maintenance release, but there's also one new feature: support for Qemulator mdump (V1 & V2) formatted MDV files, as well as MDI files.
by xelalex
Thu Sep 14, 2023 12:22 pm
Forum: Software & Programming
Topic: New mdv discovery - QL Expert (an expert system shell)
Replies: 30
Views: 3211

Re: New mdv discovery - QL Expert (an expert system shell)

I did Qdump yesterday, and it works, MDI to follow. This will then be in the next release. Everything implemented, and a release candidate is available now for trying this out. You can install it from the config tab in the web UI. Just make sure to select "release candidates" in the "...