Posts by Tismail:
Automatic Missile Defence System
Posted on: 24 Aug 2024
The Automated Missile Defense System is capable of neutralizing airborne threats such as planes, high-altitude ballistic missiles, and low-altitude cruise missiles. Having missile defense systems is crucial for India due to its surrounding hostile neighbors. A Surface to Air missile is a type of missile that travels at a very high speed (2-4 times the […]
Arduino Sketch Rock Paper Scissors
Posted on: 24 Aug 2024
This drawing showcases a rock-paper-scissors game that utilizes three pushbuttons for user input, two hobby servos instead of a human hand to show the countdown and selections, and tone feedback through a speaker. The code is designed to showcase a variety of techniques. non-blocking event polling loop to simultanously process input and output switch-case state […]
TMP36 Temperature Sensor With Arduino in Tinkercad
Posted on: 22 Aug 2024
For this assignment, your goal is to transform the Arduino into a thermometer! Utilize a temperature sensor to track your skin’s temperature and record the information using three LEDs. The Arduino, being a digital tool, is able to collect information from analog devices such as the TMP36 temperature sensor by utilizing its on-board Analog-to-Digital (ADC) […]
EMULATING A BLUETOOTH KEYBOARD WITH THE ESP32
Posted on: 20 Aug 2024
Many individuals link the ESP family of microcontrollers with WiFi, as they have become the preferred solution for connecting your project to the internet swiftly and easily. Although WiFi is often highlighted, the ESP32 also includes Bluetooth, which is not utilized by users as frequently. If you want to begin using Bluetooth on the ESP32,then […]
DIY ESP32 Wifi Self Balancing Robot – B-Robot ESP32 Arduino Programing
Posted on: 16 Aug 2024
This article is proudly sponsored by PCBWAY. PCBWAY make high quality prototyping PCBs for people all over the world. Try it for your self and get 10 PCBs for just $5 at PCBWAY with very great quality, Thanks PCBWAY. The ESP32 Balancing Robot Shield that I developed in this project uses PCBWAY PCB services. In […]
Blink led example arduino with python
Posted on: 16 Aug 2024
To blink an LED with an Arduino using Python, you will need to: Connect the LED to the Arduino board. You will need to connect the positive leg of the LED (the longer leg) to a digital output pin and the negative leg (the shorter leg) to a ground pin. Install the PySerial library, which […]
Arduino Datalogger
Posted on: 16 Aug 2024
This tutorial will show you how to build a simple data recorder using Arduino. The aim is to understand the basic principles of using Arduino to collect data and show it on the terminal. This basic structure can be used for a variety of purposes. To get started: You will need a Tinkercad (www.tinkercad.com) account. […]
HOW TO CREATE A MECHANICAL SHUTTER RELEASE FOR YOUR DIGITAL POINT & SHOOT CAMERA
Posted on: 12 Aug 2024
Most cameras these days offer some kind of built-in WiFI or Bluetooth control that allows you to fire your camera from an app on your smartphone. But not all of them do. The Ricoh GRII is one of those cameras that actually does offer some remote control via an app or USB remote, but sometimes you still want that tactile […]
Universal Air Slide Whistle 1000
Posted on: 12 Aug 2024
In this post, we will learn how to make Universal-Air-Slide-Whistle-1000: The slide whistle is a musical instrument often used for comedic effect due to its silly sound. In this instructable, we teach you how to make an air slide whistle! What is an air slide whistle? It follows the same idea as air guitar where […]
The Desktop Device – a Customizable Desktop Assistant
Posted on: 12 Aug 2024
In this post, we will learn The-Desktop-Device-a-Customizable-Desktop-Assistant: The Desktop Device is a small personal desktop assistant that can display various information downloaded from the internet. This device was designed and built by me for the CRT 420 – Special Topics class at Berry College which is lead by Instructor Zane Cochran. This instructable will go […]