You can configure a board running WipperSnapper to read data from standard input buttons, switches, or digital sensors, and send the value to Adafruit IO.
From Adafruit IO, you will configure one of the pushbuttons on your board as a push button component. Then, when the button is pressed (or released), a value will be published to Adafruit IO.
You will need a STEMMA JST PH 2mm 3-Pin to Male Header Cable to connect your PyPortal to a breadboard:
Using a STEMMA JST PH 2mm 3-Pin to Male Header Cable plugged in to D3:
- Connect STEMMA Ground (Black) to one leg of the push-button.
- Connect STEMMA Signal (White) to the other leg of the push-button.
Create a Push-button Component on Adafruit IO
On the device page, click the New Component (or "+") button to open the component picker.
Search for the component name by entering push
into the text box on the component picker, the list of components should update as soon as you stop typing.
WipperSnapper supports such a large number of components we added filtering!
Try searching for various keywords, like:
- component names:
aht20
,servo
,buzzer
,button
,relay
, etc - sensor types:
light
,temperature
,pressure
,humidity
, etc - interface:
i2c
,uart
,ds18x20
,pin
, etc (also I2C addresses e.g.0x44
) - vendor:
Adafruit
,ASAIR
,Infineon
,Bosch
,Honeywell
,Sensirion
, etc
We’ve also added product and documentation links to every component, follow the links beneath the component descriptions to be taken to the appropriate product page or Learn-Guide.
Select the Push Button from the list of results to go to the component configuration page.
There will be a back button if you select the wrong component, and you can use the Edit component icon (⚙️) on the device page to update the component configuration in the future.
The "Create Push Button Component" form presents you with options for configuring the push button.
Start by selecting the board's pin connected to the push button.
The Return Interval dictates how frequently the value of the push-button will be sent from the board to Adafruit IO.
For this example, you will configure the push button value to be only sent when the value changes (i.e.: when it's either pressed or depressed).
Check the Specify Pin Pull Direction checkbox.
Select Pull Up to turn on the internal pull-up resistor.
Make sure the form settings look like the following screenshot. Then, click Create Component.
Adafruit IO sends a command to your WipperSnapper board, telling it to configure the GPIO pin you selected to behave as a digital input pin and to enable it to pull up the internal resistor.
Your board page should also show the new push-button component.
Push the button on your board to change the value of the push-button component on Adafruit IO.
Text editor powered by tinymce.