Search found 16 matches
- Mon Dec 11, 2023 12:56 am
- Forum: Hardware
- Topic: ESP32 Direct coax wi-fi connection
- Replies: 5
- Views: 18647
Re: ESP32 Direct coax wi-fi connection
Remove the connector from PCB and solder mid to mid shield to any side of it. I'm using many in this way
- Sun Dec 10, 2023 10:21 pm
- Forum: Hardware
- Topic: ESP32 WROOM-32
- Replies: 3
- Views: 19769
Re: ESP32 WROOM-32
Show some schematics please
- Sun Nov 19, 2023 10:30 pm
- Forum: General Discussion
- Topic: ESP32 and OTA
- Replies: 3
- Views: 3858
Re: ESP32 and OTA
Do you need to update the whole code or just some variables?
- Fri Nov 17, 2023 2:26 am
- Forum: Hardware
- Topic: Logaritmicly decreasing sensor readings with low power on ESP32-C3-13
- Replies: 1
- Views: 2322
Re: Logaritmicly decreasing sensor readings with low power on ESP32-C3-13
Gpio0 usually a strapping pin don't use it try another one.
If you need accuracy you can use ads1115 for adc reading which will not be effected by voltage.
Or, you can use Battery 18650 Stats library to read it more accurately.
Ya da hocam 5vtan düş en temizi
If you need accuracy you can use ads1115 for adc reading which will not be effected by voltage.
Or, you can use Battery 18650 Stats library to read it more accurately.
Ya da hocam 5vtan düş en temizi
- Fri Nov 17, 2023 2:17 am
- Forum: Hardware
- Topic: ESP32 Direct coax wi-fi connection
- Replies: 5
- Views: 18647
Re: ESP32 Direct coax wi-fi connection
Which model do you use?
- Fri Nov 17, 2023 2:07 am
- Forum: Hardware
- Topic: ESP32 DevKit is fried when powered externally.
- Replies: 11
- Views: 7282
Re: ESP32 DevKit is fried when powered externally.
Use flyback diode on the input side of the buck converter. Another one on outputs. You are switching an inductive load which makes HUGE spikes on the power rails. The reason is why you fried esp overvoltage spikes.the reason why its random is spikes are sometimes suppressed by diode but if the first...
- Thu Nov 09, 2023 9:56 pm
- Forum: Hardware
- Topic: External antenna through GPIO
- Replies: 1
- Views: 1604
Re: External antenna through GPIO
You cant do it with gpio but can make by scraping the solder mask on the esp module itself. Google " add external antenna to esp32" and you will see bunch of examples
- Thu Nov 09, 2023 2:12 am
- Forum: General Discussion
- Topic: esp32 questing
- Replies: 1
- Views: 769
Re: esp32 questing
Gpio14 is adc2 i guess and also strapping pin. Use one of these
ADC1_CH0 (GPIO 36)
ADC1_CH1 (GPIO 37)
ADC1_CH2 (GPIO 38)
ADC1_CH3 (GPIO 39)
ADC1_CH4 (GPIO 32)
ADC1_CH5 (GPIO 33)
ADC1_CH6 (GPIO 34)
ADC1_CH7 (GPIO 35)
ADC1_CH0 (GPIO 36)
ADC1_CH1 (GPIO 37)
ADC1_CH2 (GPIO 38)
ADC1_CH3 (GPIO 39)
ADC1_CH4 (GPIO 32)
ADC1_CH5 (GPIO 33)
ADC1_CH6 (GPIO 34)
ADC1_CH7 (GPIO 35)
- Thu Nov 09, 2023 2:09 am
- Forum: General Discussion
- Topic: I2C 2 sensors read back to back problem.
- Replies: 1
- Views: 843
Re: I2C 2 sensors read back to back problem.
May be it's not the best way to do it but you use it like,
Wire.begin()// as default i2c
Wire1.begin(anypin,anypin) // as any other pin as second i2c
Wire.begin()// as default i2c
Wire1.begin(anypin,anypin) // as any other pin as second i2c
- Wed Oct 25, 2023 2:39 am
- Forum: General Discussion
- Topic: Best 3.3v regulator for ESP32 running on battery
- Replies: 6
- Views: 8025
Re: Best 3.3v regulator for ESP32 running on battery
I'm using both ht7333 and ht7833 for years without any problem. But the important thing is how much current you need? İf im using for espnow or any other task i go with ht7333 (without wifi and ble) İf im using only one radio im using ht7833 with HUGe capacitors on the power lines ( at least 680uF ...