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 prashanttyagi85

  1. P

    arduino based dual charge controller for solar & electric

    please tell me anyone that how to detect current like voltage as voltage can be dropped using voltage divider for analog pin of arduino. how can current detected using analog pin
  2. P

    arduino based dual charge controller for solar & electric

    dear udyan thanks to reply but how to convert current for analog pin. ok, voltage can be converted using voltage divider but how can current?
  3. P

    arduino based dual charge controller for solar & electric

    i m having a 1KW inverter at my home. i just want to connect it with solar also. let suppose that my batteries charge at 15 A & solar provide me 5 A at a perticular time then i want that at time invertor will send rest 10A to batteries. and if solar provide 8A then inverter should provide...
  4. P

    how to make a hybrid charge controller for electricity & solar using arduino

    i m having a 1KW inverter at my home. i just want to connect it with solar also. let suppose that my batteries charge at 15 A & solar provide me 5 A at a perticular time then i want that at time invertor will send rest 10A to batteries. and if solar provide 8A then inverter should provide...
  5. P

    Board to Board Connector Choice Help

    could you not use FRC connectors for this purpose?
  6. P

    RFID Based door lock system

    ya solenoid is the best way. but if u want to lock stepwise then you can also use stepper motor for using step locking
  7. P

    how to make a seven segment based count down timer for traffic signal using atmega 16

    thanks for reply & sorry for responding so much late. please also tell that in your code line no. 13 said that "enter your code here" it means that should i write the code for displaying the data at 7 segment? or else.
  8. P

    [SOLVED] Solar Tracker problem: LDR not equal

    by using microcontroller you can control your tracker more efficiently even in day time also
  9. P

    24VDC lighting systems?

    why are u going for 24v dc as in market there are so many led drivers available
  10. P

    how to make a seven segment based count down timer for traffic signal using atmega 16

    dear all please send any suggestion or correction in my code for removal of my problem thanks to all for reply
  11. P

    help with ac voltmeter code

    if you are having any problem to display the digits on 7 segment then u can take a help from the given below thread how to make a seven segment based count down timer for traffic signal using atmega 16
  12. P

    Push Button Counter and LCD display PIC16F872

    first of all you have to detect the switch press you can use polling method for it ur code may have a line like it while(input available on input pin) { _delay_ms(20); if(input available on input pin) count++; } & then you can write code for display count on lcd
  13. P

    how to make a seven segment based count down timer for traffic signal using atmega 16

    dear all after a long time i worked on this count down timer. i am posting the code here please help me in this code as i want to use here timer interrupt. - - - Updated - - - #include<avr/io.h> #include<util/delay.h> #include<avr/interrupt.h> #define F_CPU 16000000UL char digit[] =...
  14. P

    DIY Moving Message Display

    dear all, i am working on this project. i am taking help from the codes given in this thread. i ma using atmega 16. my code is given as- #include <avr/io.h> #include <util/delay.h> #include <avr/pgmspace.h> //# define F_CPU 1000000UL // led...

Part and Inventory Search

Back
Top