#261✎ 135KunaitoSoftForum ContributorHiddenAchievementsAvatar TabooI didn't change my avatar for 180 daysWebsiteFirst YearMy account is over 1 year oldWebsite@IAmRalsei Are you finished with the Bomberman project? It's been a while. -_-
Posted
#262✎ 856IAmRalseiForum LeaderHiddenAchievementsSecond YearMy account is over 2 years oldWebsiteExpert ProgrammerProgramming no longer gives me any trouble. Come to me for help, if you like!Programming Strength
@IAmRalsei Are you finished with the Bomberman project? It's been a while. -_-
No threadjacking.
also, i was assuming i was going to recieve a public key for the sprites sent to me and was waiting for them to start development.
Now, let's get back on topic.
Posted
Edited
by IAmRalsei
#263✎ 15XenoslyceVideo GamesI like to play video games!HobbiesNight PersonI like the quiet night and sleep late.Express YourselfIntermediate ProgrammerI can make programs, but I still have trouble here and there. Programming StrengthAlright, hands on deck. We're going to have to make a PetitModem for 3DS to Switch, because I doubt they'll make a 3DS to Switch import system. Correct me if I'm wrong.
Posted
#264✎ 341spaceturtlesVideo GamesI like to play video games!HobbiesAvatar BlockI didn't change my avatar for 30 days.WebsiteIntermediate ProgrammerI can make programs, but I still have trouble here and there. Programming Strength
Alright, hands on deck. We're going to have to make a PetitModem for 3DS to Switch, because I doubt they'll make a 3DS to Switch import system. Correct me if I'm wrong.
That can be fixed if sboom allows switch sb to download with 3ds keys. Other than that and hopefully local multiplayer compatibilities a new version of pmodem for the switch does seem necessary and if the author(s) of the original pmodem have been paying attention and notice the switch, then it's likely they may care enough to do it
Posted
#265✎ 188412Me21Syntax HighlighterReceived for creating the code syntax highlighter on SBSNight PersonI like the quiet night and sleep late.Express Yourself
Alright, hands on deck. We're going to have to make a PetitModem for 3DS to Switch, because I doubt they'll make a 3DS to Switch import system. Correct me if I'm wrong.
Although the Switch version isn't compatible with the 3DS/Wii U versions' code, they're considering letting you read 3DS/Wii U public keys to facilitate porting programs over.
...
Also now that you can connect a USB keyboard, it should be pretty easy to just make some kind of keyboard emulator for file transfer.
It might not be possible for a normal computer to emulate a USB slave device, though. But you could use an arduino (https://www.arduino.cc/reference/en/language/functions/usb/keyboard/) or something.
For output you can just use audio or screenshots.
I wonder if they'll even add microphone input support since I don't think the switch has a builtin microphone (it can get input through the headphone jack like the 3DS though)
Posted
Edited
by 12Me21
#266✎ 856IAmRalseiForum LeaderHiddenAchievementsSecond YearMy account is over 2 years oldWebsiteExpert ProgrammerProgramming no longer gives me any trouble. Come to me for help, if you like!Programming Strength
Alright, hands on deck. We're going to have to make a PetitModem for 3DS to Switch, because I doubt they'll make a 3DS to Switch import system. Correct me if I'm wrong.
Although the Switch version isn't compatible with the 3DS/Wii U versions' code, they're considering letting you read 3DS/Wii U public keys to facilitate porting programs over.
...
Also now that you can connect a USB keyboard, it should be pretty easy to just make some kind of keyboard emulator for file transfer.
It might not be possible for a normal computer to emulate a USB slave device, though. But you could use an arduino (https://www.arduino.cc/reference/en/language/functions/usb/keyboard/) or something.
For output you can just use audio or screenshots.
I wonder if they'll even add microphone input support since I don't think the switch has a builtin microphone (it can get input through the headphone jack like the 3DS though)
The switch does indeed not have a builtin microphone and putting a microphone in the 3DS headphone jack does nothing and it's probably the same for switch.
Posted
#267✎ 567HTV04Forum LeaderHiddenAchievementsThird YearMy account is over 3 years oldWebsiteIntermediate ProgrammerI can make programs, but I still have trouble here and there. Programming Strength
Putting a microphone in the 3DS headphone jack does nothing.
Headphone-jack microphones do work on SmileBASIC for 3DS (as well as the built-in microphone). Just make sure the MIC tag on the keyboard is enabled (there should be a green bar next to it). If it’s black, type XON MIC in direct mode or at the beginning of whatever program you’re making.
Posted
Edited
by HTV04
#268✎ 856IAmRalseiForum LeaderHiddenAchievementsSecond YearMy account is over 2 years oldWebsiteExpert ProgrammerProgramming no longer gives me any trouble. Come to me for help, if you like!Programming Strength
Putting a microphone in the 3DS headphone jack does nothing.
Headphone-jack microphones do work on SmileBASIC for 3DS (as well as the built-in microphone). Just make sure the MIC tag on the keyboard is enabled (there should be a green bar next to it). If it’s black, type XON MIC in direct mode or at the beginning of whatever program you’re making.
I remember it not working before...
Perhaps it's linked to plugging something into the headphone jack that works as both a microphone and a set of headphones?
Posted
#269✎ 201PerskaSummer 2016 Contest WinnerI won the SmileBASICSource Summer 2016 Contest!Programming ContestExpert ProgrammerProgramming no longer gives me any trouble. Come to me for help, if you like!Programming StrengthGreat PageHiddenAchievementsIf you try using
a plain old microphone, that's
not going to work
For you to receive
input from the headphone jack
you need a headset
A headset is one
when it's a pair of headphones
combined with a mike
Both the 3DS and Switch
supports microphone input
from the headphone jack
Maybe even the
original, the first, the
Nintendo DS too
Posted
#270✎ 524chickenDeep SleepHiddenWebsiteIf you want to receive 3DS audio out,
you must utilize
an audio
jack
But
that’s not
all, you need
a mic/out splitter
Connect the microphone jack
of the mic/out splitter
into the 3DS
and
leave the
audio jack of
the splitter alone
Plug one end of the
audio jack into
the splitter
Plug
the other
end into your
computer’s mic port
If you don’t have one
then you can use
a dual port
as well
Set
the device
as a headset
if you have the option
Note: there may be other,
easier ways to do this
But, you are all set
Have fun.
Posted
#271✎ 212seggiepantsI was toying around with the idea of using an Arduino to send files to the switch. Basically, there is a keyboard library somewhere in Arduino land, so the idea was to hook the arduino up to the computer and then through usb to the Switch (with a USB C adapter) then send files from the computer through the keyboard library down to the switch. It would be like a robot typing really fast. Wasn't sure if I needed two Arduinos so I could use two USB ports then have them talk to each other on tx/rx lines or what. I am an arduino newbie for sure. It was just a thought I was toying around with in my head.
To send files to the computer I was also thinking of making a QR code generator in Fuze 4 Switch/SmileBasic Switch. Then you could read them like Petit Computer did, and have two way data transfer at very slow speeds. Then I started looking at how QR codes are generated and got tired just thinking of it.
In fact I have done virtually zero work to this, if anyone wants to pick up the torch.
Posted
#272✎ 188412Me21Syntax HighlighterReceived for creating the code syntax highlighter on SBSNight PersonI like the quiet night and sleep late.Express YourselfYeah I mentioned the keyboard emulation but then everyone started writing poetry
Posted
#273✎ 1131snail_Power UserQSP Contest 1 Contest ParticipantI participated in the first SmileBASIC Source QSP Contest!HelperReceived for being very helpful around SmileBASIC SourceAchievementsAmazing ContributorSomeone thinks I'm an awesome person who has done so much for the community!AchievementsDo we know that the HTTP API is in this version and not just exclusive to PiStarter? I don't think Nintendo is keen on the idea of people just making HTTP requests to anywhere on their Switch; doesn't even have a web browser.
Posted
#274✎ 856IAmRalseiForum LeaderHiddenAchievementsSecond YearMy account is over 2 years oldWebsiteExpert ProgrammerProgramming no longer gives me any trouble. Come to me for help, if you like!Programming Strength
Do we know that the HTTP API is in this version and not just exclusive to PiStarter? I don't think Nintendo is keen on the idea of people just making HTTP requests to anywhere on their Switch; doesn't even have a web browser.
The switch does have an internet browser, it's just you can only use it for Twitter and Facebook.
Posted
#275✎ 377chemicalexDrawingI like to draw!HobbiesIntermediate ProgrammerI can make programs, but I still have trouble here and there. Programming Strengthosu! Is Awesome!I love osu!Express Yourself
Do we know that the HTTP API is in this version and not just exclusive to PiStarter? I don't think Nintendo is keen on the idea of people just making HTTP requests to anywhere on their Switch; doesn't even have a web browser.
The switch does have an internet browser, it's just you can only use it for Twitter and Facebook.
But...doesn't that further help snail's point? Apparently they want to keep people from sending HTTP requests everywhere if they won't let you use their app to its full potential.
I think it'd be cool to see the ability to upload "server" programs that can run as a module and return/store values on SmileBoom's servers.
Posted
Edited
by chemicalex
#276✎ 856IAmRalseiForum LeaderHiddenAchievementsSecond YearMy account is over 2 years oldWebsiteExpert ProgrammerProgramming no longer gives me any trouble. Come to me for help, if you like!Programming Strength
Do we know that the HTTP API is in this version and not just exclusive to PiStarter? I don't think Nintendo is keen on the idea of people just making HTTP requests to anywhere on their Switch; doesn't even have a web browser.
The switch does have an internet browser, it's just you can only use it for Twitter and Facebook.
But...doesn't that further help snail's point? Apparently they want to keep people from sending HTTP requests everywhere if they won't let you use their app to its full potential.
I think it'd be cool to see the ability to upload "server" programs that can run as a module and return/store values on SmileBoom's servers.
The point was that snail said that the switch didn't have a web browser even though the switch clearly does.
Also, cool idea.
Posted
#277✎ 412MZ952Intermediate ProgrammerI can make programs, but I still have trouble here and there. Programming StrengthThird YearMy account is over 3 years oldWebsiteReadingI like to read books!HobbiesIs that a real SB Minecraft I see on the horizon?
Posted
#278✎ 856IAmRalseiForum LeaderHiddenAchievementsSecond YearMy account is over 2 years oldWebsiteExpert ProgrammerProgramming no longer gives me any trouble. Come to me for help, if you like!Programming Strength
Alright, hands on deck. We're going to have to make a PetitModem for 3DS to Switch, because I doubt they'll make a 3DS to Switch import system. Correct me if I'm wrong.
That can be fixed if sboom allows switch sb to download with 3ds keys. Other than that and hopefully local multiplayer compatibilities a new version of pmodem for the switch does seem necessary and if the author(s) of the original pmodem have been paying attention and notice the switch, then it's likely they may care enough to do it
They confirmed that you can download 3DS keys on switch on twitter.
Posted
#279✎ 15XenoslyceVideo GamesI like to play video games!HobbiesNight PersonI like the quiet night and sleep late.Express YourselfIntermediate ProgrammerI can make programs, but I still have trouble here and there. Programming Strength
Alright, hands on deck. We're going to have to make a PetitModem for 3DS to Switch, because I doubt they'll make a 3DS to Switch import system. Correct me if I'm wrong.
That can be fixed if sboom allows switch sb to download with 3ds keys. Other than that and hopefully local multiplayer compatibilities a new version of pmodem for the switch does seem necessary and if the author(s) of the original pmodem have been paying attention and notice the switch, then it's likely they may care enough to do it
They confirmed that you can download 3DS keys on switch on twitter.
Well, we're still gonna have to figure out how to port 2 screen games...
Posted
#280✎ 15XenoslyceVideo GamesI like to play video games!HobbiesNight PersonI like the quiet night and sleep late.Express YourselfIntermediate ProgrammerI can make programs, but I still have trouble here and there. Programming Strength
Although the Switch version isn't compatible with the 3DS/Wii U versions' code, they're considering letting you read 3DS/Wii U public keys to facilitate porting programs over.
...
Also, we're going to need a 3DSSB > Switch compiler.
Posted