Hello I just wired my first proffie 3.9 and was able to get it to work. However, for some reason or other despite my efforts in the config, it cannot recognize the saber having only one switch.
Currently, it can only turn the saver on and off as well as trigger BGM and force effects.
Config seems reasonable. Are you sure youâre successfully uploading it?
Are you sure youâre uploading THIS config?
You can add a typo, try removing the first âSâ in âStylePtrâ for your first preset, save and upload. If you donât get an error youâre uploading a different config.
If you do get an error, fix the typo and re-upload and paste the results from Arduino here.
Ive tried uploading it and its giving me an error: #error Tools->DOSF should be set to SDIO (High Speed) 96
How do i fix it?
Line 96 is my Luke font but it doesnt look any different to what it was previous. Im using the arduino on proffie v3
At top of the config set NUM_BLADES to 3, not 1. You have 3 blades defined.
#define NUM_BLADES 3
On a side note, you should refer to this page for setting up and using my prop. My prop expects a âcommonâ folder, I see you have âMCâ and while that may work now, if you make any edits via the saber that will overwrite to âcommonâ which will cause errors if you donât have a âcommonâ folder on your SD. See this page for my prop:
should i manually change every âMCâ to âcommonâ and create a âcommonâ file on my SD?
or would just creating the common file on the SD be sufficient?
Kinda depends on whatâs actually in âMCâ. If âMCâ contains the required Voice Prompt sounds then you can make a copy of the sounds in a folder called âcommonâ so that when the prop writes the presets everything still works. If âMCâ does not contain the required Voice Prompts then youâll need to add âcommonâ with Voice Prompts to your SD and add the contents of âMCâ to âcommonâ and change â;MCâ to â;commonâ for all presets.
I followed several tutorials, added defines, did the Button thing,fett263,etc. And everything clashes and overlaps. Now it doesnt register a font and no button is perceived. Swing activation works though.
Need more specifics to try to help. Do you have yoir original config from your installer? If so, upload it and make sure everything works correctly. If not, request it.
If the original config fixes everything post it and the updated config that doesnât work ( I recommend pastebin.com with a separate paste for each) and we can see what changed to try to troubleshoot.