Search found 8 matches
- Sun Jan 19, 2020 2:13 pm
- Forum: ESP IoT Solution
- Topic: Please help
- Replies: 2
- Views: 5670
Re: Please help
What is the battery voltage. If 5V or higher: connect to Vin. If 3.3V, connect to 3V3
- Thu Sep 26, 2019 6:52 pm
- Forum: ESP-IDF
- Topic: ESP32: POST request over https without certificate
- Replies: 5
- Views: 16597
Re: ESP32: POST request over https without certificate
Hmm, runnin' out of options here.. I do know that a certificate is not needed (run https without it myself), as you can test with another website. You also can connect to another site, so your ESP and IDF must be ok (imho). One last suggestion: (assuming you run php on the webserver): what happens w...
- Wed Sep 25, 2019 7:09 pm
- Forum: ESP-IDF
- Topic: ESP32: POST request over https without certificate
- Replies: 5
- Views: 16597
Re: ESP32: POST request over https without certificate
In the example the certificate isn't set either, so that proves it's not necessary. Is the server returning anything? You may try to set .is_async = false; Or, to test the connection to your own server, try this https example: https://docs.espressif.com/projects/esp-idf/en/latest/api-reference/proto...
- Tue Sep 24, 2019 6:04 pm
- Forum: ESP-IDF
- Topic: ESP32: POST request over https without certificate
- Replies: 5
- Views: 16597
Re: ESP32: POST request over https without certificate
Is the ESP32 the sending part (or, the client)? In that case there's no need for a certifcate, because a certificate is only to be sure that the client is connected to the right server (and not a mitm). So, the certifcate is recommended but not needed for the https connection itself.
- Thu Jun 06, 2019 6:30 pm
- Forum: Hardware
- Topic: LAN8720 and Boot Loader (NooB question)
- Replies: 1
- Views: 4011
Re: LAN8720 and Boot Loader (NooB question)
The problem is the 50MHz oscillator on the LAN8720 board: it changes IO0 between high and low, so 50% chance the ESP32 will boot. As Sautter explains: he disables the oscillator during booting. It's not only a problem with flashing, but every time the ESP starts up. You can interrupt the wiring betw...
- Sat May 25, 2019 8:02 am
- Forum: Hardware
- Topic: Maximum voltage supplied on a port set as output
- Replies: 0
- Views: 2313
Maximum voltage supplied on a port set as output
I've 1 port set as output on the ESP32. On HIGH, there's 5V on the port .
It's working fine for several months now, but I'm wondering: what is the maximum voltage on a port set as output?
I can imagine that it should be 3.3 volts, but I can't find any (maximum) ratings.
It's working fine for several months now, but I'm wondering: what is the maximum voltage on a port set as output?
I can imagine that it should be 3.3 volts, but I can't find any (maximum) ratings.
- Mon May 20, 2019 6:06 pm
- Forum: ESP32 Arduino
- Topic: ESP32 with Triac
- Replies: 19
- Views: 35280
Re: ESP32 with Triac
There's of course tons of in-depth information on the internet, so let's keep it simple: I would say the default way of light-dimming is leading edge trimming . If we would e.g. dim at 50%, we cut-off the first half of the half-sine. In other words, we ignite the triac half way the (half)sine wave. ...
- Sat May 18, 2019 7:47 pm
- Forum: ESP32 Arduino
- Topic: ESP32 with Triac
- Replies: 19
- Views: 35280
Re: ESP32 with Triac
For dimming purposes, you'll need a non-zero cross triac driver like MOC3023. MOC3063 won't work.