
PictoBlox Scratch Tutorials


Making a Mask Identifier: Machine Learning in PictoBlox
In this tutorial learn what is machine learning and how can we use it to make mask identifiers in PictoBlox.
IoT Based Temperature Monitoring System
Learn how to make a temperature and humidity monitoring system using DHT and ESP8266 and analyze its data on Adafruit IO and program it in PictoBlox.
What is IoT? Getting Started with IoT using Adafruit IO and PictoBlox
Learn what is IoT, how does IoT works, how to get started with IoT using Adafruit IO and PictoBlox.
Getting Started with PictoBlox Mobile Application
PictoBlox Mobile Application is a graphical programming software app based on Scratch Blocks to learn to code on the code. Make interactive games, program robots and prototyping boards like evive, Arduino, and ESP32.
Getting Started with evive
This tutorial explains us what is evive, how to install the battery in it, how to charge it and the various input-output modules available in it.
Making an Expression Recognizer Using Face Detection in PictoBlox
In this tutorial, learn how to recognize the expression of the face using the Face Detection extension in PictoBlox.
Detecting Object using Artificial Intelligence of PictoBlox
This tutorials shows how can you detect the number, size, position, and the type of object using the Object Detection Extension of PictoBlox
Brand Detection using the Artificial Intelligence Extension of PictoBlox
In this tutorial learn how to detect various brands in images using the Artificial Intelligence of PictoBlox.
evive – Plug and Play: Part 1
In this tutorial, we are going to give you a hands-on experience of evive’s plug and play interface through activities for controlling a DC motor, a servo motor, understanding the inbuilt touch sensors of evive.
evive – Plug and Play Part 2
In this tutorial, we’re going to take a look at the inbuilt tools that evive has and that truly makes it versatile and portable electronics lab. They are the pin state monitor, oscilloscope, sensing, and the function generator.
Getting Started with Block Coding in PictoBlox
PictoBlox is a programming software based on Scratch, where you can make interactive games, animations or program robots and projects with evive, Arduino, etc..
PictoBlox – Stage Mode
In this tutorial, you learned about PictoBlox's Stage mode and how to control hardware in real-time using a USB cable or over Bluetooth.
PictoBlox – Upload Mode
In this tutorial, you'll see what is PictoBlox's Upload mode and how to use it to control our hardware wirelessly, i.e. without being connected to computer.
Interfacing Dabble with evive
In this tutorial, we learned how to control actuators or send commands to them wirelessly via a Smartphone using Dabble.
What is LED (Light Emitting Diode)?
Learn all about LEDs (light emitting diodes): how do LEDs work, interfacing an LED with evive using PictoBlox and projects you can make using LEDs.
What is Tactile Switch or Push Button?
Learn all about push buttons (tactile switches): how push buttons work, interfacing a push button with evive using PictoBlox and projects you can make using push buttons
How to Read evive’s Potentiometers in PictoBlox
This tutorial discusses what are potentiometers, evive's potentiometers and how to read them in PictoBlox, and how to control the brightness of an LED using one of evive's potentiometers.
What is LDR (Photoresistor)?
Learn all about LDRs (photoresistors): how does an LDR work, interfacing an LDR with evive using PictoBlox and projects you can make using it.
What is a Dual-Shaft (DC) Motor?
Learn what is dual-shaft(DC) motor, how does DC motor work, interface it with evive using PictoBlox and what projects to make using a DC motor.
What is a Servo Motor?
Learn what is servo motor, how does servo motor work, interface it with evive using PictoBlox and what projects to make using a servo.
How to Control evive’s Buzzer in PictoBlox
This tutorial discusses what are piezo buzzers, evive's inbuilt buzzer, how to control it in PictoBlox with the help of a simple program in Stage mode.
How to Control evive’s Touch Sensors in PictoBlox
This tutorial discusses what are capacitive touch sensors, evive's capacitive touch input, and how to control the touch sensors in evive, with the help of a simple program in Stage mode.
How to Manipulate evive’s TFT Display
This tutorial discuss evive's TFT Display, the blocks under evive TFT Display extension, and certain example programs to show the usage of different blocks in Scratch mode.
What is an IR Sensor
Learn all about an IR sensor, from what is an IR sensor, how to interface it with evive using PictoBlox, and the projects we can make using it.
What is an Ultrasonic Sensor?
Learn what is an ultrasonic sensor, how does HC-SR05 work, interface it with evive using PictoBlox and what projects to make using an ultrasonic sensor.
How to interface RGB LED strip with evive using PictoBlox
This tutorial discusses what are RGB LED strips, how to interface them with Evive in PictoBlox with the help of a sample circuit.
Interfacing PIR motion sensor with evive
This tutorial describes how to interface PIR motion sensor with evive
How to interface soil moisture sensor with evive?
This tutorial demonstrates how to interface and track moisture of the soil.Display the data on evive display.
How to interface Temperature & Humidity sensor with evive?
In this tutorial we will interface DHT11 temperature and humidity sensor with evive and display the data on the evive display screen.
Interfacing DS18B20 Waterproof Digital Temperature Sensor with evive
In this tutorial we will interface DS18B20 waterproof digital temperature sensor with evive and we will display temperature measured by this temperature sensor on "TFT" display
Interfacing MQ-2 Gas Sensor with evive
In this tutorial, you will learn how MQ2 gas sensor works, how to interface the sensor with evive and how to calculate the PPM value for different gases.
Interfacing MQ-3 Gas Sensor with evive
In this tutorial, you will learn how MQ3 gas sensor works, how to interface the sensor with evive and how to calculate the PPM value for different gases.
How to interface Flex sensor with evive
This tutorial discusses what are Flex sensors, how to interface them with Evive in Scratch with the help of a sample circuit and program in Scratch mode.
Interfacing Relay with evive
This tutorial explains interfacing of a relay module with evive for controlling high power circuits like AC bulb with help of evive.
How to Send Data to Cloud (ThingSpeak) using ESP8266?
In this tutorial, you will learn what is Internet of Things and ThingSpeak. Also you will send sensor data to the ThingSpeak channel.
How to Retrieve Data from Cloud (ThingSpeak) using ESP8266?
In this tutorial, we will retrieve the sensor data from the cloud (ThingSpeak) using evive and ESP8266.
How get weather data from location using OpenWeatherMap?
In this tutorial, we will retrieve different weather parameters of a location using latitude and longitude.
How to interface water pump with evive?
This tutorial discusses how we can interface water pump with evive . How we can control the speed of water flow using the evive menu? How we can control the speed using potentiometer with a simple scratch code.All the answers are given in this tutorial.LET'S BEGIN....
Program Arduino Board with PictoBlox
This tutorial discusses how to interface Arduino Uno to PictoBlox and also understand the UI and modes of PictoBlox, and will see how to make Uno's pin 13 LED blink.
Interface Sensors with Arduino using PictoBlox
In this tutorial, we will understand what IR sensor is, calibrate it, and finally control Uno's Pin 13 LED using the IR Sensor.
Interface Actuators with Arduino using PictoBlox
In this tutorial, we will see how we can interface the servo motor to Arduino Uno and control it using an IR sensor using PictoBlox.
Interface Dabble (Project Making App) with Arduino using PictoBlox
In this tutorial, we are going to interface a servo motor to Arduino Uno and control it wirelessly using Smartphone via Bluetooth using PictoBlox
Interfacing Joystick module with evive
Learn all about joysticks: how joystick works, interfacing a joystick with evive using PictoBlox and projects you can make using it.
Interfacing MQ-4 Gas sensor with evive
In this tutorial we will interface MQ-4 Gas sensor module with evive and if Gas concentration exceed specific concentration we will glow led
How to interface 16 X 2 LCD with evive?
This tutorial discusses how we can interface 16 X 2 with evive . How we can display the data on the lcd? All the answers are given in this tutorial.LET'S BEGIN....
Scratch: How Sprites Interact?
Each sprite has its own scripting area, where the scripts are written perticularly for that sprite. This tutorial shows how two sprites can communicate.
What is Stage and Sprite in Scratch?
In this tutorial you will learn about stage and sprite in detail. You will get to know how to write script and change costumes for each one.
How to do Animation in Scratch?
Creating animation is one of the most important application of Scratch. In this tutorial we will make a flying bat animation.
Scratch: What is Conditional Programming?
In this tutorial, we will learn about conditional programming in Scratch, using which we can perform certain actions depending on conditions we put.
All articles loaded
No more articles to load