Search found 325 matches

by nollkolltroll
Tue Oct 25, 2022 11:02 am
Forum: Hardware
Topic: Zeddy plays guitar.
Replies: 17
Views: 2373

Re: Zeddy plays guitar.

No problem reading an audio book, the only limit is each track can be max 12.5 minutes long. Split into multiple files, and the next limit is rhe size of the SD-card. Not a tight limit :)
by nollkolltroll
Sat Oct 22, 2022 10:31 pm
Forum: Hardware
Topic: Zeddy audio playing now a reality!
Replies: 24
Views: 3112

Re: Zeddy audio playing now a reality!

Doing things it never even dreamed of...
by nollkolltroll
Sat Oct 22, 2022 7:39 am
Forum: Development
Topic: Zeddy Audio Jukebox
Replies: 10
Views: 2642

Re: Zeddy Audio Jukebox

Moggy there is indeed an 8-bit R2R-DAC player already out, see https://www.sinclairzxworld.com/viewtopic.php?f=6&t=4844 The documentation on how to build the DAC is non-existing though... It's basically using the same stuff as the old printer port sound cards for PCs, like this one: https://www.juba...
by nollkolltroll
Fri Oct 21, 2022 7:03 pm
Forum: Development
Topic: Zeddy Audio Jukebox
Replies: 10
Views: 2642

Re: Zeddy Audio Jukebox

Moggy was wondering how this is done, so here is a general description of the tech behind it all. The code runs in FAST mode, shutting of the picture generation. The HSYNCs are still generated in the background at 15700Hz though, impossible to turn off on the ZX81. The code is divided into 2 state-m...
by nollkolltroll
Sun Oct 16, 2022 11:15 am
Forum: Development
Topic: ZX81 playing SID-songs!
Replies: 2
Views: 1058

ZX81 playing SID-songs!

I made a version of Zeddy Audio Jukebox that plays 8-bit audio through a simple R2R-DAC on port B of the AY/YM sound-chip. Sample rate 22109 Hz is less than 0.27% faster than 22050 Hz, so easier to convert audio with any sound programs. Here is a binary release with a player that replays the wonderf...
by nollkolltroll
Fri Oct 14, 2022 12:16 pm
Forum: Development
Topic: Zeddy Audio Jukebox
Replies: 10
Views: 2642

Zeddy Audio Jukebox

Play audio from SD-card using a ZX81 and ZXpand classic or plus! Output on tape out AND sound chip if available, with pretty display effect. Binary player with 4 songs are attached. I only got it working on real ZX81, no emulators. Read the details or get the source code at https://github.com/NollKo...
by nollkolltroll
Tue Oct 04, 2022 8:43 am
Forum: Development
Topic: Zeddy Video Jukebox
Replies: 6
Views: 1658

Re: Zeddy Video Jukebox

I did some quick calculations.
A single video file @20fps can be a bit longer than 54 minutes. Max 65536 frames.
A 2h video divided into chapters, would take about 211MiB. A LOT of video can live on a modern SD-card :)
by nollkolltroll
Mon Oct 03, 2022 9:47 am
Forum: Development
Topic: Zeddy Video Jukebox
Replies: 6
Views: 1658

Re: Zeddy Video Jukebox

Does this work with sx81p? All I get in the player window (the rectangle in centre of screen) is what looks like static 1. copy all files to the ZXpand_SD_Card directory 2. start sz81-win32\sz81p.exe 3. LOAD "MENU" 4. arrow to zvj60.p and press NEWLINE I have not tested on sz81, so could not say. I...
by nollkolltroll
Thu Sep 29, 2022 8:29 pm
Forum: Development
Topic: Zeddy Video Jukebox
Replies: 6
Views: 1658

Zeddy Video Jukebox

I made a video player for the ZXpand plus a while ago https://sinclairzxworld.com/viewtopic.php?f=6&t=2641 The time has now come for an updated version, working on both the ZXpand classic and the plus. This time only video, no fancy audio. I've done the code and have a github repo ready, a proper re...
by nollkolltroll
Sat Sep 17, 2022 1:23 pm
Forum: Hardware
Topic: ZX-WESPI - add a cheap wifi-enabled fileserver to your Zeddy!
Replies: 169
Views: 46323

Re: ZX-WESPI - add a cheap wifi-enabled fileserver to your Zeddy!

I just constructed the ZX-wespi video-version, and installed the esp32-tools for Linux. What was missing is how to flash the different binaries to the esp32 the first time. Here are the commands I used in the correct order: esptool.py --port /dev/ttyUSB0 write_flash 0x8000 partition-table.bin esptoo...