Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Recent content by gelectron

  1. G

    LCD 4bit mode interfacing with ATMEGA16/32 . Not working with external Crystal

    2,3 days tried out .the same sir . And i taken some of Lcd interfacing circuit with including hex program ,most of them works correctly in that hardware . I am using atmel studio 6
  2. G

    LCD 4bit mode interfacing with ATMEGA16/32 . Not working with external Crystal

    The post #4 has my actual circuit and the fuse bit is
  3. G

    LCD 4bit mode interfacing with ATMEGA16/32 . Not working with external Crystal

    Dear all what wrong with this code ,properly work in proteus but not in hardware. /* #define F_CPU 12000000UL #include <avr/io.h> #include<util/delay.h> #define LCDPORT PORTC // Renaming the PORTD to LCDPORT #define RS PC2 // Renaming the RS pin to 2 #define E PC3 //...
  4. G

    LCD 4bit mode interfacing with ATMEGA16/32 . Not working with external Crystal

    oh sorry , I wrongly uploded the Zip file without connecting crystal and cappaictor in the above circuit realy sorry . i used a crystal 12 MHz with two 22pf cappacitor as shown below https://obrazki.elektroda.pl/4897824300_1484710245.png I reinstalled the Proteus program .After that the...
  5. G

    LCD 4bit mode interfacing with ATMEGA16/32 . Not working with external Crystal

    Dear all, I have made LCD 4 bit program for interfacing with atmega32a by Atmel studio.And tried out simulation in Proteus. It works with perfectly in the mode of Internal clock mode. Not working when put it in external crystal mode (ie, Fusebit CKSEL 1010 -11110) i am uploaded the whole...
  6. G

    temperature sensor interface

    PIC ,atmel or any low bit controller
  7. G

    in 8051 we use port0 as I/O port or addressdata bus?

    **broken link removed** learn from here
  8. G

    in 8051 we use port0 as I/O port or addressdata bus?

    Port 0: Port 0 occupies a total of 8 pins (pins 32-39) .It can be used for input or output. To use the pins of port 0 as both input and output ports, each pin must be connected externally to a 10K ohm pull-up resistor. This is due to the fact that P0 is an open drain, unlike P1, P2, and P3.Open...
  9. G

    Ethernet communication in PIC16f877a

    https://www.edaboard.com/threads/63624/ Some Microchip ics has inbulit Ethernet -SPI communiaction www.microchip.com/pagehandler/en-us/technology/ethernet
  10. G

    SPI Master Mode + ATmega32 read write problem?

    Learn from here https://blog.vinu.co.in/2011/07/attempt-to-access-memory-card-mmc-using.html
  11. G

    Interfacing LM35, ADC0804 , and AT89C51 (8051) in MIKROC for 8051 help ?

    Where is your Code for ADC read ? How to convert it (LM35 values ) to ASCI The LM35 has a scale factor of 10mV per 1oC, so the range of temperature set was between 0 oC and 100 oC. The LM35 would give a total output voltage 1v since every degree has a value of 10mv and so a range of 0 to 1V...
  12. G

    Uart lcd keypad 4x3 Mikroc for PIC16f877a

    https://extremeelectronics.co.in/avr-tutorials/4x3-matrix-keypad-interface-avr-tutorial/ look the tutorial may be helpful
  13. G

    Windows 7 or Windows 8

    windows 8 is better . Need less time for start and shutdown . Power management is better ...
  14. G

    Interfacing LM35, ADC0804 , and AT89C51 (8051) in MIKROC for 8051 help ?

    Look at here https://circuits-collection.blogspot.in/2012/04/8-bit-mode-lcd-interfacing-with-8051.html https://circuits-collection.blogspot.in/2012/04/adc-interfacing-0804-with-8051.html may be helpful
  15. G

    what is happenning actually in any microcontroller with each clock ?

    what is happening actually in any microcontroller with each clock ? A clock pulse arrived at the concerned pin of the microcontroller what will happen there ?

Part and Inventory Search

Back
Top