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 KVN1477

  1. K

    PIC18F2550 compatator not working

    that is an infinite loop
  2. K

    PIC18F2550 compatator not working

    hi all, i have written simple code to check comparator output, but nothing is happening i have used micro c pro for pic for writing program i have disabled PORTB A to D conversion in config bit settings. here is my program void main() { osccon=0x7c; // select 8Mhz internal oscillator...
  3. K

    [SOLVED] PIC18F458 is not reading RTC DS1307

    i forget to change proprieties of pull up registers as "digital" in protuse thanks Klaus for ur support
  4. K

    [SOLVED] PIC18F458 is not reading RTC DS1307

    thanks for replay how i can check acknowledgement? i have exucated same code on PIC16F877A and its working fine is there is any problem in initialization of ports, enabling and disabling any services like ADC, comparator etc
  5. K

    [SOLVED] PIC18F458 is not reading RTC DS1307

    hi all, i have tried so much but PIC 18F458 is not reading RTC DS1307, PLz help me oscillator -HS 20Mhz complier-micro c pro for pic here is code // LCD module connections sbit LCD_RS at RB7_bit; sbit LCD_EN at RB6_bit; sbit LCD_D4 at RB5_bit; sbit LCD_D5 at RB4_bit; sbit LCD_D6 at RB3_bit; sbit...
  6. K

    [PIC] water temprature monitoring and control using PIC16F877A

    hi, i have developed code for water temperature monitoring and control using PIC16F877A,LM35 & immersion heater(1500w). i don't have idea about relay circuit,Can any one tell me what should be specification of electromechanical relay to control ON/OFF of 1500W immersion heater & how to...
  7. K

    DC Motor Exact Speed Control with 8051

    hi, u have answered ur question already? just change pwm to 50%.
  8. K

    [PIC] water temp monitoring & heater control

    sir, can eeprom value is changed every time as per requirement? or it will be stored permanently in that location once it is programmed
  9. K

    [PIC] water temp monitoring & heater control

    Re: water temp monitoring & heater control thanks a lot for suggestion....... - - - Updated - - - thanks a lot for suggestion... - - - Updated - - - got it ....thanks a lot for suggestion
  10. K

    [PIC] water temp monitoring & heater control

    hi all, i have developed a small project using PIC16F877A to monitor water temp and heater control. in this project i have made provision to set temperature manually , when temp of water reaches to set temperature value heater will be automatically disconnected by relay. project is working...
  11. K

    Pic18F4550 & SIM300 problem in reading response

    Thanks a lot jayanth.devarayanadurga......i never imagined such a grate response...
  12. K

    Pic18F4550 & SIM300 problem in reading response

    as per ur suggestion i made following changes it is working fine in protuse but not working on pic. // LCD module connections sbit LCD_RS at LATB4_bit; sbit LCD_EN at LATB5_bit; sbit LCD_D4 at LATD4_bit; sbit LCD_D5 at LATD5_bit; sbit LCD_D6 at LATD6_bit; sbit LCD_D7 at LATD7_bit; sbit...
  13. K

    Pic18F4550 & SIM300 problem in reading response

    thanks lot for ur suggestion...let me check program with changes u suggested......
  14. K

    [PIC] GSM communication not perform correctly

    yes....u can use same sim which is used in mobile...
  15. K

    Pic18F4550 & SIM300 problem in reading response

    Hi all.. i am trying to establish the communication between PIC18F4550 & SIM 300 GSM modem. the following code is tested on protuse it is working. i have even tested modem & PIC circuit on PC hyper terminal every thing is working properly. but when i connect PIC with Simcom SIM 300 module pic...

Part and Inventory Search

Back
Top