LH52256-SRAM-kapak

LH52256 SRAM MicroC Library

What is SRAM? Why RAM is used with PIC? General Information about LH52256 and RAMs LH52256 MicroC Library and General Principle of its Circuit LH52256 Pin Functions 74HC164 Pin Functions LH52256 Running Protocols General Operation Table LH52256 Data Reading Operation LH52256 Data Writing Operation LH52256 SRAM Circuit LH52256 Circuit Scheme Necessary Materials Making Circuit LH52256 […]

mathematical-solution-of-touch-panel-calibration

MATHEMATICAL SOLUTION OF TOUCH PANEL CALIBRATION

Video Lesson Touch Panel Calibration 2 Point Calibration Method Mathematical Solution of Calibration Calculation of Deviation Values Calculation of Deviation Values “a1” and “b1” Calculation of Deviation Values “a2” and “b2” Calculation of Deviation Values “c1” and “d1” Calculation of Deviation Values “c2” and “d2” Deviation Values Result Table Calibration by Using Result Formula Result […]

mikroc-in-library-preparation

Lesson1 – MikroC in LIBRARY PREPARATION

Properties of the library Hardware Control – Example ,  LCD ,SDcard etc. Code prevents confusion Professional software The library is portable and flexile You can ask your questions in the comments ! Code extern sfr sbit LED; extern sfr sbit LED_TRIS; #define saniye 1000 //fonksyonlar.c Code #include “header.h” void LED_YAK(unsigned char sure) { LED_TRIS=0; LED=0; vdelay_ms(sure*saniye); LED=1; } void […]

9v-regulator_en

+9v GND -9v POWER SUPPLY

During analog to digital conversion with PIC the noise occurs The problem is current from the supply because it does not absorb enough the noise ,We have developed a circuit for it (together with my brother) ;-) Circuit transformer, capacitor and diode is comprised of. Operating logic, capacitors absorb noise. Three output transformer should be selected. […]

My work - My Articles -My Experiences

Ercan Koçlar

         The Programs I Use General Programs  Windows 10 – (licensed)  Open Office  – (open source)  File Zilla Ftp – (open source) ShareX – (open source) Illustration and Design Programs Adobe Photoshop CS2-(free licensed) Adobe Audition 3.0-(free licensed) Autodesk AutoCAD 2016-(training licenced) Autodesk Inventor 2015-(training licenced) Blender – ( free software at the […]