Building my dream hobby computer

Поделиться
HTML-код
  • Опубликовано: 10 янв 2025

Комментарии • 58

  • @Jalecko
    @Jalecko  Месяц назад +2

    Link to the just created Cluatron Server: discord.gg/K9wbVfXu4f

  • @TroySchrapel
    @TroySchrapel Месяц назад +4

    Could probably adapt the PICO-56 hardware to run this. It only has 12bit VGA, but includes SDCard support, PS/2 keyboard (though USB is great too) and PWM audio out.

    • @av8r907
      @av8r907 Месяц назад +3

      Hey! I was thinking the same thing. There are a lot of simiarities. Would be awesome if someone would bring this to the pico56.

    • @lockymcgee6525
      @lockymcgee6525 Месяц назад +1

      I already have a Pico-56 would love to try this

    • @Jalecko
      @Jalecko  20 дней назад

      the 12 bit vga might also be quite easily integrated with the palette system, but im still curious if PWM audio will work well with the rest of the system is the PWM audio generated from the same core as the VGA?

  • @user-kj4wz3vp1j
    @user-kj4wz3vp1j Месяц назад +8

    AYO this speaks to my heart. I’ve wanted to make this exact idea for so long and someone finally did it :) great work!

    • @user-kj4wz3vp1j
      @user-kj4wz3vp1j Месяц назад +1

      Also: the new RP chip you’re using should have native floating point support, which would help a lot!

  • @RegisMichelLeclerc
    @RegisMichelLeclerc Месяц назад +2

    Back in the late 80s, I used to program VGA on 330x200 in 8bits with a similarly indexed palette, which meant 3 bytes per colour but 1 byte per pixel and only 64,000 bytes per screen, which happened to fit inside of a "segment" (65536 bytes addressable by 16-bit offsets). At the time, 16MHz was considered a very decent speed, while nowadays it's the speed of an Arduino (I push my Arduinos to a whooping 20MHz, but that's another story involving crystal change and reprogramming the fuses). I guess you don't have such constraints in memory organisation any longer, the datapath being 32-bit wide on RP2040. I still wonder how you could bring 133MHz to 250MHz without severe data losses...
    How many Picos do you intend to put on your circuit? You seem to be very concerned by price and by the number of I/O pins (it's *never* enough!), how about embracing it and use "swarms" of specialised units for sound, video, storage, network, etc. instead of killing 15 pins of your Pico in VGA output? Deporting the video to a specialised subsystem (e.g. based on an ATMega8 and some SPI-controlled RAM) could improve your resolution, the stability and... save 14 pins on your Pico.
    Even, by implementing a bus, you could design a "pluggable" system (similar to I2C or CANBus) where adding a feature would "simply" be adding a subsystem on a line: sound generation and video are mostly about wasting (the right amount of) time, that's not something you want to use your CPU for, it's even worse when coming to networking (which is very greedy in CPU if you don't deport it). From what I saw with Ben Eater's videos about it, USB is a mess, but you already saw that (black screen) and storage... Good luck.

  • @gino_latino
    @gino_latino Месяц назад +1

    I suggest a name for the sponsoring superhero, Culattron

  • @fefe1986
    @fefe1986 Месяц назад +5

    Broer kwist dat dit een banger video ging zijn wnr k die zag in mn feed

  • @tiborbogi7457
    @tiborbogi7457 Месяц назад +2

    Nice project. Please put schematic on your github. Where is your keyboard connected? VGA is clear from your video. 👍👍👍

    • @Jalecko
      @Jalecko  Месяц назад +1

      the keyboard is connected to the usb of the pi pico, you will probably need some sort of adapter for that

  • @AK-vx4dy
    @AK-vx4dy Месяц назад

    Fantastic! 4x4 font reminded me old 8-bit ZX Spectrum clone from my country called Elwro Junior 800 - it has such mode too ;)

  • @pratyush1374
    @pratyush1374 Месяц назад +6

    your voice sounds like voice before random typing in a mechanical keyboard starts. anyways keep posting staff :

    • @Jalecko
      @Jalecko  Месяц назад +2

      i use a mechanical keyboard inbetween sentences while recording which sometimes prevail in the audio

    • @jumbledfox2098
      @jumbledfox2098 Месяц назад

      you are SO RIGHT

  • @AntiqueGear
    @AntiqueGear Месяц назад +1

    compuder go brrrrrrrrrrrr

  • @plankalkulcompiler9468
    @plankalkulcompiler9468 Месяц назад +1

    Lovely! I was about to suggest to use a RP2350 instead of the outdated RP2040 which has more RAM and can do floating point operations more smoothly, then I saw you are already developing a custom board with RP2350b. Just for the case will you try using the RISC-V cores?

    • @Jalecko
      @Jalecko  Месяц назад +1

      for what ive seen the RISC-V cores do not have 64 bit hardware floats but the ARM cores do

  • @mikehibbett3301
    @mikehibbett3301 Месяц назад +1

    I2S is a great idea, go with it. The sound will be superior to PWM implementations. And you can get cheap i2s audio amplifier ICs on a tiny PCB for peanuts.

    • @Jalecko
      @Jalecko  Месяц назад

      im sure i2s will sound lovely but im still not so sure about the amount of pins it takes from the MCU since I also want an SD card to work on there

  • @cybernit3
    @cybernit3 Месяц назад +4

    Too bad you don't have 256 colors, just need some more memory for it, I see your point; but who knows for the future.

    • @Jalecko
      @Jalecko  Месяц назад

      256 colors could have worked nice aswell but would take up more than 30%of ram I am thinking however about adding a 160x120 color mode with all the 32768 colors which would also take up only 15% of ram

    • @mrpocock
      @mrpocock Месяц назад

      This is different to the 80s, where video modes were constrained by being able to physically read through the ram fast enough to send it to the display.

  • @Jalecko
    @Jalecko  2 месяца назад +12

    Like this comment if you have found the hamster

    • @EdwinvandenOetelaar
      @EdwinvandenOetelaar 2 месяца назад +1

      Hamster is at 12:19 or is that a glitch?

    • @Jalecko
      @Jalecko  2 месяца назад +2

      @@EdwinvandenOetelaar thats a frog

    • @ollie_cs
      @ollie_cs Месяц назад

      i didnt find the hampster but theyre cool so i liked the comment anyways i hope thats okay

    • @xanderplayz3446
      @xanderplayz3446 Месяц назад +1

      7:44, and what filesystem for the SD cards? Ext2? Fat32? Also you forgot to put a license, so it isn’t FOSS. Copyleft or BSD?

    • @EdwinvandenOetelaar
      @EdwinvandenOetelaar Месяц назад

      @@xanderplayz3446 in the 'MegaTron' yes.

  • @ostrov11
    @ostrov11 Месяц назад

    Спасибо, отличный контент.

  • @EdwinvandenOetelaar
    @EdwinvandenOetelaar 2 месяца назад +3

    :-) FIRST HAHAH (yes) Very nice video, I am going to share this with some hacker friends. Good Work!!

  • @BarryViellevoye
    @BarryViellevoye 2 месяца назад +2

    Lekker bezig

  • @benholroyd5221
    @benholroyd5221 Месяц назад +1

    Im thinking about doing a similar kind of thing.
    My planned tactic for screen buffer is just to rely on the relatively fast processor and generate everything a scan line at a time.
    For text you essentially wouldnt need a frame buffer and for general graphics modes you could just swa out palattes on the fly.
    Unfortunately the combination of features of the dma and pio make it difficult to do much more than run length encoding without involving the processor.
    Ps is your analog output just from a resistor ladder?

    • @Jalecko
      @Jalecko  Месяц назад

      my annalog outputis nothning more than a resistor ladder haha

    • @benholroyd5221
      @benholroyd5221 Месяц назад

      @@Jalecko sorry I was confused, I was working out pins for much the same stuff, except PS2 keyboard and mouse and I was running out of space.

    • @Jalecko
      @Jalecko  Месяц назад

      @@benholroyd5221 i dont understand why one would even use PS2 devices since they are rather old and the pi pico has perfect USB host capabilities

  • @t.2244
    @t.2244 Месяц назад

    My man is een genie

  • @veerleisstupid5984
    @veerleisstupid5984 Месяц назад +1

    Nice

  • @rieduciumaratonas
    @rieduciumaratonas Месяц назад

    how about support for small LCD display?

    • @Jalecko
      @Jalecko  Месяц назад +1

      definitely possible if I make a I2c or SPI interfacing library in the LUA API

  • @gimbo8000
    @gimbo8000 Месяц назад

    btw you should make a tutorial on how to compile the cluatron software and i am having trouble

    • @Jalecko
      @Jalecko  Месяц назад

      Good point😊

    • @Jalecko
      @Jalecko  Месяц назад

      Tip : use linux

    • @xanderplayz3446
      @xanderplayz3446 Месяц назад

      @@JaleckoNix?

    • @Jalecko
      @Jalecko  Месяц назад

      @@xanderplayz3446 if it got the linux kernel you should be alright

  • @Accountisnolongerused
    @Accountisnolongerused 2 месяца назад +2

    How much money did this cost

    • @Jalecko
      @Jalecko  Месяц назад

      parts for the prototype board have costed me around 16 euro max the most expensive parts are the pico and usb hub which is not that needed but still nice to have

  • @gimbo8000
    @gimbo8000 Месяц назад

    you should use the rpi pico 2 it is faster

    • @Jalecko
      @Jalecko  Месяц назад +2

      Why would i if the pi foundation made a version of the pi pico 2 chip with more pins than the original thats what im waiting for

    • @gimbo8000
      @gimbo8000 Месяц назад

      @@Jalecko ok

  • @gimbo8000
    @gimbo8000 Месяц назад

    i think this is 10 people lol

    • @Jalecko
      @Jalecko  Месяц назад

      good point, gonna work on a discord now and put an invite to it here and on the community tab

    • @Jalecko
      @Jalecko  Месяц назад

      discord.gg/K9wbVfXu4f here is a link

  • @coolhandle572
    @coolhandle572 Месяц назад

    Why is everybody always stealing my ideas 😢