Search found 305 matches
- Tue Apr 26, 2022 6:54 pm
- Forum: Hardware
- Topic: LAN8720A with reset pin low - does it stop the clock?
- Replies: 2
- Views: 2990
Re: LAN8720A with reset pin low - does it stop the clock?
Thanks, that information resulted in us going for IP101GRI to avoid this problem.
- Sat Apr 23, 2022 9:18 am
- Forum: Hardware
- Topic: LAN8720A with reset pin low - does it stop the clock?
- Replies: 2
- Views: 2990
LAN8720A with reset pin low - does it stop the clock?
https://docs.espressif.com/projects/esp-idf/en/latest/esp32/hw-reference/esp32/get-started-ethernet-kit.html#rmii-clock-sourced-externally-by-phy Is LAN8720A suitable for this method? I read the datasheet, but I cannot see if its clock output is stopped when its reset pin is low. Using PSRAM in ESP...
- Wed Feb 10, 2021 8:54 pm
- Forum: ESP-IDF
- Topic: internet unavailable when connected to AP(Wi-Fi) of ESP32 DevKit,
- Replies: 18
- Views: 23022
Re: internet unavailable when connected to AP(Wi-Fi) of ESP32 DevKit,
https://github.com/espressif/esp-idf/blob/master/components/lwip/apps/dhcpserver/dhcpserver.c?#L355 Since I could only set DNS to 0.0.0.0 and that didn't work for Android I also commented out the 13 lines from the link and then in Windows no IPV4 DNS servers are shown. Gateway also not shown. Not s...
- Wed Feb 10, 2021 4:21 pm
- Forum: ESP-IDF
- Topic: internet unavailable when connected to AP(Wi-Fi) of ESP32 DevKit,
- Replies: 18
- Views: 23022
Re: internet unavailable when connected to AP(Wi-Fi) of ESP32 DevKit,
Interesting about the Garmin device. What device is it? Does it prevent hijacking the internet connection on both iOS and Android? Here's what I have after struggling with this as well. It seems to work for iOS, but not always working in Android. this is in main() before initializing WiFi: tcpip_ad...
- Fri Jul 10, 2020 4:14 pm
- Forum: ESP-IDF
- Topic: CAN vs OTA: interrupt watchdog timeouts despite delay in OTA and IRAM_ATTR in CAN
- Replies: 11
- Views: 15322
Re: CAN vs OTA: interrupt watchdog timeouts despite delay in OTA and IRAM_ATTR in CAN
Yes it has been working in production for 9 months without problems. I think I just made the changes listed but so much has happened since.
- Tue May 05, 2020 10:43 am
- Forum: ESP-IDF
- Topic: ESP IDF 3.3 with "old" modules, new production run uses v3 modules - updates and compatibility
- Replies: 1
- Views: 3653
ESP IDF 3.3 with "old" modules, new production run uses v3 modules - updates and compatibility
I have devices in production using WROVER modules with 16MB flash and 8MB PSRAM using ESP IDF release 3.3 using a different toolchain as per github https://github.com/espressif/esp-idf/issues/2892 to mitigate PSRAM issues which seems to work well. The next production run has the new v3 modules. I wa...
- Mon Apr 27, 2020 9:18 pm
- Forum: General Discussion
- Topic: What would you like to see in The Next Chip?
- Replies: 443
- Views: 939418
Re: What would you like to see in The Next Chip?
CAN is a bit of a... thing. I won't say we have a CAN controller in our chip (because of ...reasons), but I can say that the ESP32-S2 has a peripheral we call the 'TWAI (Two Wire Automotive Interface) controller'; which happens to be fully compatible with the peripheral you used to use for that on ...
- Mon Apr 27, 2020 8:59 am
- Forum: General Discussion
- Topic: What would you like to see in The Next Chip?
- Replies: 443
- Views: 939418
Re: What would you like to see in The Next Chip?
Is it possible to say whether CAN bus is intended to be included in future chips? If CAN has been removed from plans for future designs that would be really helpful to know too.
- Thu Apr 16, 2020 12:30 pm
- Forum: ESP-IDF
- Topic: AWS S3 - root certificate changing
- Replies: 4
- Views: 11192
Re: AWS S3 - root certificate changing
I don't have any experience with an actual certificate changeover, but my experience with concatenated PEM files and the existing AWS / ESP-IDF library code is that they seem to work fine, so I would expect that you could put both certificates in a single concatenated PEM file and you would be able...
- Wed Apr 15, 2020 5:41 pm
- Forum: ESP-IDF
- Topic: AWS S3 - root certificate changing
- Replies: 4
- Views: 11192
Re: AWS S3 - root certificate changing
Can certificates be concatenated and either one expected to work when the certificate on the server is changed?