What’s this? The circuit here described is a simple 4×5 keypad that can be used in particular with the PIC 16F877 microcontroller, for which it has been designed considering a supply of 5V, 16F877 I/O pins leakage current, the voltage level recognized as a high or low state while in TTL or ST mode, etc.. […]
Projects
Frequency Meter Using Microcontroller
This tutorial simply states how to calculate frequency of a pulse source using a microcontroller. Story This tutorial simply states how to calculate frequency of a pulse source using a microcontroller. A high voltage level of pulse source is 3.3 V and low is 0V. I have used STM32L476, Tiva launchpad, 16×2 alphanumeric LCD some […]
WHAT IS A PIC MICROCONTROLLER? WHAT CAN IT DO?
PIC microcontrollers ( Programmable Interface Controllers), are electronic circuits that can be programmed to carry out a vast range of tasks. They can be programmed to be timers or to control a production line and much more. They are found in most electronic devices such as alarm systems, computer control systems, phones, in fact almost […]
Programming SMD Microcontrollers Without Soldering
I failed in this wirelessly programming method, But I want to try more methods because finally, we are engineers. Story I tried to put my effort to program a single smd Arduino chip without soldering. But I get failed, and now I am here to explain the concept I am thinking. But let’s first discuss […]
Infrared Remote Controlled (RC) Steerable Vibrobot Created by Naghi Sotoudeh
Vibrobots (and bristlebots) are simple robots that use a tiny pager / cellphone vibrator motor (with an eccentric weight) to randomly bounce around — they are the subject of many Maker / DIY projects as well as some well-known commercial toys (such as the $7.00 Hexbug Nano). Naghi Sotoudeh, a Hizook reader from Iran, contacted […]
Remotely Controlled Microcontroller From a Browser
Interface with a microcontroller from a web browser, using HTTPS and a simple Python server. Story I love microcontrollers. I also love controlling hardware remotely, say, from another room of my house. The idea of being able to do this through a browser, like from my laptop or phone, rather than from an ssh console. […]
Ultrasonic Range Finder Circuit AD605 PIC16F876
Ultrasonic distance measurement, detection circuit pic16f876 microcontroller and ad605 (Dual Low Noise Variable Gain Amplifier singlesupply) integrated circuit diagrams used are C and asm software also Resimlerdede oscilloscope’s measurement. 40kHz ultra sonic transducers used as sensors. I2C Sonar Ultrasonic Range Finder In many embedded systems design, it becomes necessary to have the capability of discerning […]
Build a DIY Smart Watch Using Microcontroller
Introduction Wearables (Smart Watch) are becoming increasingly more prevalent in today’s markets; however cost continues to limit the demand for such devices. My project aimed at producing a smartwatch with comparable functionalities to those available today. While running a total cost of less than $100. The watch is outfitted with a 1.7 inch touch screen, […]
Amicus18: Arduino-style platform for PIC fans using PIC18F25K20
Arduino needs no introduction; it is an easy-to-use yet powerful open source embedded system development platform that has gained huge amount of popularity in past few years, specially among hobbyists. The standard hardware consists of an 8-bit Atmel AVR processor with on-board headers providing access to its I/O pins. The processor is pre-programmed with a […]
RS232 – Infra-Red Interface
Description This project is a Microchip PIC microcontroller with an RS232 serial interface on one side and an Infra-Red receive and transmit interface on the other. Important – All mention of RS232 on this page actually refers to RS232 waveforms operating at 5V TTL levels not +/-12V levels which would destroy the PIC device. An […]