Proffie 3.9

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.

EDIT: screenshot removed by moderator.

Remove the screenshot it doesn’t help and isn’t allowed. Use pastebin.com to paste your full config for us to view.

From there, make sure you are actually uploading to your board.

i would like to comply, i do not see an option to edit or delete my post. how would i proceed

I deleted the screenshot.

See this thread for information on how to post a config file:

1 Like

I believe I did that correctly.

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

There is a menu in Arduino called “Tools” select “DOSFS = SDIO (High Speed)” in that menu.

Okay now i get
In file included from C:\Users\medin\Desktop\Proffie05-v7.15\ProffieOS\Proffie05.ino:621:

C:\Users\medin\Desktop\ProffieOS-v7.15\Proffie05\config\fang.h:287:1: error: too many initializers for ‘Preset’

287

C:\Users\medin\Desktop\Proffie05-v7.15\Proffie05\config\fang.h:294:1: error: too many initializers for 'BladeConfig"

294

Error compiling for board Proffieboard 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.