Tactile Switch

June 2, 2017

Introduction

The two tactile switches are connected to Arduino pins 38 and 39, both active high. This means that the pins are at +5V when the switch is pressed, and at 0V (Ground) otherwise.

evive Tactile Switch Pushbuttons

evive Notes Icon
Note that pins 38, 39 are pulled low, i.e. they will be at 0V (and not floating) when the switch is not pressed.

Programming in Arduino IDE

The test code for the tactile switch is given below:

Programming in PictoBlox

To get the state of the tactile switch, you can use Tactile Switch () pressed block. This block can be found under evive extension. The switch whose state you want to check can be chosen from the drop-down on this block. It is a Boolean block which returns “TRUE” if the switch is pressed and “False” if the switch is not pressed.

tactile switch pressed

Example

  • Rotating the sprite if the tactile switch 1 is pressed.

tactile switch example

Share this Documentation
Share on facebook
Facebook
Share on twitter
Twitter
Share on pinterest
Pinterest
Share on reddit
Reddit
Share on print
Print
Related Tutorials & Projects
Dodge Scratch Game Cover Image

Dodge

The aim of the game is to control the kid and dodge the objects coming his way for as long as possible. You can’t dodge them forever; because basically we are playing a game of survival and the challenge essentially is to stay in the game for as long as possible.

Visualising-RC-Circuit-on-evive_v1 (2)

Visualizing RC Circuit on evive

In this project, we will visualize RC Circuit behavior on charging, discharging and different input signals on evive's mini oscilloscope.

tactile switch pressed

tactile switch () pressed?

evive has two tactile switches; this block checks if either of them is pressed. The switch whose state you want to check can be chosen from the drop-down menu on this block. It returns “true” if the switch is pressed and “false” if the switch is not pressed.
Featured Projects

Leave a Reply