Hi,
Thanks for posting this. I've just uploaded the file to the esp32devkitC with an i2c lcd and tested it with a sig gen and it works fine for me.
Any more interesting projects in the pipeline?
Don m5aky
Search found 8 matches
- Wed Sep 02, 2020 2:26 pm
- Forum: ESP32 Arduino
- Topic: Best Frequency Meter ever made with ESP32 - awesome!
- Replies: 100
- Views: 150785
- Fri Aug 21, 2020 9:33 am
- Forum: ESP-IDF
- Topic: problem setting up esp-idf
- Replies: 9
- Views: 22354
Re: problem setting up esp-idf
I have this line in my main coilwinder.cpp file:-
extern "C" void app_main()
{
I changed it to: extern "C" void app_main(void)
{
Was that correct?
But I still get the same result.
Thanks for your help and advice.
Don
extern "C" void app_main()
{
I changed it to: extern "C" void app_main(void)
{
Was that correct?
But I still get the same result.
Thanks for your help and advice.
Don
- Fri Aug 21, 2020 8:22 am
- Forum: ESP-IDF
- Topic: problem setting up esp-idf
- Replies: 9
- Views: 22354
Re: problem setting up esp-idf
Hi ESP_krzychb Thanks for the reply. I had a look and I see the additional line in the CMakeList and Makefile files:- set(EXTRA_COMPONENT_DIRS "$ENV{IDF_PATH}/examples/cxx/experimental/experimental_cpp_component") I added this to my files together with the sdkconfig file but it makes no difference. ...
- Thu Aug 20, 2020 6:37 pm
- Forum: ESP-IDF
- Topic: problem setting up esp-idf
- Replies: 9
- Views: 22354
Re: problem setting up esp-idf
Hi I've made some progress. I can build the examples, blink and hello_world, and successfully flash the esp32devC board. However, when I come to build the program I want, which is a stepper motor controller, I get the following error message after it has gone through idf.py build:- undefined referen...
- Mon Aug 17, 2020 9:48 am
- Forum: ESP-IDF
- Topic: problem setting up esp-idf
- Replies: 9
- Views: 22354
Re: problem setting up esp-idf
Hi.
My reply took a little while to appear.
In the meantime someone suggested using sudo ./install.sh from the esp-idf directory and it seems to have worked.
On to the next step.
Don
My reply took a little while to appear.
In the meantime someone suggested using sudo ./install.sh from the esp-idf directory and it seems to have worked.
On to the next step.
Don
- Fri Aug 14, 2020 12:37 pm
- Forum: ESP-IDF
- Topic: problem setting up esp-idf
- Replies: 9
- Views: 22354
Re: problem setting up esp-idf
thanks for the reply Is this what you mean? vosper@vosper-HP-G61-Notebook-PC ~ $ cd ~/esp/esp-idf vosper@vosper-HP-G61-Notebook-PC ~/esp/esp-idf $ ./install.sh Installing ESP-IDF tools Installing tools: xtensa-esp32-elf, xtensa-esp32s2-elf, esp32ulp-elf, esp32s2ulp-elf, openocd-esp32 Skipping xtensa...
- Fri Aug 14, 2020 9:33 am
- Forum: ESP-IDF
- Topic: problem setting up esp-idf
- Replies: 9
- Views: 22354
Re: problem setting up esp-idf
Started from scratch. Installed prerequisites, got esp-idf and Set up tools. Situation is the same. The message says to "follow the instructions found in the "Set up the tools" section" but there are only two instructions there for Linux :- cd ~/esp/esp-idf ./install.sh Is there possibly something t...
- Wed Aug 12, 2020 8:09 am
- Forum: ESP-IDF
- Topic: problem setting up esp-idf
- Replies: 9
- Views: 22354
problem setting up esp-idf
I'm trying to install esp-idf on a Linux Mint pc. I have followed the Get Started instruction at espressif.com. All went well until I entered " . $HOME/esp/esp-idf/export.sh" Then I get:- "Setting IDF_PATH to '/home/vosper/esp/esp-idf' Adding ESP-IDF tools to PATH... Using Python interpreter in /usr...