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 heina

  1. H

    ADC PIC MIKROBASIC VOLTAGE EXTRACTRATION FROM CLAMPMETER

    erm..pls help me ..:-( any ideas would be very helpful.. :-(
  2. H

    ADC PIC MIKROBASIC VOLTAGE EXTRACTRATION FROM CLAMPMETER

    hi everyone. We're using a clampmeter in our project. We sort of extracted the part of the clampmeter where whenever its current measurement goes high, the voltage (in mV) in that particular area also goes high. We used PIC16F877a's adc in order to get it's value and be able to compute the...
  3. H

    Formatting Float in Mikrobasic

    yup...that's where I'll be displaying it..:-)
  4. H

    Formatting Float in Mikrobasic

    Hi selvan!!! I'll be displaying it in LCD. :-) thanks for replying...needed it badly. :-) many thanks.
  5. H

    Formatting Float in Mikrobasic

    uhm..pls. help...:-(
  6. H

    Formatting Float in Mikrobasic

    hi guys...:-) uhm, how do you format a variable float in mikrobasic..? As I have noticed, by default it displays up to the 7th decimal place. What if I just want to display 0.1 instead of 0.100000? I don't like the one with lots of decimal places..LOL many thanks, heina
  7. H

    date and time display on LCD

    hi tahmid! still hoping for that code of yours... It would be very useful in our project. Many thanks! Sincerely, heina
  8. H

    date and time display on LCD

    Hi Tahmid! okay.. I'll do that. Thank you for your help. Really really appreciated. <3 Sincerely, heina
  9. H

    date and time display on LCD

    I'm using a Benq M23 gsm modem. I dunno if you're familiar with it, but that's what we commonly use for projects here in the philippines. @ Tahmid and @zasto : uhm, how do I interface the DS1307 or PCF8583 with the PIC 16F877A? Could you help me with the code coz I have no idea on using it...
  10. H

    date and time display on LCD

    gps..wow..sounds cool.. sounds expensive..hahaha :-D hmm.. we have a tight budget..lol uhm, I dunno i we'll be able to afford that. =/ if I knew that gps thing would be helpful, I should've bought a gsm/gprs modem instead.. anyways, what's done is done.. I have a plain gsm modem. :-D I should...
  11. H

    date and time display on LCD

    hi tahmid! I'm interested in your code. What I'm trying to do is to monitor my current for 24 hours for 30 days, so, I need a clock. So far, I've used PORTs A,B, and D for my keypad, lcd and ADC program. I still have to interface the PIC with a gsm modem. So, How do I program the clock with...
  12. H

    Help with Benq M23 GSM Modem Interfacing Using Mikrobasic

    hey guys...I really need your help.. I'm trying to interface a Benq M23 Gsm Modem, but the thing is...I don't know how.. I know how to program in MikroBasic, I just don't know the gsm part. Could you kindly share to me a program with basic stuff with the gsm modem like sending messages? Your...
  13. H

    ADC program MikroBasic help

    hi tahmid!! This is what I came up with: program ADC_on_LEDs main: TRISA = %111111 ' Port A is input PORTD = 0 TRISD = %00000000 PORTC= 0 TRISC= %00000000 ADCON1 = %00001110 ADCON0 = %01000001 Delay_us (40) ' 500 ms pause While (TRUE) ADCON0.2 = 1 '...
  14. H

    ADC program MikroBasic help

    hi tahmid...I can't make it work in my simulation...:-( hmm.. what do I have to do?
  15. H

    ADC program MikroBasic help

    Thank you very much. I'll check the datasheet. I have an ADC program here originally written in assembly and I'm trying to convert it in Mikrobasic. It's not yet working right but I hope I'm on the right path. here's the assembly code: list P=16F877 __config _CP_OFF & _DEBUG_OFF &...

Part and Inventory Search

Back
Top