Search found 4 matches
- Mon May 09, 2022 6:05 am
- Forum: General Discussion
- Topic: Converting Arduino Project to ESP-IDF Project
- Replies: 3
- Views: 7717
Converting Arduino Project to ESP-IDF Project
Hi Team, We are working on Arduino IDE Project and Successfully running our application. In our Application we used like WiFi, BLE, BNO086 IMU, BMX160 IMU etc.. using I2C Interface. Now we need to convert the entire Arduino INO file to ESP-IDF Project and it should build without errors. Is that poss...
- Tue Apr 19, 2022 12:08 pm
- Forum: General Discussion
- Topic: Library File Error for ESP32-C3 board in Eclipse
- Replies: 5
- Views: 2415
Re: Library File Error for ESP32-C3 board in Eclipse
Hi, All files of BMI270 are located at "D:\Vamshi007\EB\C1\BMI270\BMI270-Sensor-API-master" which I was added to the Environment in the previous post. Please go through the attached image which contains all files in the above mentioned path. Is this the file location you are asking for ? Please let ...
- Tue Apr 19, 2022 5:10 am
- Forum: General Discussion
- Topic: Library File Error for ESP32-C3 board in Eclipse
- Replies: 5
- Views: 2415
Re: Library File Error for ESP32-C3 board in Eclipse
Thank you for the reply, I have referenced those files in Environment with the path "D:\Vamshi007\EB\C1\BMI270\BMI270-Sensor-API-master". Please go through the attached reference path image and CMakeLists.txt file content image, CMake -> Toolchains image. Am I missing anything ? Help me to resolve e...
- Mon Apr 18, 2022 2:25 pm
- Forum: General Discussion
- Topic: Library File Error for ESP32-C3 board in Eclipse
- Replies: 5
- Views: 2415
Library File Error for ESP32-C3 board in Eclipse
Hi Team, We are using ESP32-C3 and need to read BMI270 IMU sensor data using Eclipse IDE (Version: 2021-09 (4.21.0) Build id: 20210910-1417). We added required external library files of BMI270 sensor to the project but after building project we are observing some errors like "Undefined Reference to ...