Projects

Measuring time is a simple but important task that we do in our daily lives without realizing it. A surgeon in surgery, a business person trying to catch up with a meeting, an athlete trying to win, a student trying to finish an exam or a chess match… Smart wrist watches, phones...
 Global warming is affecting the climate of our world worse every day. Countries take many precautions and sign agreements to reduce the effects of global warming. The use of renewable energy sources and the efficient use of energy is an issue that needs attention everywhere, from factories to our rooms. Many reasons...
LEDs are often used on electronic systems. Each button can have small LEDs next to each option. By making a single LED light up in different colors, it is possible to do the work of more than one LED with a single LED. LEDs working in this type are called RGB LEDs....

Count Up Project

0 Comments

A count-up timer is a type of timer that typically counts the elapsed time from the start of an event or process. It displays the elapsed time in seconds, minutes, hours, or larger time intervals. For example, it can be used to track the time elapsed during a sports event or measure the completion...
How about making a game with your Raspberry Pi or Arduino? In this article you can find out how to make a buzz wire game, the necessary materials, diagram and step by step instructions. Projects don’t always have to be about solving problems and making things easier. You can also prepare projects...

Carnival Swing Ride Project

0 Comments

Using PicoBricks, a DC motor, and a buzzer, we're inviting you to recreate this classic amusement—whether as a decorative piece, a toy, or creative project ideas tailored to your imagination. Would you like to try this project out and decide where it fits best in your world?

Mozart Project

0 Comments

Our project focuses on recreating Mozart’s masterpiece using PicoBricks. We’ve transformed a chosen piece into a cute little snippet, turning it into a captivating music experience. With just a few lines of code, a bell, and a bit of creativity, we can bring Mozart’s music to life in a completely new way.

Fizz Buzz Game

0 Comments

What is FizzBuzz? Fizzbuzz is a widely known programming problem that serves as both a learning tool and a coding challenge. It’s a simple exercise where the task is to count from 1 to a specified number, replacing multiples of 3 with “Fizz,” multiples of 5 with “Buzz,” and numbers divisible by...

RGB LED Control Project

0 Comments

RGB LED Lights Table of Contents RGB is a color model frequently used in Color Displays and digital imaging technologies. RGB represents the combination of “Red”, “Green” and “Blue” colors. These three basic colors can create other colors when combined with different intensities. The RGB model is used to describe the color...

How to Posts

Incorporate STEM into Classrooms with Examples

Incorporate STEM into Classrooms with Examples

Table of Contents I have previously mentioned that our team includes many STEM experts and engineers. I will try to explain step...
View Details

How to Start Robotics at Home Easily?

In recent years, a popular topic has been robotics... As the number of robots around us increases, especially parents are looking for...

How to Use PicoBricks with Arduino

Arduino Programming Language Picobricks offers us the opportunity to code with Arduino C. Getting started coding the Raspberry Pi Pico at the...