Projects

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...
While sitting at home in the summer, you may have wished you could "build your own temperature controlled fan. In this article, you will learn how to build your own smart automatic fan with the Raspberry Pi Pico Kit with Picobricks. Moreover, we share the necessary wiring diagram, Microphyton and Arduino C...

PicoBricks Greeting!

0 Comments

Are you looking for coding games for beginners and all? You can start by greeting PicoBricks! But greeting is not a solo act. So, grab your PicoBricks and PicoBricks buddy, and dive into fun coding 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...

Number Guessing Game

0 Comments

Mystery Number Guessing Game Project! Table of Contents We always say to our friends, “Let’s guess the number.” You’ve probably heard the answers: “No, it’s bigger. No, it’s smaller. Wow, how did you know?” Wouldn’t you like to do just that with PicoBricks? We invite you to a journey full of mathematics...

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...