We shall start with a simple button and use it to get the status of the device and check whether it is online or offline. Let us begin with an overview of how to use the Bubble editor. Design section In this section, we create UI elements like buttons, ...
In this section, we shall control the LED connected to pin 0 using the digitalWrite action of the plugin. The digitalWrite requires below configurations, which we shall set while setting up workflows for the buttons. STATUS: Either HIGH or LOW. HIGH wil ...
Creating LED ON button Let's create a button to turn on the LED. Go to the "Design" section. Click on "Button" Create button inside the rectangle which we had already created to control PIN 0 Name the button as "LED ON" Select "Style" as "Success ...
In this section, we shall control the intensity of LED connected to pin 0 using the analogWrite action of the plugin. The analogWrite requires below configurations, which we shall set while setting up workflows for the buttons. VALUE: The value ranges f ...
In the previous sections, we were using buttons to as our action elements. The digitalWrite action had only two states, we used one button to set the STATE to HIGH and other to LOW. The analogWrite's values range from 0 to 255 hence we shall use a differ ...
Once you have checked all the functionality of the elements and tested it well in the preview section, its time to make the app live. Go to the Design section. Click on "Development" next to preview. Click on "Deployment and version control". ...