Projects

#9 Fizz-Buzz Game With micro:bit

0 Comments

There are some games that every programmer spends time on. Fizz Buzz is one of them. Every programmer who has made some progress in a programming language has created the algorithm for the Fizz-Buzz game, aiming to master that language by writing this game. The Fizz-Buzz game is frequently preferred in programming...
How about playing the Day and Night game electronically, a game often played in schools? In this game, when the teacher says "night," we bend our heads, and when the teacher says "day," we raise our heads. It's a game that involves using your attention and reflexes. In this project, we will...
To cool off during the summer months and warm up in the winter months, air conditioners are used. Air conditioners adjust the heating and cooling degrees based on the temperature of the environment. Ovens, on the other hand, strive to reach and maintain the temperature value set by the user while cooking....
Sensors are the sensory organs of electronic systems. To perceive, we use our skin, eyes for seeing, ears for hearing, tongue for tasting, and nose for smelling. Picobricks already has many sensory organs (sensors), and new ones can also be added. By using sensors such as humidity, temperature, light, and many others,...
In these days, RGB LEDs, used in various areas such as billboards, traffic lights, warning signs, etc., have a fundamental feature of being able to obtain intermediate colors by taking values between 0-255 for red, green, and blue colours. In fact, with RGB LEDs, we can create animations by changing colors on...

#4 Piano Project With micro:bit

0 Comments

Advancements in electronics have led to the digitization of music instruments that were difficult and expensive to produce. Pianos are at the forefront of these instruments. Each key of digital pianos generates electrical signals at different frequencies, in this way, allowing them to play 88 different notes from their speakers. Factors such...
In these days, sensors that perceive the color of passing objects are commonly used in factories to alleviate workforce. For instance, different products moving on a production line can be directed to the correct conveyor belt thanks to color-sensing sensors. Many sectors employ more advanced versions of these sensors in their factories...
As Newton explained in his laws of motion, a reaction occurs against every action. Electronic systems receive commands from users and perform their tasks. Usually a keypad, touch screen or a button is used for this job. Electronic devices respond verbally, in writing or visually to inform the user that their task...

#1 Blink Project With micro:bit

0 Comments

An employee starting a new job in real life usually takes on the most basic tasks. A janitor learns to use a broom, a chef learns kitchen utensils, and a waiter learns tray carrying. We can multiply these examples. The first code written by those who are new to software development is...

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