Forza42 Posted May 6, 2022 Posted May 6, 2022 hello i plan to replace arduino mega cards on a F18 project, by couple of ESP32 boards. Will it work ? If yes, what should I considerate in term of hardware and code, lib etc ... Let start with a UFC, as example. I already have everything working with an Arduino Mega. thanks
pavidovich Posted May 6, 2022 Posted May 6, 2022 It is possible to use the Esp32 in serial mode like arduino boards do.Enviado desde mi SM-A217F mediante Tapatalk
Vinc_Vega Posted May 11, 2022 Posted May 11, 2022 (edited) Yes, you have to connect them by USB, the RS485 bus probably will not do it. If you want to use PWM functionality (e.g. for LED dimming or servo motors) you should be aware of the difference in signal processing between the Atmel chips and the ESP32. Regards, Vinc Edited May 11, 2022 by Vinc_Vega Regards, Vinc real life: Royal Bavarian Airforce online: VJS-GermanKnights.de [sIGPIC][/sIGPIC]
Recommended Posts