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 Hasan Malik

  1. H

    Energy and Balance in CST Mirowave Studio

    And what about the energy curves.
  2. H

    Can anybody guess or know ?

    I think Most possibly they would be using Zigbee wireless Modules (if 2.4 GHz used) !!! however I didn't get any information about operating frequency of the modules , they might be using low cost RF modules available in market operating around 433 MHz.
  3. H

    Energy and Balance in CST Mirowave Studio

    What is the significance or what information does we get from energy and balance curves in CST Microwave studio ?
  4. H

    Sawtooth waveform from PIC18f4550

    The problem was solved by making an R2R ladder !! Image attached !!
  5. H

    [SOLVED] RS232 to USB converter Driver Problem in Windows 8

    Got the problem solved by finding the exact drivers of the converter !!! the port is working fine in Win8 now. Thanks you :)
  6. H

    [SOLVED] RS232 to USB converter Driver Problem in Windows 8

    Hi, I want to interface a Micro controller with my laptop for a simple project to get data from temperature sensors, but the problem is the Serial to USB port drivers are not working in Window 8, I have tried a lot of drivers but nothing works, Kindly suggest a suitable driver for Windows 8...
  7. H

    [PIC] Voltage levels (.5 V -4.8 V) other than TTL from pic microcontroller

    Voltage levels (.5 V to 4.8 V) other than TTL from pic microcontroller Hi, I want to generate different voltage levels ranging from 0.5 V to 4.8 V from PIC18f4550 (like an increasing ramp) , is there any way to that??
  8. H

    Sawtooth waveform from PIC18f4550

    How can I generate A sawtooth waveform using PIC18f4550, is there a way to do so??
  9. H

    can anyone help me to interface ultrasonic sensor with pic?

    I m using HC-SR04 sensor, I need help please
  10. H

    Ultrasonic sensor code explanation

    Can someone explain this comment of that code, how does timer0 one cycle calculated to be 4.352 cm>>??? //speed of sound 340m/s //1 TMR0 cycle = (340/1000000)*256*0.5*100 = 4.352 in cm #define TRIG PORTD.F0 #define ECHO PORTD.F1 double distance; void main() { TRISD.F0 = 1; TRISD.F1 = 0...
  11. H

    What are the major differences in PIC16F877 vs PIC16F877A?

    it is a parallel port interfacing device N Yes the device list is big it has PIC 16CXX and PIC17CXXX series it has PIC16F877 controller
  12. H

    What are the major differences in PIC16F877 vs PIC16F877A?

    is there difference between the memory locations in both chips the programmer on programming gives error only while i Think it wants the buffer to b edited what should b the problem most probably??
  13. H

    LCD TAb Problem

    HI I m having a problem while displaying on 16x2 LCD the words or digits when displayed on the LCD every time take tab my pin configrations of LCD are PIN # 1 >>> VSS 2 >>> VDD 3 >>> V0 4 >>> RB4 5 >>> Ground 6 >>> RB5 7-10 >>> Ground 11 >>>...
  14. H

    What are the major differences in PIC16F877 vs PIC16F877A?

    Can I use a same programming device for both PIC16f877 and PIC16f877A I m having Superpro L+ programmer it has the option of PIC16f877 but not the 'A' version

Part and Inventory Search

Back
Top