Search found 4 matches

by scientistumair
16 Jan 2010 15:53
Forum: mikroC General
Topic: lcd display
Replies: 7
Views: 4636

lcd display

I am using pic16f877A microcontroller and 8MHz crystal.I only simulate my program on pic simulator ide 6.065.I didnot use hardware for simulation.
by scientistumair
14 Jan 2010 02:16
Forum: mikroC General
Topic: lcd display
Replies: 7
Views: 4636

lcd display

I am simulating program of example lcd_test of mikroc compiler v8.2 on pic simulator ide 6.065 but there is no display. I configure portd as rs=portd2 e=portd3 r/w=not used interface=4bit,high code is: char *text = "mikroElektronika"; void main() { Lcd_Init(&PORTD); LCD_Cmd(LCD_CLEAR); LCD_Cmd(LCD_C...
by scientistumair
08 Jan 2010 16:53
Forum: mikroC General
Topic: pwm generation
Replies: 2
Views: 1334

pwm generation

Is it possible to generate separate 8 different duty cycles pwm on 8 pins of pic16f877a? If yes then how?
by scientistumair
08 Jan 2010 11:08
Forum: mikroC General
Topic: pic microcontroller based temperature monitoring and control
Replies: 3
Views: 4472

pic microcontroller based temperature monitoring and control

I am new in microcontroller. I have task to design pic microcontroller based temperature monitoring and control using pt100 as sensor. Total 8 pt100 are to interface with pic16f877a. Set points are to be given by keypad and display should be on lcd. which control tecqnique(PI ,PID or pwm) should be ...

Go to advanced search