Search found 9042 matches

by ESP_Sprite
Wed Jan 05, 2022 4:15 am
Forum: Hardware
Topic: Hello, I have a question about the size of the product size.
Replies: 2
Views: 2643

Re: Hello, I have a question about the size of the product size.

We provide the PCB design layout, at least the sizes are in there.
by ESP_Sprite
Wed Jan 05, 2022 1:10 am
Forum: IDEs for ESP-IDF
Topic: progress on VS Code debugger
Replies: 8
Views: 14895

Re: progress on VS Code debugger

Error: JTAG scan chain interrogation failed: all ones
This indicates an issue between the ESP-Prog and the Xtensa core: disconnected cabling, wrong connections, speed too high, GPIOs reconfigured from JTAG to something else by the ESP32 app, etc.
by ESP_Sprite
Wed Jan 05, 2022 1:09 am
Forum: ESP32 Arduino
Topic: WiFi - I2C conflict : problem of tasks priorities ?
Replies: 3
Views: 3997

Re: WiFi - I2C conflict : problem of tasks priorities ?

The I2C peripheral, once started, can handle an I2C transmission very much by itself, so theoretically it being interrupted by WiFi or anything else should not lead to issues. Could you show us your code, ideally whittled down to the minimum program that still displays the issue?
by ESP_Sprite
Wed Jan 05, 2022 1:04 am
Forum: Hardware
Topic: Hard resetting issue
Replies: 2
Views: 4596

Re: Hard resetting issue

The hard reset generally is done via a two-transistor network on the DTR/RTS pins of the USB-serial converter that pull down the EN line of the ESP32. Perhaps it can be insightful to scope out those signals while you're resetting the board? Possibly they are marginal, leading to issues with some boa...
by ESP_Sprite
Wed Jan 05, 2022 1:02 am
Forum: Hardware
Topic: Unable to access custom ESP32 over Serial/USB
Replies: 30
Views: 39711

Re: Unable to access custom ESP32 over Serial/USB

What's your power supply (and importantly: can it deliver at least 500mA), what's your schematic?
by ESP_Sprite
Wed Jan 05, 2022 12:59 am
Forum: ESP-IDF
Topic: [SOLVED] Connection to website over HTTPS protocol
Replies: 14
Views: 15597

Re: Connection to website over HTTPS protocol

That confirms that then: you're looking at the example in the master branch. The 4.3 example does not have that, which indicates this is probably added after v4.3. If you're good with only one certificate, you can indeed follow that example.
by ESP_Sprite
Tue Jan 04, 2022 7:26 am
Forum: ESP32 Arduino
Topic: Esp32C3 BarcodeScanner Serial blocking
Replies: 9
Views: 11287

Re: Esp32C3 BarcodeScanner Serial blocking

Looks like your issue is that you use the serial port both for your computer connection as well as the barcode reader indeed. The ESP32C3 has two serial ports, though, so you can move your barcode reader to the other one.
by ESP_Sprite
Tue Jan 04, 2022 7:21 am
Forum: ESP-IDF
Topic: [SOLVED] Connection to website over HTTPS protocol
Replies: 14
Views: 15597

Re: Connection to website over HTTPS protocol

As far as I checked, the esp_http_client should accept that parameter... are you sure you're not using an example from a newer esp-idf against an older esp-idf version?
by ESP_Sprite
Tue Jan 04, 2022 7:18 am
Forum: General Discussion
Topic: NTP time synchronisation help
Replies: 3
Views: 5660

Re: NTP time synchronisation help

Yes, syncing requires a network connection.
by ESP_Sprite
Tue Jan 04, 2022 2:21 am
Forum: General Discussion
Topic: Touch Pin
Replies: 3
Views: 3918

Re: Touch Pin

Obviously. No way to charge anything if the pin is shorted to ground.