Electro Tech is an online community (with over 170,000 members) who enjoy talking about and building electronic circuits, projects and gadgets. To participate you need to register. Registration is free. Click here to register now.
Welcome to our site! Electro Tech is an online community (with over 170,000 members) who enjoy talking about and building electronic circuits, projects and gadgets. To participate you need to register. Registration is free. Click here to register now.
I am coding SSD display using 2 cascaded shift registers. I am using a mikroC for PIC compiler. I can display a static sequence of numbers upto 4 digits with my code
#define SHIFT_CLOCK PORTB.F1 //Clock Connection of 74HC595 SSD Driver
#define SHIFT_LATCH PORTB.F3 //Latch Connection...
Hello All,
I am using two 74HC595 Shift Resisters for a 4digit SSD.
The problem is that the display needs to be delayed while scanning through the digits. I do not want to use delay since while the display is on, nothing can work as the processor is busy in delay loop. So I thought I will use...
Hello Guys,
I am trying to implement a delay using timer0 interrupt. I'll just post an abstraction of the code in mikroc
void inittimer()
{
//Timer initialization for a 32ms interrupt
}
void interrupt()
{
//interrupt code;
delayvariable++;
}
void main()
{
TRISB = 0...
have a a Project that measures the voltage from a 3-phase lines and Display it on LCD using PIC16F877A.
I wrote the code in the mikroc language; the problem is that the LCD shows a lot of wrong characters.
this are the Project code `sbit LCD_RS at RB4_bit; sbit LCD_EN at RB5_bit; sbit LCD_D4...
Hello
I have a program and a ready hex file. in my folder.
First help me in process of simulation of program - how to perform simulation ,things i will need etc sharing a basics level link will be appericiated .
I want to burn PIC 12F1822 with the said file i have.
What i really want to know is...
Hi I am using pic18f452 and I am trying to get it to communicate with laptop through RS-232. I used hex file from mikroC built in library code and tried burning it using genius g540 it didnt work I got HIGH(Logic 1) output on several pins I didnt code to and LOW(Logic 0) on which I coded to get...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.