I2C_kapak

I2C Communication Protocol and MicroC Library

What is I2C ? Objective of the Protocol I2C Creating the Required Structure for I2C Protocol How Does the I2C Protocol Work? I2C “START” Contact Start Mark I2C Address and Transaction Mark I2C “DATA” Data transfer I2C “STOP” Communication Stop Sign I2C Check Mark (ACK – NACK) I2C Protocol Result I2C MikroC Library I2C Functions […]

fat32-sd-kart-kapak

SD Card ( SD Mode) and Fat32 – MikroC Library

SD Card (SD Mode) SD Card pins and functions SD Card Drive Circuit Circuit diagram Necessary materials Making the circuit SD Card SD Mode Software Functions 1-General Purpose Main Functions SD_CLOCK Function SD_SDMOD_ANALIZ Function SD_MOD_VERI_YAZMA_RUTINI_4BIT Function SD_MOD_VERI_YAZMA_RUTINI_1BIT Function SD_MOD_VERI_OKUMA_RUTINI_4BIT  Function SD_MOD_VERI_OKUMA_RUTINI_1BIT  Function 2-Sector Writing Functions SD_MOD_TEK_BLOK_YAZ Function 2A – Multiple Writing Functions SD_COKLU_BLOK_YAZ_BASLAT Function SD_COKLU_BLOK_YAZ_VERIGONDER Function SD_COKLU_BLOK_YAZ_BITIS Function 3-Sector Reading Functions […]

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 […]

displaying-icon-on-the-glcd-screen-sap1024b-t6963c

Displaying Icon on the GLCD Screen – SAP1024B/T6963C

In the lesson “GLCD SCREEN LIBRARY – (SAP1024B – T6963C)” which I have published before is used. You will see how you can use any image, you have designed or found on the internet, on GLCD ;) The aim is to provide interaction among the icons independently which we will use while designing menu on […]

lesson2-touchscreen-libraries-mikroc-the-resistive-touch-panel-4-wire

Lesson2 – Touchscreen libraries – MikroC – The resistive Touch Panel 4 Wire

I wrote in mikroC , 4-wire resistive touch panel control library I used the mikroelektronika circuit to drive the panel. Below is the circuit diagram Guide  and video watch ? Touch you can see in the video library “writing” and “pixel” functions belong to the library I have written. Therefore, if you are using standard mikroC library must write […]

mikroc-glcd-screen-library-sap1024b-t6963c

MikroC GLCD SCREEN LIBRARY – (SAP1024B – T6963C)

Project Start Date ->20.12.2014 / Project  Finish Date ->30.04.2015  I make ,MikroC library. SAP1024B and T6963C use GLCD The software is compatible with screen sizes How make library? Before lesson :) Guide  and video watch ;) Question and  error  notifications send comment  ! Required Files Library Files and Guide  English Guide – Manuel New – 04.05.2015 SAP1024B Datasheet T6963C Datasheet

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 […]

5v-regulator-en

+5v -5v 3.3v SWITCH MODE REGULATOR

I developed for my PIC projects but can be used in general-purpose.  9v>5v and 5v>3.3v  switch mode regulator 3.3v is available in SD card and MMC card project No noise with Switch Mode system I would particularly recommend , the use of high-speed crystals I would recommend the use of tantalum capacitors IMPORTANT! – Tantalum capacitors can explode if connected incorrectly Required Materials […]

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. […]