Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

install on platform.io esp-idf framework #37

Open
jeanbatfr opened this issue Oct 11, 2024 · 1 comment
Open

install on platform.io esp-idf framework #37

jeanbatfr opened this issue Oct 11, 2024 · 1 comment

Comments

@jeanbatfr
Copy link

Hello, looking for this kind of library but for platform.io IDE, using esp-idf framework for my heltec esp32

I tried to install it manually, but I have some declaration problems. I guess the ide can't use the config file this way?

Thank you

@nopnop2002
Copy link
Owner

nopnop2002 commented Oct 11, 2024

There are reports that it works with PlatformIO.

#16

I'm not using PlatformIO.
The following steps may work.

cd $HOME
git clone https://github.com/nopnop2002/esp-idf-ssd1306
cd esp-idf-ssd1306
cp -r components your_project_directiory
cd your_project_directiory
rm sdkconfig.*
pio run -t clean
pio run -t menuconfig
pio run

Here you will find information about the components.
https://docs.platformio.org/en/latest/frameworks/espidf.html#esp-idf-components

Please note that the components used by PlatformIO are not official components provided by EspressIF, but are developed independently by PlatformIO.
The behavior may not completely match that of ESP-IDF.
It is developed based on a very old ESP-IDF(ESP-IDF V5.1.2), so many bugs may remain.
Also, newly introduced features such as the new i2c driver introduced in ESP-IDF 5.2 are not yet available.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants