Search found 16 matches

by sidprice
Wed Jul 06, 2022 6:29 pm
Forum: IDEs for ESP-IDF
Topic: Using ESP-Prog in VSCode with PlatformIO
Replies: 3
Views: 3725

Re: Using ESP-Prog in VSCode with PlatformIO

Yes, I use the lower frequency because at 20MHz the same issues occur.
Sid
by sidprice
Mon Jun 27, 2022 3:27 pm
Forum: IDEs for ESP-IDF
Topic: Using ESP-Prog in VSCode with PlatformIO
Replies: 3
Views: 3725

Using ESP-Prog in VSCode with PlatformIO

I am having trouble getting reliable operation with ESP-Prog, ESP32-CAM when uploading using JTAG.

Here is the thread in the PlatformIO Community Forum that explains the issue:

https://community.platformio.org/t/esp3 ... sues/28490

Thank you,
Sid
by sidprice
Sat May 21, 2022 4:05 pm
Forum: ESP32 Arduino
Topic: ESP32-Ethernet Kit
Replies: 7
Views: 3931

Re: ESP32-Ethernet Kit

I did find an Espressif example for this board in the IDF repository, "eth2ap". It does exactly what I want :D
by sidprice
Mon May 16, 2022 11:53 pm
Forum: ESP32 Arduino
Topic: ESP32-Ethernet Kit
Replies: 7
Views: 3931

Re: ESP32-Ethernet Kit

I changed the definitions with slightly different result: #define ETH_ADDR 31 #define ETH_POWER_PIN 5 #define ETH_MDC_PIN 23 #define ETH_MDIO_PIN 18 #define ETH_TYPE ETH_PHY_TLK110 Now I see: E (138) ip101: ip101_pwrctl(295): power up timeout E (138) ip101: ip101_init(358): power control failed E (1...
by sidprice
Mon May 16, 2022 9:48 pm
Forum: ESP32 Arduino
Topic: ESP32-Ethernet Kit
Replies: 7
Views: 3931

Re: ESP32-Ethernet Kit

Using the ESP32-DevKit as the board selection in Arduino I am now trying to use the ETH_TLK110 example sketch. At the beginning of the sketch are a number of definitions for the Ethernet PHY. Referring to the ESP32-Ethernet Kit "Getting started" guide I see the GPIO definitions for the "MDC" and "MD...
by sidprice
Mon May 16, 2022 1:08 pm
Forum: ESP32 Arduino
Topic: ESP32-Ethernet Kit
Replies: 7
Views: 3931

Re: ESP32-Ethernet Kit

I will give that a try :)

Thank you, Sid
by sidprice
Sun May 15, 2022 9:41 pm
Forum: ESP32 Arduino
Topic: ESP32-Ethernet Kit
Replies: 7
Views: 3931

ESP32-Ethernet Kit

Is the ESP32-Ethernet Kit V1 supported in the Arduino IDE/Framework? I don't seem to be able to find that board.
Sid
by sidprice
Sat Apr 23, 2022 11:23 pm
Forum: ESP32 Arduino
Topic: ESP32 Access Point and Station issue
Replies: 6
Views: 3639

Re: ESP32 Access Point and Station issue

Many thanks, that appears to enable me to send and receive multicast packets from the AP device to the network. One issue is that after the call to "ip_napt_enable" I have to use a delay, which is not a good practice. Is there an API that could be polled to know when the device is ready? After the d...
by sidprice
Fri Apr 22, 2022 11:41 pm
Forum: ESP32 Arduino
Topic: ESP32 Access Point and Station issue
Replies: 6
Views: 3639

Re: ESP32 Access Point and Station issue

Thank you for your help. I am already using the jason2866 platform, I had an earlier problem and PlatformIO suggested using that. I do not understand how I can use that platform to achieve the result that I need as all the documentation links are for configuration with PlatformIO and that is done. I...
by sidprice
Fri Apr 22, 2022 12:00 am
Forum: ESP32 Arduino
Topic: ESP32 Access Point and Station issue
Replies: 6
Views: 3639

Re: ESP32 Access Point and Station issue

I would love to get a response to this question please,
Sid