- Wireless Power TransferPosted 3 hours ago
- Robot Punchers with ArduinoPosted 1 day ago
- A minimal 3D-printed scalePosted 3 days ago
- Expanding the pins of a microcontrollerPosted 6 days ago
- Let’s create a small level with a matrix displayPosted 1 week ago
- ChatGPT: Writing Code with Artificial IntelligencePosted 1 week ago
- Free Webinar: Arduino IoT Cloud and ESP32 DemoboardPosted 1 week ago
- Maker Faire Rome – The European edition and FAE Technology launch the contest “MY Maker PCBA: your electronics for a better planet”Posted 3 months ago
- Efficient and Compact Stereo Power Amplifier: Unleash High-Quality Audio with the PAM8610Posted 3 months ago
- Terminus FE1.1 USB hub board: the solution to connect four USB devicesPosted 6 months ago
Arduino based DIY touchscreen controller
If you often use keyboard shortcuts in your work or the key combinations are so complicated to remember, then this project is for you.
Aaron Peterson created a touchscreen controller aimed at streamers, but there’s nothing stopping us from using it for other programs. In fact, the controller sends different key combinations in order to perform a certain action on our software.
The controller is based on Arduino Leonardo and a TFT Touchscreen display, but an Arduino Micro can be used without problems, given the presence of the same ATMEGA32U4 Microcontroller. In fact, this microcontroller can be configured to show up as a USB HID keyboard when plugged into a Computer.