#Cant add proffie board plug in arduino
142 messages ยท Page 1 of 1 (latest)
and you got to board manager from tools -> board -> boards manager?
i do
did you try restarting arduino?
i have
hmm, seeing a few posts with a similar issue but haven't found a good resolution yet
i would try reverting to the last version of arduino before version 2
i think it's 1.8.x
2 introduced a lot of weird bugs that the 1.8 version didn't have
okay ill try thanks
proffie wasn't in there?
said it had an error downloading
and i think my saber is fried now ๐ฆ
dont know how
never mind battery was out of place
hm, that's weird. i def get json data when i paste the link into a browser
if you copy the link from the board manager URL and paste it into a browser tab, do you get json data?
it gets blocked by my wifi, im moving soon so hopefully that wil sort it
is there any way i can fix the no web usb interface found for proffie os customisation error intead?
ill try with my mobile hotspot ater actually as well
you have to upload with webusb enabled
how do i do that? im guessing an arduino thing
yeah, it's tools -> usb type
once you have the board manager installed
you'll want either serial + webusb or serial + storage + webusb
depending on if you want to access the sd card through the cable
so which is to use the sd?
mass storage allows access to the sd card through the cable
it's a little slower and from time to time can bug, but it will work
okay thanks for your help. imma try eith my data so ill let you know if it works
ayy let's go. happy sabering!
sorry to bother you again! i click on usb on proffie os and it doesnt do anything
what do you mean you click on usb?
did you do an upload with webusb selected?
and you're sure the upload completed? you saw a progress bar go to 100%?
hm. i'm not sure then. i've never used the web usb mode, so unfortunately i can't be of much more help. hopefully someone else that has used it can pop in to help you troubleshoot
hopefully, thanks anyway!
i threw a comment in #electronics-and-sound, hopefully that will draw some attention
thank you ๐
Ok, so I assume you downloaded OS7 and have it unzipped, correct?
i did but its gone somewhere. lemme redownload it
Step one: take the config, rename it to something easy if you need to, then place it in the highlighted folder in this screenshot
theres a lot of files, i just paste it?
yeah, just take the whole config and drop it into the folder named 'config'.
done that now
ok, did you keep it the same name or rename it to something easier to remember?
changed it to just config
all done there
ok, connect the proffie via USB.
done
does it show as connected in the software, bottom right should show 'proffieboard v2 on Com# [connected]
yes it does
ok, hit upload and let it do it's thing, you should see a progress bar when you start.
show me right here.
hmmm thats what i did, then gave me the error down there
show me what it looks like.
if there's a // in front, you need to remove that first.
and what did it say?
just a character line
how about activation?
it turns on!
Cool, so not dead, was just uploaded with a blank config, so no instructions for light and sound.
now that we know it works, gimme some time here, I'll make a default config that has all the fonts and you can let loose from there.
thanks bro
oh, could you get me the full name of FALLENORDER folder on the SD card, part of it is cut off on the screenshot you sent. I need it since the config needs it to be exact.
FALLENORDERCALBUNDLE
ok, here you go, a good base with all the fonts on the SD. I went simple on the blade for now, they are all set to blue but you can always go to Fett's site to get better ones to replace them. I would save a couple copies of this, including one on the SD card in case you need it.
Not all that difficult tbh, this section circled is the entirety of the entry for a font. the first set of quotations is the exact naming of the font folder on the SD card, the second set of quotation marks would be a track file (if you have one, otherwise it's blank like shown), next line is the blade style information (this is where you would paste a Fett blade style code for that font) then the quotation marks after that are just the name of the font.
can i change ignition speed?
No, I think it's tied to the actual length of the poweron file.
but not sure on that.
okay thanks man ๐ also it shows rainbow style how do i activate ut?
just another blade style, I believe it is ... StyleRainbowPtr<300, 800>()
i meant on my saber sorry
rainbow? should be blue.
well, first two fonts are red and green, but the rest should show a blue blade.
thats odd, i keep seeing people be able to change to rainbow blade style. or other styles like fire, idk how to do that on mine
oh, that's set in the configs.
you can make multiple entries to the same font folder, and have it use a different blade style.
I thought you meant it was showing a rainbow blade as it is now.
okay i need to figure out what button function it is thenn
i dont know how to currently switch styles. i hold down the button for 2 secs and it changes font but thats all i know
I have it set for that prop file, all the button info is there.
thank you so much for being patient with my questions
mmhm
why are my leds in the saber on when i havent ignited it
That's just the test blade styles, you'll need to alter em so they work like normal. try replacing the blade style with the rainbow one I posted earlier, be good practice for you so you can get the idea on how to edit the blade style for a font. on one of the font entries replace 'StylePtr<Blue>()' with 'StyleRainbowPtr<300, 800>()' (without the quotation marks.)
how far down are the presets
each of these entries is a preset (font). Remember, all editing of the saber takes place in the .h file, not in the proffieOS.ino
i open the .h file in arduino? it says it can only open its own sketches
use notepad or notepad++, or even sublime text.
ahhhhh okay thanks
i have no idea how to do any of this
http://pod.hubbe.net/ this has all the documentation.
while the saber blade is off, click and hold power then clash it against something. (just to check, you are looking at the single button controls, correct).
yes, it doesnt go into the volume menu
well it's likely not gonna say it since the common folder isn't on the SD card. Not set up for vocal menu.
thats complicated
yeah, it is. Alternatively you can hard set the volume in the config if you need to for now. at the top of the config you should see #define VOLUME #, you can adjust it there, the lower the number the lower the volume, I wouldn't go higher than 1800 with an unknown generic speaker like those you would find on a TXQ, any higher and you run the risk of blowing out the speaker.
ill want low asf
then I would start by cutting the 1800 I set it to in half, 900 and flash it (upload) and adjust it from there. As for adding in edit mode vocal menu, there is a guide on Fetts site (the same as the button controls) that walks you through adding in the correct files and setting things up for it.
proffie is nice, but it does have a decent learning curve, though the same can be said for most saber boards.
okay thanks man, really appreciate all your help ๐
Best advice i can give is patience, and one task at a time.
also one quick thing, when i save the config. do i click proffie ino again?
like, start by learning how to set the volume in the config. Then learn how to add and edit the blade styles in the config till you get the hang of it. Takes time.
got ya
yes, when you save on the PC, you still need to re-upload the altered the config to the board and that is done via the ProffieOS.ino.