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 dabby21

  1. D

    serial flush of arduino equivalent to PIC

    Yes sir, your correct. It's the serial.flush() of arduino. i want to limit the incoming data during transmission. Like if I input 16 characters, and during transmission i want only 13 characters to be process and the rest will be flush.
  2. D

    serial flush of arduino equivalent to PIC

    No sir, i have a different application regarding serial flush of arduino but since im using a PIC together with mikroC compiler, i wonder if there is an equivalent serial flush to PIC.
  3. D

    serial flush of arduino equivalent to PIC

    Hi. Anyone can help me regarding this? If there is a serial flush equivalent of arduino to pic. I'm using MikroC. TIA
  4. D

    LM35 simulating in proteus

    // LCD module connections sbit LCD_RS at RB2_bit; sbit LCD_EN at RB3_bit; sbit LCD_D4 at RB4_bit; sbit LCD_D5 at RB5_bit; sbit LCD_D6 at RB6_bit; sbit LCD_D7 at RB7_bit; sbit LCD_RS_Direction at TRISB2_bit; sbit LCD_EN_Direction at TRISB3_bit; sbit LCD_D4_Direction at TRISB4_bit; sbit...
  5. D

    LM35 simulating in proteus

    Hi, Yup, i already configure the ADCON1=0x0E, which puts the AN0 to analog and the rest is digital. i am replacing the lm35 with resistors and potentio sir, and i did get some reading of it. but why is it when i used the LM35, all it reads is 0.
  6. D

    LM35 simulating in proteus

    Hi, i did copy the codes you've showed above, yup i get 48.8 on the first line of LCD, but still 0 on the second line
  7. D

    LM35 simulating in proteus

    hi, I made changes on the program like you told me to ,but unfortunately sir, the output on LCD is still the same. // LCD module connections sbit LCD_RS at RB2_bit; sbit LCD_EN at RB3_bit; sbit LCD_D4 at RB4_bit; sbit LCD_D5 at RB5_bit; sbit LCD_D6 at RB6_bit; sbit LCD_D7 at RB7_bit; sbit...
  8. D

    LM35 simulating in proteus

    thanks for the reply, but unfortunately, it didn't work. The results are still the same. is there something i miss in my program? or on my hardware?
  9. D

    LM35 simulating in proteus

    sirs, good day, im working a simulation on LM35 through pic and output the results in LCD. // LCD module connections sbit LCD_RS at RB2_bit; sbit LCD_EN at RB3_bit; sbit LCD_D4 at RB4_bit; sbit LCD_D5 at RB5_bit; sbit LCD_D6 at RB6_bit; sbit LCD_D7 at RB7_bit; sbit LCD_RS_Direction at...
  10. D

    [HELP]POV LEDs assistance

    A big thanks to this sir. Im reading the different codes right now but they are in asm. Since ill be using mikroC, ill try to convert them. I agree with you sir, i will review table of arrays regarding the LED. Will come back soon for and hope there's progress. Thanks :D
  11. D

    [HELP]POV LEDs assistance

    Sir, Thanks for the quick reply. I want to start on a basic POV set up after doing complicated ones. I have seen various of POV clocks and its an awe for me, along with it, a complicated programming needed, i have never tested POV before even setting it up. What i plan to do is, the POV LED...
  12. D

    [HELP]POV LEDs assistance

    _http://www.instructables.com/id/Magic-POV-Wand-yet-another-POV-toy/?ALLSTEPS sir the above link is an example of POV with 7 LEDs and accepts up to 60 characters. i want to build this one as a surprised for my gf. i do have PIC18f4550, and extra components can be bought on electronics shop in...
  13. D

    [SOLVED] 9 V and 5 V UPS + battery monitoring

    Yes Sir, you are right. The battery was charging when I measure the output voltage. It reads 14 - 15 V but when the circuit does not connected to the battery, it output 16V. So there is nothing wrong with the circuit after all. thanks for the reply sir.
  14. D

    [SOLVED] 9 V and 5 V UPS + battery monitoring

    sir, Good day. i have encountered a problem just now on our circuit, the output voltage across the battery while the main is on is only around 14-15 V,it must be 16 V, i don't know why it stepped down to 14-15 V. with regards to this problem our system kinda malfunctioning lately after...
  15. D

    [SOLVED] 9 V and 5 V UPS + battery monitoring

    Interesting! infra red temperature detectors. Our project sir involves temperature detectors and we are using LM35 for temperature reading. Have youve done the infra red temperature detector sir? is it accurate?

Part and Inventory Search

Back
Top