john30 / ebusd-esp32

Firmware for ESP32-C3 allowing eBUS communication for ebusd (https://github.com/john30/ebusd)
https://adapter.ebusd.eu/v5
24 stars 1 forks source link

GPIO connecting causing ssh terminal lag? #23

Closed unikinCK closed 9 months ago

unikinCK commented 1 year ago

Hi, ever since i installed the raspberrypi via the GPIO the ssh terminal seems to lag a bit. I guess it has to do with the GPIO interrupt? Any chance that it would work better over the raspberrypi USB port? Newest firmware, i followed your tutorial which is really good.

john30 commented 1 year ago

just give it a try. I could indeed imagine that the UART interrupts cause some extra load, but USB would do similar. anyway, the USB driver might do a bit less load wrt interrupts as it is capable of transferring up to 64 bytes at once