Posts by Tismail:
Infinity Gauntlet Controlled Home Automation
Posted on: 12 Aug 2024
In my previous project i have made an infinity gauntlet that control a light switch. I wanted to use six stones and each stone can control appliance, door lock, or lighting.So, I made a home automation system using infinity gauntlet. In this project I used the RF24Network Library, which enables to build a wireless network with many […]
Inverted Pendulum: Control Theory and Dynamics
Posted on: 12 Aug 2024
The inverted pendulum is a classic problem in dynamics and control theory that is generally elaborated in high-school and undergraduate physics or math courses. Being a math and science enthusiast myself, I decided to try and implement the concepts that I learned during my classes to build an inverted pendulum. Applying such concepts in real life not […]
Arduino Fireflies
Posted on: 12 Aug 2024
One of the things I look forward to with summers in Pennsylvania are fireflies in my backyard. I recently taught myself Adruino programming for the purpose of making this simple project. It’s a great program to start with and is easy enough for any programmer, novice to expert, to build, modify and have fun with […]
Unsafe Noise Level Alert System
Posted on: 12 Aug 2024
The Oshman Engineering Design Kitchen (OEDK) is the largest makerspace at Rice University, providing a space for all students to design and prototype solutions to real-world challenges. To serve this purpose, the OEDK houses a number of power tools and large machinery that produce loud, potentially unsafe noises. While the OEDK has successfully established a […]
How to Make a Self-Watering IoT Planter With a Mason Jar and an ESP32!
Posted on: 09 Aug 2024
Introduction: On one of my weekly pilgrimages to Lowes (as any devout Kansan does), I found a sad little plant in the Gardening Department: a Janet Craig Compacta. The poor little guy looked lonely and dehydrated. We clicked right away and immediately I knew I had to take him under my wing. There was one […]
The Brachistochrone Curve
Posted on: 09 Aug 2024
The brachistochrone curve is a classic physics problem, that derives the fastest path between two points A and B which are at different elevations. Although this problem might seem simple it offers a counter-intuitive result and thus is fascinating to watch. In this instructables one will learn about the theoretical problem, develop the solution and finally build […]
DIY Geiger Counter With an ESP8266 and a Touchscreen
Posted on: 09 Aug 2024
I designed and built a Geiger Counter – a device that can detect ionizing radiation and warn its user of dangerous ambient radiation levels with the all-too-familiar clicking noise. It can also be used when scouting for minerals to see if the rock you found has Uranium Ore in it! There are many existing kits […]
ARDUINO PH METER
Posted on: 09 Aug 2024
In this project, we will be making a benchtop pH meter using the gravity analog pH circuit and probe from Atlas Scientific and an Arduino Uno. Readings will be displayed on a liquid crystal display (LCD). MATERIALS 1 – Arduino Uno 1 – Gravity analog pH sensor 1 – pH probe 1 – 20×4 LCD module 1 – 158x90x60mm Enclosure […]
Berry Racer – a Game Programmed in Arduino and Played on a Custom PCB
Posted on: 09 Aug 2024
Berry Racer is a game that I came up with and programmed using Arduino’s Software. The game is run on a Teensy microcontroller which is connected through a custom PCB (Printed Circuit Board) to a Screen, a Joystick, four buttons, and a piezo speaker. The board can be powered through the micro USB port on […]
Upright Laser Harp
Posted on: 09 Aug 2024
Laser harps are musical devices with laser beam “strings.” When the beam is blocked, a note is played by the instrument. Usually laser harps have the beams travel vertically in the shape of a fan or vertical lines. In this project, I built a laser harp with stacked laser beams that propagate horizontally. The beams […]