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

My work - My Articles -My Experiences

ROCKET IGNITION To CIRCUIT

Safe ignition Circuit diagram belongs to  Richard Nakkadan Works with 6 volt battery acid Button is a high-amperage Model Rocket Ignition System Required Materials 3A fuse and socket 220R resistance 2 PCS 50R resistance 4 PCS led (1 pcs green /1 pcs red / 2 pcs yellow) 5v relay 2 way button 2 pcs high-amperage button Pertinaks Operation Principle Button opens the circuit is energized Press the control button, […]