Posts

Showing posts from April, 2025

Creating an App to control a Robot via Voice Command

Image
 Creating an App to Control a Robot via Voice Command Today, we will see how to use voice commands to control a robot with an app. So, the robot works with the help of an LDR and a transistor. The robot consists of two wheels controlled by an LDR and a Transistor. The robot will have a mobile stand on top of it where the phone will be placed. The phone would've a screen where two black coloured blocks turn white according to our command, and due to its whitening, the LDR detects light, and with the help of the Transistor, the wheel would start rotating, making the robot go forward, turn right and left and stop.  We won't learn how to make the robot, but we'll learn to create an app using the MIT App Inventor to control it.  What you'll need: A Mobile Phone A Laptop Step 1: Designing the layout of our app. First, open MIT App Inventor, click 'New Project', and then rename it. Then, add Horizontal Arrangement from the Layout and change its width to 'Fill Paren...

Using Cricut Explorer 3 to make a Custom Phone Case and Shirt Design

Image
  Using Cricut Explorer 3 to make a Custom Phone Case and Shirt Design Have you ever wished to design your own custom phone case and shirt? Well, I did. Because I've always loved the idea of having something custom-made and making something personal that I'd like. So, I opened the Cricut Design Space and started brainstorming ideas for what I could do. Then I realised I could do something related to Marvel and the Avengers. So, I decided to make a shirt print based on the Avengers logo and a phone case based on one of my favourite superheroes, Spider-Man. Making the shirt design and cutting it: Things you need: Cricut Explorer 3 Machine  A compatible device, such as a tablet or a laptop Smart Iron-On Vinyl sheet (any colour of your choice) An Iron A plain coloured shirt Butter Paper A Cricut Weeder Any design you like (The most important) Step 1: Making and finalising the design I go to Google and search for appropriate images for my design. First, I made the shirt design. I s...

Creating a Home Automation Project Using a Xiao Board and an LED

Image
 Creating a Home Automation Project Using a Xiao Board and an LED You must've seen people using an app to control the lights in their homes to save the effort of getting up and switching the button on and off. Many companies are creating their own home automation devices and apps. But at the same time, they're costly.  You can create your own home automation device using a Xiao ESP32C3 board and an LED. For this you need: A Xiao esp32C3 board  A Computer A 10mm LED There are instructions given below stepwise. Step 1: Setting your device up. Open Google and search 'Arduino Cloud' or visit this linkπŸ‘‰  https://cloud.arduino.cc/ This is the default homepage of the website. Click on 'Get Started for Free'. Sign in with G oogle πŸ‘‡ This is the actual homepage where you'll see many options such as Devices, Things, Dashboards, etc. Click on 'Things' and create a thing by clicking on 'Create Thing'.    Add a thing by clicking on 'Add'   Name ...

Creating A Game Using Pictoblox Machine Learning With Hand Gestures

Image
 Creating A Game Using Pictoblox Machine Learning With Hand Gestures Have you ever thought about creating a game? Maybe yes... but you couldn't because you never got the chance to do it or maybe you didn't how to. Well, I have just the right thing- Pictoblox!  Pictoblox is a software created by MIT for kids to do simple block coding or even advanced Python coding. It's available for free and you can download it from Google on your PC. It's easy. Just go to the following link to download the app. https://thestempedia.com/product/pictoblox/download-pictoblox/ Set up the app by creating an account and signing in. After installing, you'll see this default homepage. Click on the 'Add Blocks' button and add the Hand Pose Classifier type of project in The Create New Project option. You'll see this window and then add classes 'Up', 'Down', 'Left', 'Right' and 'Nothing'.  Open   the Webcam option for every class one at a ti...

Today I learned to use an RTC and how to control 3 Relays with it.

Image
 How to use an RTC to control 3 Relays Today I learned how to control 3 Relays with just an RTC and an Arduino board. This project was one of the most major projects I've done in the last few days. As I'd said in the last blog post about the project that had been done in my Father's office that had been completed, I worked on it a bit further. If you've read the last blog post, you must know that the project was about controlling the tap of the tree-watering pipe using an app and Wi-Fi. But I took it a step further when I used an RTC.  What is an RTC? RTC stands for 'Real Time Clock' which is    a specialized electronic component designed to keep track of the current date and time, even when a system is powered off, using a small battery for backup. It is used in devices which need the current value of time.πŸ‘‡ So, what I'd done is I took this RTC module and using an Arduino Board, I controlled 3 Relays so that at a specific time the relay should switch on an...