Page 1 of 1
PS/2 Mouse with ESP32
Posted: Sun Aug 15, 2021 10:02 pm
by Miguel0101
Does ESP32 support PS/2 Mouse?
Re: PS/2 Mouse with ESP32
Posted: Mon Aug 16, 2021 1:04 am
by ESP_Sprite
Not natively... you may be able to make it work by bitbanging or by some smart abuse of the SPI or I2S peripheral though. That would need a fairly deep dive into the hardware, however.
Re: PS/2 Mouse with ESP32
Posted: Mon Aug 16, 2021 12:37 pm
by Miguel0101
Why does ESP32 not support PS/2 Mouse?
Re: PS/2 Mouse with ESP32
Posted: Tue Aug 17, 2021 1:28 am
by ESP_Sprite
...because it makes no sense to implement special protocol handling hardware for an obsolete protocol into a modern-age microcontroller? Again, not saying you can't make it work with the existing peripherals somehow, though.