Search found 68 matches

by Zingemneire
Thu Apr 29, 2021 8:42 am
Forum: ESP-IDF
Topic: Latest IDF extension for VSCode has broken my compiler
Replies: 13
Views: 14180

Re: Latest IDF extension for VSCode has broken my compiler

Press F1, Select or type "ESP-IDF: Configure ESP-IDF extension" then press "use existing setup"

I can confirm that that works. Both for me and other team members who ran into the problem yesterday.
by Zingemneire
Wed Apr 28, 2021 7:51 am
Forum: IDEs for ESP-IDF
Topic: vscode extension 1.0.3 "breaks" compiler
Replies: 4
Views: 4582

Re: vscode extension 1.0.3 "breaks" compiler

Hi, I don't know why it does that but I can confirm that it does. This morning I opened my project that I had been working on yesterday and without making any change to it I simply tried to build it and it failed as described by "orbitcoms". After reading about version 1.0.3 I checked my version of ...
by Zingemneire
Tue Apr 13, 2021 2:27 pm
Forum: General Discussion
Topic: How to change icmp-echo example to use a fixed IP address
Replies: 0
Views: 1516

How to change icmp-echo example to use a fixed IP address

Hi all, One more question for the road: I am trying to use the icmp-echo example to issue a ping to a fixed IP address (192.168.100.100) from a fixed IP adress ( 192.168.100.1 ). I know the target can be pinged because I can test it from my laptop and I get a reply from the target. I manage to build...
by Zingemneire
Mon Apr 12, 2021 2:54 pm
Forum: General Discussion
Topic: Weird error message from Vscode
Replies: 3
Views: 3401

Re: Weird error message from Vscode

Hi, I am sorry but there is not much that I can do with that reply. "Resume" button: what, where ? Equally the instructions at https://docs.espressif.com/projects/esp-idf/en/latest/esp32/api-guides/jtag-debugging/using-debugger.html#jtag-debugging-using-debugger-eclipse are not really useful, after ...
by Zingemneire
Thu Apr 08, 2021 11:52 am
Forum: General Discussion
Topic: Weird error message from Vscode
Replies: 3
Views: 3401

Weird error message from Vscode

Hi All, A few years ago I implemented an ESP32 application using a windows 10 machine and VSCODE and it was quite successful. Now I am trying to implement a new application, this time on a machine running Ubuntu 20.4 and VSCODE again. It has gone smooth so that I can build and UART flash the new app...
by Zingemneire
Thu Dec 06, 2018 10:07 am
Forum: General Discussion
Topic: Is it possible to force using the internal oscillator instead of the external 32kHz crystal
Replies: 6
Views: 8592

Re: Is it possible to force using the internal oscillator instead of the external 32kHz crystal

Hi ESP_igrr, Thanks, that would be useful. For now I have abandoned it because although it works well enough to trigger ULP wakeups every 5 minutes with or without the external crystal there is something odd going on when I read the time at startup using the getdatetime function. It is completely of...
by Zingemneire
Tue Dec 04, 2018 12:09 pm
Forum: General Discussion
Topic: Implentation of gettimeofday
Replies: 1
Views: 5371

Implentation of gettimeofday

Hi,

Can anyone point me to the actual implementation/source code of gettimeofday ? Until now I have failed to locate it.
by Zingemneire
Tue Dec 04, 2018 9:46 am
Forum: General Discussion
Topic: Is it possible to force using the internal oscillator instead of the external 32kHz crystal
Replies: 6
Views: 8592

Re: Is it possible to force using the internal oscillator instead of the external 32kHz crystal

Absolutely correct but in order to make a dodgy unit behave as it should it requires a rebuild of the project and flashing the new binary directly or via OTA if that is still possible. My method does not require that: once I have managed to send the appropriate parameter to the board, either via the...
by Zingemneire
Mon Dec 03, 2018 2:43 pm
Forum: General Discussion
Topic: Is it possible to force using the internal oscillator instead of the external 32kHz crystal
Replies: 6
Views: 8592

Re: Is it possible to force using the internal oscillator instead of the external 32kHz crystal

Hi All, I decided to simply test whether or not I could pull it off. I simply copied the content of function select_rtc_slow_clk to my application level program that deals with any RTC related items. As I don't need anything related to the external crystal I stripped it of anything within it to hand...
by Zingemneire
Mon Dec 03, 2018 12:48 pm
Forum: General Discussion
Topic: Is it possible to force using the internal oscillator instead of the external 32kHz crystal
Replies: 6
Views: 8592

Is it possible to force using the internal oscillator instead of the external 32kHz crystal

Hi, We have a custom board which uses an ESP32 W-ROVER module and all boards are equipped with an external crystal. Unfortunately on some of the boards the external crystals do not work or appear to work for a while and then stop. The non-working ones are not really that much of a problem: the unit ...