Other Projects

Twin Lamps

Twin Lamps

Kinoma Element can power 3.3V sensors, but some projects call for the use of higher-current devices. The Tessel Relay module makes it easy to toggle externally-powered devices on and off. In this project, we control a network of two lamps using Kinoma Element, capacitive touch sensors, and relays. Parts List: The listed parts are for two lamps. Kinoma […]

Twin Lamps Read More »

Temp. and RH Data Logger With Wifi UI

Temp. and RH Data Logger With Wifi UI

I know! You’re thinking: “Oh god… another ESP temperature and humidity silly project…” but wait! Here are the characteristics that might interest you: this data logger can run for 55 days before the memory is full (considering a 15 minutes sampling rate and a 64K SPIFFS) It can run for 43+ months before running out of battery (considering a 15 minutes sampling rate)

Temp. and RH Data Logger With Wifi UI Read More »

Simple 3 Button On off With 12f629 mikroC

Simple 3 Button On-off With 12f629 (mikroC)

a simple 3 buttons on-off with pic12f629. it’s written with MikroC Step 1: The Code… start the code with ”int”———————————————————- int x0,x1,y0,y1,z0,z1; ////// with this the GPIO outputs could stay on or off void main() { GPIO = 0x00; ////// all outputs are 0 CMCON = 0x07; ////// Disable CMCON PORT TRISIO = 0b00111000; //////

Simple 3 Button On-off With 12f629 (mikroC) Read More »

Controlling Relay Module From Anywhere in the World With Amazing UI Using Losant

Controlling Relay Module From Anywhere in the World With Amazing UI Using Losant

Learn how to control relay module from anywhere in the world with Amazing UI using Losant, this is part 6 of IoT World Series Step 1: Needed Components Needed components ESP8266 PlatformIO IDE with default project setup Relay Module [Shipping free for a dollar] Jumper cables [40 pcs Shipping free for a dollar] USB 2/3 to

Controlling Relay Module From Anywhere in the World With Amazing UI Using Losant Read More »

OLD CD ROM TRACK PLAYER WITH MICROCONTROLLER

OLD CD ROM TRACK PLAYER WITH MICROCONTROLLER

Old Cd Rom in handy if you want to make a Track Player PIC16F877 and AT89C51, AT89S52 controllers are made with good projects. Add to My Cdrom the features of the project with PIC16F877:… Electronics Projects, Old Cd Rom Track Player with Microcontroller “avr project, microchip projects, microcontroller projects, pic16f877 projects, “   Old Cd Rom in handy if

OLD CD ROM TRACK PLAYER WITH MICROCONTROLLER Read More »

MODEL AIRCRAFT

MODEL AIRCRAFT PROJECTS

Different models of the project Model Aircraft Model airplane models, drawings, model details, sample circuits, fan motors, etc. .. as well as stock control circuit microchip PIC16F microcontrollers made with a variety of serial… Electronics Projects, Model Aircraft Projects “avr project, microcontroller projects, “ Different models of the project Model Aircraft Model airplane models, drawings, model details, sample circuits,

MODEL AIRCRAFT PROJECTS Read More »

Put it together

PS2 KEYBOARD KEYLOGGER CIRCUIT ATMEL AT89C2051

KeeLog has decided to release an early version of it’s hardware keylogger family to the public domain, including full firmware & software source code, keylogger hardware electrical schematics, and documentation. This PS/2 key logger is a 100% operational and tested device, assembled and used by hundreds of people around the world. Operation of this hardware key logger

PS2 KEYBOARD KEYLOGGER CIRCUIT ATMEL AT89C2051 Read More »

INKJET PRINTER MODIFIED

PCB PRINTING WITH EPSON CX4200 INKJET PRINTER MODIFIED

Prepared by: Volkan Sahin – First of all you need to know when the project was challenging but, if there is the possibility worthwhile 🙂 CX4200 Epson inkjet to print text by modifying the… Electronics Projects, PCB Printing with Epson CX4200 inkjet Printer Modified “avr project, microcontroller projects, “ Prepared by: Volkan Sahin – First of all you need

PCB PRINTING WITH EPSON CX4200 INKJET PRINTER MODIFIED Read More »

Scroll to Top