Touch screen monitor | RobotShop Community

If you are the original author, please access your User Control Panel and update it.

Hello everybody !!! :) The main aim of this project is to convert a normal computer monitor into a touch screen monitor.. For this I use 2 SRF005 ultrasonic range sensors and 1 picaxe 28X2. The above image is the baisc plan of my project and it will explain you how things work. I use VB.NET to interface between the Picaxe and the computer. My picaxe code is : #picaxe 28x2main:pulsout C.1,2    pulsin C.1,1,w1pause 10let w1 = w1 * 10/62pulsout C.2,2pulsin C.2,1,w2pause 10let w2 = w2 * 10/62sertxd ...


This is a companion discussion topic for the original entry at https://community.robotshop.com/index.php/robots/show/touch-screen-monitor