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 vailant

  1. V

    HELP~~ Converting Digital value to Analog value

    Hi Tahmid, Yes! it works! thank you so much.. i only hope that i could check your reply earlier. because i actually try to figure it out myself and i came out with a longer n stupid coding.. opvalue_d1 = (opvalue_d1 / 255) * 3; d1 = opvalue_h1+'0'; opvalue_d2 = (opvalue_d2 * 100 / 255) *3; d2 =...
  2. V

    HELP~~ Converting Digital value to Analog value

    Variable = (ADCvalue * 30) >> 8 erm.. lets say the ADCvalue is 255.. so 255*30=7650.. wat does the ">>8" means?
  3. V

    HELP~~ Converting Digital value to Analog value

    Hi all.. currently im using C8051F226 using silab in C language.. and my display is using a display module uOLED-96-G1.. i've set up the ADC and it work fine.. and now when i input a voltage of 0 to 3v, i'll get the int ADCvalue as 0 to 255... and im able to display the number on the uOLED...
  4. V

    Need HELP!! microcontroller(8051F226)

    Thank you so much for the reply again Unaided. i have already send a e-mail to u. hope to hear from u soon... Is there any more people who can help me?? thank you so much........
  5. V

    Need HELP!! microcontroller(8051F226)

    Hi unaided.. Thank you so much for the reply. Sorry if i can't explain too well.. yes... you are right.. i just want to use 8051F226 to sample sensor value and display(both DEC and HEX) on the oled. but i got no idea how to configure and program that in C language. Please guide me.. Thank you...
  6. V

    Input analog voltage signal to microcontroller

    Thank you IanP.. i have read through it. but still unsure how to do it. i need the code to be in C language. Added after 27 minutes: Could anyone pls help me??? :cry:
  7. V

    Need HELP!! microcontroller(8051F226)

    Im trying to do a integration of analogue sensor to OLED(uOLED-96-G1) and microcontroller(8051F226) using Silicon Labolatories. But i got no idea how to do it. i've attach a paint and a note pad to explain more in detail. please do take a look. what i'm able to do now is only to display the line...
  8. V

    Input analog voltage signal to microcontroller

    Hi. i would like to know how can i input a analog voltage signal to C8051F226. how do i store and display the value on a display? how do i program it? where(which pin) do i input the analog signal>? Thanks a lot.....

Part and Inventory Search

Back
Top