Search found 70 matches

by rodmcm
Tue Jan 20, 2026 11:52 pm
Forum: ESP32 Arduino
Topic: WIFI STA with Static IP but variable Router Gateway Address
Replies: 3
Views: 630

Re: WIFI STA with Static IP but variable Router Gateway Address

The reason I ask is that every piece of code I have found requires the Gateway address as part of WifI.config() (Arduino) to be able to set a static IP.
by rodmcm
Tue Jan 20, 2026 10:48 pm
Forum: ESP32 Arduino
Topic: WIFI STA with Static IP but variable Router Gateway Address
Replies: 3
Views: 630

Re: WIFI STA with Static IP but variable Router Gateway Address

Thanks for that... Can you point me to a code example...
by rodmcm
Mon Jan 19, 2026 3:48 am
Forum: ESP32 Arduino
Topic: WIFI STA with Static IP but variable Router Gateway Address
Replies: 3
Views: 630

WIFI STA with Static IP but variable Router Gateway Address

To set a static IP on an ESP32 you need to include the gateway address. The most common default is 192.168.1.1
But others are possible depending on the manufacturer of the router.
Does anyone have a technique to set a static IP without knowing the gateway address, or a method to first find the ...
by rodmcm
Sun Jan 04, 2026 6:42 am
Forum: ESP32 Arduino
Topic: ESP32-C5 Arduino IDE Tools
Replies: 2
Views: 1424

Re: ESP32-C5 Arduino IDE Tools

Many thanks for that... I'll give it a whirl
by rodmcm
Sat Jan 03, 2026 11:00 pm
Forum: ESP32 Arduino
Topic: ESP32-C5 Arduino IDE Tools
Replies: 2
Views: 1424

ESP32-C5 Arduino IDE Tools

Hi, Can someone please provide me with a guide to the best Tools settings or explanation for the above processor

- Erase Flash before Sketch upload = enables/disabled
- Flash Mode = QIO/DIO
- Flash Size = 4,8,2,16
- PSRAM = enabled/disabled

and in particular the many options for
- Partition Scheme
by rodmcm
Sat Oct 29, 2022 11:35 pm
Forum: ESP32 Arduino
Topic: esptool: No such file or directory
Replies: 1
Views: 2479

Re: esptool: No such file or directory

I have this in my additional boards manager URLS

https://dl.espressif.com/dl/package_esp32_index.json

I'm on Mojave though
by rodmcm
Mon Oct 24, 2022 12:53 am
Forum: ESP32 Arduino
Topic: Why my ESP32 burned?
Replies: 2
Views: 4931

Re: Why my ESP32 burned?

Yes you are propably right the relay takes too much current for the DO
Why do you need this relay anyway
If you do need it why not use a simple transistor to run the relay. This uses 12V but 5V relay will do what you want
Capture.PNG
Capture.PNG (6.88 KiB) Viewed 4917 times
by rodmcm
Mon Oct 17, 2022 4:57 am
Forum: ESP32 Arduino
Topic: get activity on the UART line
Replies: 1
Views: 2149

Re: get activity on the UART line

Serial.available() returns the number of bytes available to read.
by rodmcm
Sat Oct 15, 2022 12:37 am
Forum: ESP32 Arduino
Topic: Pairing a Bluetooth Classic 2.0 trackpad with the ESP32. Possible? Simple?
Replies: 5
Views: 5263

Re: Pairing a Bluetooth Classic 2.0 trackpad with the ESP32. Possible? Simple?

Have a look at this. Ordinary SPP may not assist
https://learn.sparkfun.com/tutorials/bl ... h-profiles

Did you connect with the App I suggested? It is SPP.
by rodmcm
Sat Sep 10, 2022 11:11 pm
Forum: ESP32 Arduino
Topic: Pairing a Bluetooth Classic 2.0 trackpad with the ESP32. Possible? Simple?
Replies: 5
Views: 5263

Re: Pairing a Bluetooth Classic 2.0 trackpad with the ESP32. Possible? Simple?

Try using a cell phone app like "Bluetooth Terminal HC-05"
If you can pair and receive data with this from the trackpad then you can do it with an ESP32.
Its my goto App for looking at data streams from BT

Go to advanced search