-
Notifications
You must be signed in to change notification settings - Fork 100
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
Integrating this library in ESP-IDF #101
Comments
Hi Sukesh (@sukesh-ak ), Sorry - you will need to figure that out for yourself. I have no experience with ESP-IDF. The code is all written in standard C++. It should hopefully be as simple as replacing Best wishes, |
Thank you. Right now looking at this method of using official ubxlib port for ESP-IDF instead. https://github.com/u-blox/ubxlib/tree/master/port/platform/esp-idf/mcu/esp32 |
hi @PaulZC Thought of sharing here, how this library can be used with ESP-IDF with detailed steps. Please feel free to add this link to your readme if its useful. |
Hi Sukesh (@sukesh-ak ), This is great stuff - thank you! I will pin this issue - so others can find it. Thanks again, |
Thank you for this amazing library @PaulZC 👍 |
I've successfully built this lib using Arduino as an ESP-IDF component with the following cmake:
I can simply add this simple fine (need to modify the paths) to support ESP-IDF. @sukesh-ak didn't about such a lib, thanks. Have you tried its I2C API? |
This was done few years ago. I don't have the hardware with I2C, so not tried yet. Maybe will try in near future with one of my custom hardware. |
Subject of the issue
What are the changes required to make this library work with UART without Arduino dependency
Would like to use it with ESP-IDF based projects on ESP32
Your workbench
ESP32
Expected behavior
Use this library with ESP-IDF
Actual behavior
Tell us what happens instead
The text was updated successfully, but these errors were encountered: