Search found 20 matches
- Sun Apr 14, 2024 10:07 am
- Forum: ESP-IDF
- Topic: Arduino esp32 support
- Replies: 2
- Views: 810
Re: Arduino esp32 support
Cant't you go to Tools / Manage Libraries in the Arduino IDE and pick the version that you want there?
- Tue Mar 19, 2024 10:09 am
- Forum: ESP-IDF
- Topic: WIFI sockets fail after a while
- Replies: 10
- Views: 2571
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.
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.
- Sun Mar 17, 2024 9:11 am
- Forum: General Discussion
- Topic: ESP32 stops sending data to web server
- Replies: 2
- Views: 835
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...
- Thu Mar 14, 2024 11:54 am
- Forum: ESP32 Arduino
- Topic: ESP-S2 build time and size
- Replies: 8
- Views: 2030
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...
- Fri Mar 01, 2024 9:16 pm
- Forum: IDEs for ESP-IDF
- Topic: Best IDE for Linux - Eclipse or Visual Studio?
- Replies: 4
- Views: 5784
- Sun Feb 11, 2024 2:33 pm
- Forum: General Discussion
- Topic: Voltage divider / Non linear output
- Replies: 7
- Views: 3309
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.
A bunch of threads discussing this issue on this and other forums can be found with a search.
- Thu Jan 25, 2024 7:41 pm
- Forum: General Discussion
- Topic: LED ON on ESP32-S3-DevKitC-1 board
- Replies: 2
- Views: 1155
Re: LED ON on ESP32-S3-DevKitC-1 board
That RGB LED is hooked to GPIO38. What are you doing with GPIO38?
- Sun Jan 21, 2024 8:17 pm
- Forum: ESP32 Arduino
- Topic: Can't verify / upload for esp32-s3
- Replies: 2
- Views: 1195
Re: Can't verify / upload for esp32-s3
Doesn't really bug me, just wasn't sure. I'll roll with it.
Thanks,
JP.
Thanks,
JP.
- Sat Jan 20, 2024 8:39 pm
- Forum: ESP32 Arduino
- Topic: Can't verify / upload for esp32-s3
- Replies: 2
- Views: 1195
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...
- Thu Jan 18, 2024 9:50 pm
- Forum: General Discussion
- Topic: Multiple OneWire DS18B20 Instances?
- Replies: 1
- Views: 1369
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...