Continue to Site

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.

  • 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.

mikroc

  1. S

    Seven Segment Display Scrolling

    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...
  2. S

    Using 74HC595 Shift Registers without delay loop

    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...
  3. S

    Delay using interrupt in mikroc PIC

    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...
  4. ala khemiri

    can anyone good on mikroc can help me?

    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...
  5. P

    Burning microcontroller

    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...
  6. p1ng54

    PIC18f452

    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...

Latest threads

New Articles From Microcontroller Tips

Back
Top