Use github project in Arduino?

Dear people,

I'm relatively new to the "ESP32 programming with Arduino" hobby :slight_smile:
I've been figuring out how to use this project (GitHub - dudanov/MideaUART: A library for controlling Midea home appliances using the UART protocol.) in Arduino for a few days and then also compile it for ESP32 dev board.
I can't, probably because the #include references in the files aren't being used properly. Who can help me on my way?
What should I do with the zip file of this GitHub project in order to compile it with Arduino?

Sorry if it's a stupid question. I've tried long enough myself, but I'm stuck.

Thanks in advance.

Boris

are you able to comile the example from the library?

If i open the simple.ino example file, it can't be compiled because of missing include file.

maybe copy the error message here

If I try to compile, without any changes (just opening the file simple.ino):

If I do include all the linked header files in the sketch:

did you install the library?

This library has wrong folder structure.

Can you repair the structure for me? Or say what need to be changed? :slight_smile:

Sorry, I don't know how to solve this problem.

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.