It failed when compiled ProffieOS 7.8 with set ProffieV3 ,but it is OK,when I set ProffieV2 .
I tried to run the ProffieV3 with ProffieOS 7.8 ,but can not find the software version about OS.
Thank you !
Was your config set for v3? Make sure the top has:
#include "proffieboard_v3_config.h"
Please post your config file and the error message you’re getting, without that it’s difficult to help.
default_v3_config.h (990 Bytes)
It is my config file ,and in ProffieOS with #define CONFIG_FILE “config/default_v3_config.h”.
Arduino :tools->Board:“Proffie V3”.
Thank you !
Your config file is supposed to have #include "proffieboard_v3_config.h"
in it, not #include "v3_config.h"
.
proffieboard_v3_config.h (3.1 KB)
The file“proffieboard_v3_config.h” do not contain sound fonts in it .
Should I put the code " #define CONFIG_FILE “config/proffieboard_v3_config.h” " in the ProffieOS or add the code " #include “proffieboard_v3_config.h” " in the default_v3_config.h?
I tried it all ,but failed.
At the top of your config you need to change
#include "proffieboard_v2_config.h"
To
#include "proffieboard_v3_config.h"
Since you have a V3 board.
Thank you .
But I can not find what you say . So , I must get the answer step by step.
1,what config file should I take in the ProffieOS 7.8 (for Proffie V3 board)? default_proffieboard_config.h? default_v3_config.h? or proffieboard_v3_config.h?
2, proffieboard_v3_config.h : there are no sound fonts in the file ,so I think it can not be take in the OS.
3,default_proffieboard_config.h: when I set the Adurino Proffie V or Proffie V2,it will be OK when compiled ,But failed when set V3.
4, So maybe only default_v3_config.h will be OK for V3 . But in default_v3_config.h , only #include “v3_config.h”.
Could you send me a good config file for Proffie v3 with OS7.8 ?
Thank you very much !
You need the config provided with your board from your installer, unless you saved it into the /config folder it won’t be there. The config is specific to your saber.
You can try the config tool but you’ll need the BladeConfig section from your original config to use it.
Thank you .
I researched the site ,but it is so difficult for me to config so many parameters . I can not understand the meaning of many parameters .
Do you have a working config file about ProffieOS of V3 ?
And the ProffieOS 7.8 can be runed on V3 ?
My company hope to get the V3 instead of V2.2 to put it on the market.
I suggest using the configuration generator to generate a configuration file:
https://fredrik.hubbe.net/lightsaber/v6/configurator.html
However, if you or your company doesn’t have someone who knows how this stuff works, then I would not suggest selling proffieboards or products with proffieboards in them to other people.
Finally compiled successfully !
But download is failed .
erro: Cannot open DFU device 0483:df11
Thank you .
compiled and uploaded successfully .