wagiminator / CH552-Macropad-mini

Programmable Macropad with NeoPixels
https://oshwlab.com/wagiminator/ch552e-macro-pad-mini
Other
17 stars 2 forks source link

Can't create bin file with arduino #2

Closed ArthusPVP closed 1 month ago

ArthusPVP commented 1 month ago

Hi, I want to create a bin file to upload to the ch552 but It doesn't works. Can you please give me the versions of the libraries you used for this project 😥? thx

wagiminator commented 1 month ago

You don't need external libraries, just make sure that the "src" folder is included.

ArthusPVP commented 1 month ago

Yes, I am able to create the .bin file it it doesn’t work on the macro pad and does some weird things ArthusLe 11 juil. 2024 à 09:03, Stefan Wagner @.***> a écrit : You don't need external libraries, just make sure that the "src" folder is included.

—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you authored the thread.Message ID: @.***>

wagiminator commented 1 month ago

Ah, OK. Did you compile with ArduinoIDE or with the makefile?

ArthusPVP commented 1 month ago

I compiled with Arduino IDEArthusLe 11 juil. 2024 à 09:34, Stefan Wagner @.***> a écrit : Ah, OK. Did you compile with ArduinoIDE or with the makefile?

—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you authored the thread.Message ID: @.***>

wagiminator commented 1 month ago

Make sure you have the correct settings especially for USB. However, I can't guarantee that this will work with every Arduino version and every version of CH55xduino. The safest way is to compile with make.

ArthusPVP commented 1 month ago

thx