Sorry for this rookie question, but what would be a decent, rugged, reliable, hopefully low cost bluetooth game controller for me to get to use with Bluepad32?
P.S.: All I need are the buttons and joysticks, do not need any fancy features.
Search found 24 matches
- Sun Jul 20, 2025 10:23 am
- Forum: Hardware
- Topic: Best controller options for ESP32 boards
- Replies: 6
- Views: 638
- Fri Jul 18, 2025 10:06 am
- Forum: Hardware
- Topic: Best controller options for ESP32 boards
- Replies: 6
- Views: 638
Re: Best controller options for ESP32 boards
Hey MicroController, I'll be checking that out for sure. Hopefully helps out the OP also.
Thanks,
JP.
Thanks,
JP.
- Wed Jul 16, 2025 9:21 am
- Forum: Hardware
- Topic: Best controller options for ESP32 boards
- Replies: 6
- Views: 638
Re: Best controller options for ESP32 boards
If you find something please update this thread. I have been half heartedly watching for such a thing for years for a farm project we built. As of now still using a traditional box of switches.
- Sun Jan 19, 2025 11:35 am
- Forum: General Discussion
- Topic: proximity inductive npn no
- Replies: 3
- Views: 2139
Re: proximity inductive npn no
There are some issues.
1) There is no common voltage between the esp32 and the 24V circuit, so the esp is floating.
2) The proxes will apply too much voltage to the GPIO. Once you have a common voltage reference you then need to divide the prox output voltage down to esp input levels.
1) There is no common voltage between the esp32 and the 24V circuit, so the esp is floating.
2) The proxes will apply too much voltage to the GPIO. Once you have a common voltage reference you then need to divide the prox output voltage down to esp input levels.
- Sun Apr 14, 2024 10:07 am
- Forum: ESP-IDF
- Topic: Arduino esp32 support
- Replies: 2
- Views: 1176
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: 4222
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: 1267
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 ...
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 ...
- Thu Mar 14, 2024 11:54 am
- Forum: ESP32 Arduino
- Topic: ESP-S2 build time and size
- Replies: 8
- Views: 3711
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 ...
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 ...
- Fri Mar 01, 2024 9:16 pm
- Forum: IDEs for ESP-IDF
- Topic: Best IDE for Linux - Eclipse or Visual Studio?
- Replies: 4
- Views: 10616
- Sun Feb 11, 2024 2:33 pm
- Forum: General Discussion
- Topic: Voltage divider / Non linear output
- Replies: 7
- Views: 6597
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.