port to stm32 #2067
-
I, I just started to use that wonderfull library with esp32. but the adc of the esp32 is not very good. I am just trying to port the lib to the stm32 wich is not tested or supported. I tried this build flags :
but I keep getting this compilation error : Am in in the right path or should we, modify the define list and the code to make it work, I'am not sure to measure the work to achieve yet |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 3 replies
-
I guess you will need to figure out what PlatformIO does wrong: There is no problem in Arduino¨ Did you follow the instructions in the Wiki ? |
Beta Was this translation helpful? Give feedback.
-
Maybe google how to make Ethernet available via PlatformIO. |
Beta Was this translation helpful? Give feedback.
-
Just google how to include the Ethernet library in PlatformIO: This e.g. gives this as result |
Beta Was this translation helpful? Give feedback.
-
oh my bad damn ! sometimes I can forget the basis shame on me :), here is the complete working setup for a working project in platefoorm io for stm32f411 black pill with i2s driver. Thanks god I finally found your repository. I will finally be able to build something good from there. Would you appreciate a Pr request to add this to the wiki ?
thanks for your help and the massive work you have done so far : foor exemple that repository |
Beta Was this translation helpful? Give feedback.
I guess you will need to figure out what PlatformIO does wrong: There is no problem in Arduino¨
Did you follow the instructions in the Wiki ?