Какой выбрать ESP для лучшей связи?

Есть проект на MEGA2560 и ESP01. Связь работает не очень хорошо. Может потерять связь при нормальном покрытии WIFI. Часто бывает, что при потере связи не помогает даже перезагрузка ESP по питанию, только общая перезагрузка MEGA+ESP (вообще не понимаю, как такое может быть, но факт).
Какой модуль на практике показал себя с лучшей стороны? Приходилось встречать мнение, что ESP32 держит коннект лучше чем ESP8266. Но ESP32 это конечно слишком много просто для связи.
Как зарекомендовала себя плата MEGA2560 с интергрированным ESP8266?
Поделитесь опытом.

My advice would be to throw the Mega in the trash, along with the ESP-01 (or donate them to a Ukrainian school - they’ll need all the help they can get when the war is over).

If your project doesn’t need many digital pins, and no more than one analog pin, then use a NodeMCU or Wemos D1 Mini.
Otherwise, use an ESP32.

Pete.

1 Like

Thanks, but I can’t. Everything is tied to Arduino MEGA. Many 5v sensors, shield screen for MEGA, etc. The project is already made in the box.

In that case, it doesn’t really matter what type of device you connect to it as a WiFi modem, it will work in the same way.
The shortfalls are really down to using the AT protocol for communication between the Mega and the WiFi modem.

Pete.

Thank you. Is it possible to restart AT protocol without restarting MEGA?