Search found 20 matches

by joglz8
Wed Jan 17, 2024 7:11 pm
Forum: ESP32 Arduino
Topic: Connecting........_____ fail upload
Replies: 0
Views: 676

Connecting........_____ fail upload

I'm sure this has been covered in this forum, but I couldn't find it searching. I was having this error: Connecting........_____ on a couple of boards, a Wemos 8266 R1 D1 and on an RSP WROOM 32 and changing the upload baud rate to a lower setting made it so that I did not have to hold the button. I ...
by joglz8
Wed Jan 17, 2024 12:37 am
Forum: General Discussion
Topic: Which S3 Dev Board Should I Get?
Replies: 7
Views: 55141

Re: Which S3 Dev Board Should I Get?

OK, I'll leave GPIO0 til the end and only (try) to use if I have to.

Thanks,
JP.
by joglz8
Tue Jan 16, 2024 8:58 pm
Forum: General Discussion
Topic: Which S3 Dev Board Should I Get?
Replies: 7
Views: 55141

Re: Which S3 Dev Board Should I Get?

So if I use GPIO 0 to 18, 21, 35 to 38, 45, 47, and 48 as simple digital I/O I should be ok, right?

Thanks,
JP.
by joglz8
Tue Jan 16, 2024 11:56 am
Forum: General Discussion
Topic: Which S3 Dev Board Should I Get?
Replies: 7
Views: 55141

Re: Which S3 Dev Board Should I Get?

Sounds good.

Most of the time the controller will be able to contact an NTP server, but there may be stretches of a few days where it can't.
by joglz8
Mon Jan 15, 2024 2:40 pm
Forum: General Discussion
Topic: Which S3 Dev Board Should I Get?
Replies: 7
Views: 55141

Re: Which S3 Dev Board Should I Get?

How accurate is the on board real time clock under fully powered conditions? I will not be using any sleep or low power modes.

I haven't been able to search out a definitive answer on this.

Thanks.
by joglz8
Sun Jan 14, 2024 2:00 pm
Forum: General Discussion
Topic: Which S3 Dev Board Should I Get?
Replies: 7
Views: 55141

Which S3 Dev Board Should I Get?

Good day to you all. I have a few pretty basic questions. I am wanting to replace an Arduino Mega with an ESP32-S3 so that I can set the ESP up as a simple server to interact with browsers on my LAN and so that I can make program changes via OTA and so that I can try out the S3. I am not sure which ...
by joglz8
Wed Jul 15, 2020 11:45 pm
Forum: Showcase
Topic: Programming microcontrollers in any language
Replies: 2
Views: 7064

Re: Programming microcontrollers in any language

I admire your ambition.

Reminds me of this:

http://catb.org/esr/writings/unix-koans ... -wars.html
by joglz8
Tue Mar 12, 2019 11:27 am
Forum: ESP32 Arduino
Topic: [SOLVED]"[HTTP] GET... failed, error: connection refused" when using Static IP
Replies: 4
Views: 15520

Re: "[HTTP] GET... failed, error: connection refused" when using Static IP

Are you connecting to a wireless router or to an access point on your LAN?

I have noticed that connecting to an access point I don't need the password but connecting directly to my wireless router I do. That is with an IP address reserved by DHCP server / router.
by joglz8
Sun Feb 03, 2019 10:27 pm
Forum: ESP32 Arduino
Topic: Ubuntu: exec: "python": executable file not found in $PATH
Replies: 8
Views: 47446

Re: Ubuntu: exec: "python": executable file not found in $PATH

I am having this same problem. I have tried the remedies above with no luck. Cannot get away from: exec: "python": executable file not found in $PATH Error compiling for board TTGO LoRa32-OLED V1. What else could I try? Thanks. P.S.: It was the pySerial thing again. Thought that I had installed it o...
by joglz8
Sat Jan 19, 2019 11:00 pm
Forum: ESP32 Arduino
Topic: Problems compiling with the Arduino IDE
Replies: 2
Views: 5983

Re: Problems compiling with the Arduino IDE

I am having a similar problem on Intel Gateway NV59 laptop with Ubuntu 18.04 and Arduino 1.8.8. However Arduino 1.8.8 works on a Gateway tower AMD Phenom running Debian 9 with xfce desktop. Would like to get it working on the laptop, a little more portable for field program changes. P.S.: Problem so...