Search found 2 matches

by itoooitooo
Sat Nov 13, 2021 3:55 pm
Forum: Hardware
Topic: Can't TX, ESP32 + LAN8720 with GPIO0 Clock Out
Replies: 7
Views: 18220

Re: Can't TX, ESP32 + LAN8720 with GPIO0 Clock Out

Hi there, waking up this thread :D I'm having the exact same problem: RX works fine, TX'd packets are not received and no error is reported. The TXD0, TXD1 and TX_EN signals look good (when a packet is sent from ESP, I can observe data on TXDx while TX_EN is high). PHY Clock is supplied by ESP32 GPI...
by itoooitooo
Mon Oct 04, 2021 10:41 am
Forum: ESP-IDF
Topic: Factory + OTA project setup
Replies: 1
Views: 1512

Factory + OTA project setup

Hi there! Here is a newbie question for you: how do you properly set up your project such that you can build 2 different firmwares (one for factory partition and one for ota partitions) and bundle them into a single flashable image ? I could do 2 different projects but it feels wrong to me because I...