Replies: 8 comments
-
If connected to USB you can edit the
and than use |
Beta Was this translation helpful? Give feedback.
-
that's it. The command to use is |
Beta Was this translation helpful? Give feedback.
-
Thanks, but I can't compile it. I'm not PIO expert, so it looks like wrong path or incorrect library.
|
Beta Was this translation helpful? Give feedback.
-
The missing file is generated by a script which platformio calls. What I'll do is create a script that uploads it to usb |
Beta Was this translation helpful? Give feedback.
-
@sq4bja the missing file is the webdata which is build by NPM. If NPM is missing you have to install nodejs |
Beta Was this translation helpful? Give feedback.
-
Ok, that was clue. After install nodejs I have no errors and I have ems-esp on ESP32 directly from PlatformIO. So, which pins are recommended to do EMS communication? |
Beta Was this translation helpful? Give feedback.
-
The defaults should work. Any pin on the ESP32 can be a UART Rx/Tx. On a Wemos D1-32 Michael uses Rx=23(D7), Tx=5(D8) and on my Lolin D32's I used Rx=17 and Tx=16. But any should work. |
Beta Was this translation helpful? Give feedback.
-
Ok, the dafault is GPIO5 for TX and GPIO23 for RX. However, esp32 takes more power then Wemos. Powering from the EMS bus requires adding a capacitor on the step-down input. Now I have a stable and fast boiler controller. Thank you for your help. |
Beta Was this translation helpful? Give feedback.
-
Hi,
I'm trying to change esp8266 to ESP32 board. And I don't know how to upload firmware. I'm trying PlatformIO as shown on readme, but it doesn't work. I thing some paths are incorrect (ex. XX). Can You explain, much easier, how to start using ESP32 with EMS-ESP?
Tom
Beta Was this translation helpful? Give feedback.
All reactions