Splatoon 3 Post Printer Tutorial - How to make detailed plaza posts!

แชร์
ฝัง
  • เผยแพร่เมื่อ 10 ม.ค. 2025

ความคิดเห็น • 78

  • @saltinesmores
    @saltinesmores 4 หลายเดือนก่อน +7

    it took LOTS of trial and error, but i got this to work! thank you so much for the tutorial!

    • @fimo8956
      @fimo8956 3 หลายเดือนก่อน

      Did we need jailbreak the switch first?

    • @HikaTamika
      @HikaTamika  3 หลายเดือนก่อน

      Nope, no jailbreak for this method.

  • @pkmnpablo21
    @pkmnpablo21 ปีที่แล้ว +20

    Thank you for this, I was super new to this so took me a while but I finally got it running!

    • @HikaTamika
      @HikaTamika  ปีที่แล้ว +2

      Glad I could help! 🌟

    • @joshuaabe4832
      @joshuaabe4832 ปีที่แล้ว +1

      Don't suppose you want to help a fellow super new guy out with some direction? I'm looking at a Pi, a pro micro, and have no idea how to start

    • @HikaTamika
      @HikaTamika  ปีที่แล้ว +1

      @@joshuaabe4832I'm unsure how the 4:16 part looks for you, but on the 3:32 part I *think* you want your MCU = to be atmega32U4. From my googling your board is allegedly compatible with the Arduino IDE, so try following the tutorial from the top as if you're using an adruino micro, but make the MCU = atmeta32u4 at the 3:32 mark

  • @AppleIPie
    @AppleIPie ปีที่แล้ว +7

    Thanks for making this, very cool!

    • @HikaTamika
      @HikaTamika  ปีที่แล้ว +1

      You're welcome! Let me know if you run into any issues. 💜

  • @shayshayshamera
    @shayshayshamera ปีที่แล้ว +9

    Your tutorial was very helpful
    Thank you ✨

    • @HikaTamika
      @HikaTamika  ปีที่แล้ว

      Glad it was helpful! Have fun! 💜

  • @ResidentTarantino
    @ResidentTarantino 3 หลายเดือนก่อน +2

    Two new questions: got any recommendations or guides on how to dither an image for the printer?
    Second question: do you know of any guides to program the arduino to work on Super Mario RPG? I wanna know if anybody had programmed it to do the 100 super jump challenge because it's so annoying to do

    • @HikaTamika
      @HikaTamika  3 หลายเดือนก่อน

      1) I like using photoshop, converting the image mode to Monochrome Bitmap, and letting it auto-dither.
      Re 2)… not sure! I feel like I'm not much of a programmer outside of art.

    • @ResidentTarantino
      @ResidentTarantino 3 หลายเดือนก่อน

      @@HikaTamika got an alternative free method? I don't use Photoshop

  • @c414m4r
    @c414m4r ปีที่แล้ว +1

    6:24 This tutorial really works perfectly on my old 2013 linux laptop but while I was setting this up for my new laptop that is operated with windows 11, my arduino upload sketch and it's safemode fuses reads all 0 *(the lfuse, efuse, lock, calibration, and the signature reals all 0)* and I had no idea whether the bootloader is not responding or I just messed up in this part. Is there a problem how I didn't got any fuse code while setting up in this part?

    • @HikaTamika
      @HikaTamika  ปีที่แล้ว

      Is this guide relevant? shawnhymel.com/622/quick-tip-reading-fuse-bits-in-an-arduino/

  • @5dk_
    @5dk_ 10 หลายเดือนก่อน +5

    Do I really need to do the USBasp step? Like do I have to buy one or what? I've done all steps not everything worked but the arduino at the end was recognized as a "pokken controller", but when I plug it into a docked switch it does nothing. There's only a blue light coming out of it. Help is appreciated.

    • @galactic3536
      @galactic3536 9 หลายเดือนก่อน

      I did it without the usbasp step

    • @5dk_
      @5dk_ 9 หลายเดือนก่อน

      @@galactic3536 forgot to edit but made it work, the usb slots on the dock were dead and had to restart the switch by holding down the power button and that eventually worked

  • @YukoOWO
    @YukoOWO ปีที่แล้ว +3

    I wish I have an teensy. I'm too poor to get one.

  • @LisaGaming69
    @LisaGaming69 ปีที่แล้ว +1

    4:11 Hey, I was trying to type “make” on the AVRGCCStart cmd I made but I ended up getting this message as ‘not recognized as an internal or external command, etc’ instead of getting the joystick.hex file… Did I typed any if the code’s incorrectly??

    • @HikaTamika
      @HikaTamika  ปีที่แล้ว

      Did you follow this tutorial? tinusaur.com/guides/avr-gcc-toolchain/ You need to do it for the PC to understand what make means

  • @OhGoshBecca
    @OhGoshBecca ปีที่แล้ว +3

    TETTOOOOO VOCALOID UTAU I LOVE YOU

  • @jameslaws1228
    @jameslaws1228 ปีที่แล้ว +1

    3:17 hi, I tried running the python png2c command and it returned this. ModuleNotFoundError: No Module named ‘PIL’. If there is a way to fix this that would help thanks!

    • @HikaTamika
      @HikaTamika  ปีที่แล้ว

      This means Python wants you to install the Python Imaging Library! Search Pillow Python Imaging Library, install, and let me know how it goes! Good luck and sorry for the late reply!

    • @netsusplace7702
      @netsusplace7702 4 หลายเดือนก่อน

      @@HikaTamika tried it as well, no luck with it, I've tried to ensure PIL is installed, seems like it is, so, not sure what went wrong

  • @fernandoportal5422
    @fernandoportal5422 4 หลายเดือนก่อน +1

    Can I use arduino uno?

  • @Gentlemonkeee
    @Gentlemonkeee ปีที่แล้ว +1

    in the case i have an arduino uno r3, what should i put in the MCU part of the makefile?

    • @HikaTamika
      @HikaTamika  ปีที่แล้ว

      MCU = atmega16u2

    • @Gentlemonkeee
      @Gentlemonkeee ปีที่แล้ว

      @@HikaTamika thanks mate, i'll try it right away

  • @koala3856
    @koala3856 ปีที่แล้ว +3

    But what if a Person is so bad at doing it in Splatoon and on the pc? What can he do?(If he cant draw on pc and switch)

    • @ashtongiertz8728
      @ashtongiertz8728 9 หลายเดือนก่อน

      I use a 3d modeling program with premade assets to pose what I want to make, then shrink the render to the proper size before feeding into a 2 tone png converter online.

  • @ResidentTarantino
    @ResidentTarantino 5 หลายเดือนก่อน

    Okay now I've got a new problem. I went to print a new image and it was trying to print the first one. I thought I overwrote the old one with the new image but I guess not?

    • @HikaTamika
      @HikaTamika  5 หลายเดือนก่อน

      You choose an image to print by declaring it by name as shown in the 2:54 part

    • @ResidentTarantino
      @ResidentTarantino 5 หลายเดือนก่อน +1

      @@HikaTamika I fixed it. I basically needed to also repeat the "make" part

  • @Dimensions899
    @Dimensions899 ปีที่แล้ว +5

    only if i dident have to jailbreak or buy something IDK the second you said buy this im like "OH HAIL NAH" and stop the vid. BTW love the teto art Vocaloid and UTAU Rules!

    • @HikaTamika
      @HikaTamika  ปีที่แล้ว +1

      On the plus side, you don't have to jailbreak your switch! Unfortunately, you do have to buy the thingamajig.

    • @Dimensions899
      @Dimensions899 ปีที่แล้ว

      @@HikaTamika i guess

  • @cosmicsvids
    @cosmicsvids 7 หลายเดือนก่อน

    Will this get your switch banned if you print out anything with adult content. Like anything violent.

    • @HikaTamika
      @HikaTamika  6 หลายเดือนก่อน

      Probably, yeah, like I can imagine the post getting reported to Nintendo

  • @ashtongiertz8728
    @ashtongiertz8728 8 หลายเดือนก่อน

    Hey, I'm following the instructions on that site you showed but got stuck on the testing for USBbus. I eventually realized that the device I bought (AITRIP 3pcs for Arduino Mini Nano V3.0 ATmega328P) wasn't called USBbus in device manager so I tried replacing the -c command with "-c Arduino" but just got another error where it says it can't find the config file.

    • @HikaTamika
      @HikaTamika  8 หลายเดือนก่อน

      Can I get a timestamp of where-along in the video? Like which site? The AVR GCC Toolchain one, or

    • @ashtongiertz8728
      @ashtongiertz8728 8 หลายเดือนก่อน

      @@HikaTamika yeah, the tool chain one that walks us through writing a .cmd program. I'm stuck at the "USB Programmer Drivers" section.

    • @ashtongiertz8728
      @ashtongiertz8728 8 หลายเดือนก่อน

      Finally managed to get the programmer to respond; the chip I'm using needs the old bootloader. Finally managed to get it to write. plug it into the switch aaaaaand nothing happens. is it because I'm using an Arduino nano instead of an arduino micro?

    • @HikaTamika
      @HikaTamika  7 หลายเดือนก่อน

      @@ashtongiertz8728 Did you make sure your line for the 3:34 part is for Arduino Nano instead of Micro?

  • @konsak0
    @konsak0 5 หลายเดือนก่อน

    Hello, wanted to ask if this process was done in Linux or Microsoft. I have no Linux experience so I was curious

    • @HikaTamika
      @HikaTamika  5 หลายเดือนก่อน

      I did it on Windows PC. To be blunt, I ain't smart enough for Linux. 😭

    • @konsak0
      @konsak0 5 หลายเดือนก่อน +1

      @@HikaTamika SAME AHAHA. Thanks! Just had to make sure lol, I'm going to take a crack at this sooner or later

  • @Smoker_G5
    @Smoker_G5 ปีที่แล้ว +2

    Hello, how many drawings can be published?
    No one but I can see my drawing, why?
    How can I solve it?
    Gracias. ojala alguien me ayude

    • @HikaTamika
      @HikaTamika  ปีที่แล้ว

      Only one drawing appears with your character in the plaza at a time. If you play multiplayer with people, your character will appear in other people's plaza, and if they upvote/recommend your drawing, it'll start to appear even if people haven't played with you.

  • @Gentlemonkeee
    @Gentlemonkeee ปีที่แล้ว

    the arduino must me connected to power before plugging it into the nswitch?

    • @Gentlemonkeee
      @Gentlemonkeee ปีที่แล้ว +1

      i have this doubt 'cuz i don't know if arduino have a volatile or a non-volatile memory

    • @HikaTamika
      @HikaTamika  ปีที่แล้ว +1

      @@Gentlemonkeee I'm unsure, as I have an Arduino micro. All I had to do was plug it into the Switch. 🤔 The GitHub for the printer has some info on Arduino Uno R3

  • @Akumaaaaaaaaaaaaaaaaaaa
    @Akumaaaaaaaaaaaaaaaaaaa ปีที่แล้ว

    Do y'all draw all this on swocth or an extra device?

    • @Akumaaaaaaaaaaaaaaaaaaa
      @Akumaaaaaaaaaaaaaaaaaaa ปีที่แล้ว +1

      Oh I just saw website's in the video that are I believe for computers etc. But Splatoon 3 only exists on switch or?..

    • @HikaTamika
      @HikaTamika  ปีที่แล้ว

      Yeah it's a computer program that like, pretends to be a controller and does the art you upload by pretend D-Pad

  • @nyagaga
    @nyagaga ปีที่แล้ว

    EDIT: LOL MY BAD, the script just doesn't like spaces in any file/folder name.
    6:24 Hi! I got this error after hitting the reset button twice and then pressing enter (I've censored my name with [PC NAME] for this comment):
    avrdude: invalid file format '\Users\[PC NAME]\Desktop\Splatpost' in update specifier
    avrdude: error parsing update operation 'flash:w:C:\Users\[PC NAME]\Desktop\Splatpost'
    I've done the sketch step up to this one twice over now to no success. Any idea what's up?

    • @HikaTamika
      @HikaTamika  ปีที่แล้ว

      Everything working as planned now?

    • @nyagaga
      @nyagaga ปีที่แล้ว +1

      @@HikaTamika Absolutely 😊

    • @HikaTamika
      @HikaTamika  ปีที่แล้ว +1

      @@nyagaga Awesome! Have fun! 💜

  • @shenanigans8560
    @shenanigans8560 5 หลายเดือนก่อน

    then how the hell do I draw on mye handheld lite… there’s no tutorials,,,,,,,

    • @HikaTamika
      @HikaTamika  5 หลายเดือนก่อน +1

      The Lite should work with this tutorial. Plug the Arduino Micro into the USB-C port at the bottom.
      If you'd rather draw by finger/stylus, Cephalorock has a tutorial for that. th-cam.com/video/HbkZdnN8UGI/w-d-xo.html

  • @graveyardshifttcg1278
    @graveyardshifttcg1278 หลายเดือนก่อน

    looking that i have to buy things i rather go pixel by pixel