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.

Recent content by jayanthd

  1. J

    Is there anyone who is working ON MicroC for ARM?

    I can help you with your problem. I use mikroC PRO ARM for my projects. Zip and post your complete project and mention which Click example you are using. Provide the mikroE links for the Click modules that you are using.
  2. J

    MikroC help

    I don't remember why I used UART but you can discard UART related code. No, I used internal eeprom. The code is mikroC PRO PIC code. I have used its libraries.
  3. J

    SD Card and SPI Communications

    In PIC18F for output ports or pins you have to use LATx Replace Define LCD_EREG = PORTB with Define LCD_EREG = LATB
  4. J

    Mikro C for Pic - Good ,Bad or Ugly ?

    mikroE provides libraries for USB HID, LCD, I2C, SPI, UART, MMC and many other things. If you download and install the mikroC PRO PIC demo Compiler and open it then at the right side of the app you will see the list of libraries. You can download more libraries from libstock.com and install it...
  5. J

    Power detector using 8051 microcontroller

    Ok. You are using an optocoupler to detect the mains presence. Am I right ? If yes, then you interface 50 Hz to MCU using optocoupler. You use INTx pin (external interrupt) to detect the presence of 50Hz signal. You should also use a timer interrupt. When ever a pulse is detected that comes from...
  6. J

    Mikro C for Pic - Good ,Bad or Ugly ?

    I have always used mikroC PRO Compilers and I never had problems. I just love mikroElektronika Compilers. I also have mikroBasic and mikroPascal PRO Compilers.
  7. J

    MikroC help

    A similar project which I had done a few years ago. Here is the code. unsigned short kp; char uart_rd; char code1[15] ,user1[4]; int i = 0, j, cnt = 0; int w1; //keypad module connections char keypadPort at PORTD; //end keypad module connections //lcd module connections sbit LCD_RS at...

Latest threads

New Articles From Microcontroller Tips

Back
Top