BlueAndi / Pixelix

Full RGB LED matrix, based on an ESP32 and WS2812B LEDs.
MIT License
300 stars 59 forks source link

compiled version #71

Closed 1danielsan closed 2 years ago

1danielsan commented 2 years ago

Hello, is it possible to have a compiled basic version .bin file? Thank you very much

BlueAndi commented 2 years ago

Just a note, you opened a pull request, but I guess you wanted to open an issue, right? Or do you mean a .bin version from the development branch?

I think its possible in the future to provide binary versions of all targets. The CI must be updated to provide them automatically. But it depends how your matrix topology is, because it can not be changed at runtime.

BlueAndi commented 2 years ago

See #72

1danielsan commented 2 years ago

Sorry, but I don't understand if right now there is (and where) a .bin version ready to use of the main branch. Sorry but I am new of github and it is not so easy to navigate it!

Is it also available the .stl for 3d printing the case? (cannot find it!) Thank you very much.

BlueAndi commented 2 years ago

No, till now there is no binary (.bin) provided, but with the next upcoming version 5.0.0 see #72. I updated the CI to automatically provide them (hopefully, because I couldn't test it yet) in case I release a new version. I can not promise a release date for v5.0.0 but we are in stabilization phase right now.

For the case see my answer in #66 I don't own a 3d printer by myself, therefore a friend printed the parts for me. See in the #66 the links to thingiverse.

1danielsan commented 2 years ago

Thank you very much for your help! I just figure out that tonight you add the new version with compiled bin files! I am trying to upload them with esp32 download tool but I don't know at which address do the main program and spiff .bin have to be flashed Could you help me?

ESP32_Flash_Tool_Programm_Upload-130745

0ooYoo0 commented 2 years ago

Please have a look at the partititionTable to find the respective addresses.

1danielsan commented 2 years ago

Thank you, So... Just to be sure... Main program should go in 0x10000 and spiff in 0x2B0000? Is it correct?

0ooYoo0 commented 2 years ago

Yes correct.