@@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
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
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.
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?
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 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
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??
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!
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!
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.
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?
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!
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.
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?
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 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
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?
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
it took LOTS of trial and error, but i got this to work! thank you so much for the tutorial!
Did we need jailbreak the switch first?
Nope, no jailbreak for this method.
Thank you for this, I was super new to this so took me a while but I finally got it running!
Glad I could help! 🌟
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
@@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
Thanks for making this, very cool!
You're welcome! Let me know if you run into any issues. 💜
Your tutorial was very helpful
Thank you ✨
Glad it was helpful! Have fun! 💜
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
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.
@@HikaTamika got an alternative free method? I don't use Photoshop
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?
Is this guide relevant? shawnhymel.com/622/quick-tip-reading-fuse-bits-in-an-arduino/
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.
I did it without the usbasp step
@@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
I wish I have an teensy. I'm too poor to get one.
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??
Did you follow this tutorial? tinusaur.com/guides/avr-gcc-toolchain/ You need to do it for the PC to understand what make means
TETTOOOOO VOCALOID UTAU I LOVE YOU
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!
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!
@@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
Can I use arduino uno?
in the case i have an arduino uno r3, what should i put in the MCU part of the makefile?
MCU = atmega16u2
@@HikaTamika thanks mate, i'll try it right away
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)
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.
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?
You choose an image to print by declaring it by name as shown in the 2:54 part
@@HikaTamika I fixed it. I basically needed to also repeat the "make" part
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!
On the plus side, you don't have to jailbreak your switch! Unfortunately, you do have to buy the thingamajig.
@@HikaTamika i guess
Will this get your switch banned if you print out anything with adult content. Like anything violent.
Probably, yeah, like I can imagine the post getting reported to Nintendo
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.
Can I get a timestamp of where-along in the video? Like which site? The AVR GCC Toolchain one, or
@@HikaTamika yeah, the tool chain one that walks us through writing a .cmd program. I'm stuck at the "USB Programmer Drivers" section.
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?
@@ashtongiertz8728 Did you make sure your line for the 3:34 part is for Arduino Nano instead of Micro?
Hello, wanted to ask if this process was done in Linux or Microsoft. I have no Linux experience so I was curious
I did it on Windows PC. To be blunt, I ain't smart enough for Linux. 😭
@@HikaTamika SAME AHAHA. Thanks! Just had to make sure lol, I'm going to take a crack at this sooner or later
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
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.
the arduino must me connected to power before plugging it into the nswitch?
i have this doubt 'cuz i don't know if arduino have a volatile or a non-volatile memory
@@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
Do y'all draw all this on swocth or an extra device?
Oh I just saw website's in the video that are I believe for computers etc. But Splatoon 3 only exists on switch or?..
Yeah it's a computer program that like, pretends to be a controller and does the art you upload by pretend D-Pad
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?
Everything working as planned now?
@@HikaTamika Absolutely 😊
@@nyagaga Awesome! Have fun! 💜
then how the hell do I draw on mye handheld lite… there’s no tutorials,,,,,,,
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
looking that i have to buy things i rather go pixel by pixel