Search found 20 matches

by joglz8
Sun Apr 14, 2024 10:07 am
Forum: ESP-IDF
Topic: Arduino esp32 support
Replies: 2
Views: 374

Re: Arduino esp32 support

Cant't you go to Tools / Manage Libraries in the Arduino IDE and pick the version that you want there?
by joglz8
Tue Mar 19, 2024 10:09 am
Forum: ESP-IDF
Topic: WIFI sockets fail after a while
Replies: 10
Views: 892

Re: WIFI sockets fail after a while

This is off topic, but I have to ask Craige about that web page with gauges.

Did you program that? Is it available on line?

I want to make a gauge display for my combine and those gauges would be ideal.

Thanks,
JP.
by joglz8
Sun Mar 17, 2024 9:11 am
Forum: General Discussion
Topic: ESP32 stops sending data to web server
Replies: 2
Views: 436

Re: ESP32 stops sending data to web server

I have had similar problems in the past. I never did find the cause but probably related to a sprawling lan with some lower quality switches and ap's. I added some programming that watched for the wifi and/or ethernet activity to stop and if it did to disconnect and then re-connect. On some other de...
by joglz8
Thu Mar 14, 2024 11:54 am
Forum: ESP32 Arduino
Topic: ESP-S2 build time and size
Replies: 8
Views: 899

Re: ESP-S2 build time and size

I do not have an answer to your question, but I have noticed the same. I just figured it was a compounding of multiple causes that affected me. I'm using older, not so powerful computers (mostly old Gateway lappies running Debian). The Arduino IDE is (my understanding) using an Arduino wrapper aroun...
by joglz8
Sun Feb 11, 2024 2:33 pm
Forum: General Discussion
Topic: Voltage divider / Non linear output
Replies: 7
Views: 1035

Re: Voltage divider / Non linear output

One RSP32 "quirk" is that the ADC is not the best. If 12 bit accuracy is required an external ADC is what some are using. Or a different micro-controller.

A bunch of threads discussing this issue on this and other forums can be found with a search.
by joglz8
Thu Jan 25, 2024 7:41 pm
Forum: General Discussion
Topic: LED ON on ESP32-S3-DevKitC-1 board
Replies: 2
Views: 641

Re: LED ON on ESP32-S3-DevKitC-1 board

That RGB LED is hooked to GPIO38. What are you doing with GPIO38?

Image
by joglz8
Sun Jan 21, 2024 8:17 pm
Forum: ESP32 Arduino
Topic: Can't verify / upload for esp32-s3
Replies: 2
Views: 645

Re: Can't verify / upload for esp32-s3

Doesn't really bug me, just wasn't sure. I'll roll with it.

Thanks,
JP.
by joglz8
Sat Jan 20, 2024 8:39 pm
Forum: ESP32 Arduino
Topic: Can't verify / upload for esp32-s3
Replies: 2
Views: 645

Can't verify / upload for esp32-s3

WARNING: Category '' in library ESP Insights is not valid. Setting to 'Uncategorized' WARNING: Category '' in library ESP RainMaker is not valid. Setting to 'Uncategorized' WARNING: Category '' in library WiFiProv is not valid. Setting to 'Uncategorized' Traceback (most recent call last): File "/ho...
by joglz8
Thu Jan 18, 2024 9:50 pm
Forum: General Discussion
Topic: Multiple OneWire DS18B20 Instances?
Replies: 1
Views: 619

Multiple OneWire DS18B20 Instances?

This is kind of a long storey with some questions at the end. I need to collect data from 12 DS18b20 one wire temperature sensors. I have learned (form experimenting) that the most I can have on one GPI/O, instance, is 7. The reason for this is that they are scattered about a building and there is a...