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 Slayerza

  1. S

    Alternative to logging

    Well in order to answer the question one would need significantly more information. What springs to mind immediately is thing such as - Embedded or Desktop target - What OS, if any - Degree to which logging is required (all actions/events only errors/exceptions) Regards, Slayer
  2. S

    hex to decimal conversion in µc

    32 bit hex conversion in to decimal Ideally this is how I would break down the problem, First make a assembly routine that correctly displays a digit given the appropriate number - such as 5 produces a '5' on the LCD Convert the integer number to a hexadecimal value using assembly - search...
  3. S

    microcontroller interfacing with GPS

    microcontroller interfacing You could also use a uBlox GPS unit that interfaces with a standard serial interface.
  4. S

    How to display floating point numbers on LCD display of MSP430FG4618?

    Re: LCD display Assuming that the LCD is a character type and that you are programming in C simply use the spfrinf or fprintf constructs to convert the floating point number to a string. Cheers Slayer
  5. S

    How to Identify the input voltage range of PC Soundcard??

    sound card maximum input voltage @echo47 would one not be able to do the reverse. Rather than determining the clipping voltage when applying an input voltage use an application such as winamp that allows software amplification. In this way the card's output would max out and you can verify the...
  6. S

    Final Year Project Help!

    By petrol dispenser do you mean a petrol pump such as at a gas station? Also depending on the HMI the system might include an LCD, 7 segment, i-button, keypad, flow sensor, motor / pump, network connection, and an MCU. The control part would the entail the programming of the MCU to use the flow...
  7. S

    ground reflection (two-ray)model

    two-ray model taylor series Why would you want to use a Taylor series to prove the transmission equation. However I suppose that you could simply do the math using trigonometric functions to account for the phase effects and use the standard decay for the amplitude. By repeating the process...
  8. S

    How to convert watts to volts?

    Re: watts conversion??? Also the power requirements of a CPU is typically the maximum current that the chip can handle. As mentioned power requirements are a function of several factors not least being the resistance since heat affects resistance and resistance affects the current the power of...
  9. S

    motion control in a curve path

    I would suggest that you calculate the required speed difference between the wheels (this is the number of encoder samples) and use PWM to drive each motor independently. This will allow the vehicle to move in circular or any other arbitrary paths. By running both motors at the same speed for...
  10. S

    suggest a technique to measure distance in inches using uc

    Re: suggest a technique to measure distance in inches using Why is SONAR not an option? If I recall correctly the speed of sound is approx 300m/s at 100km/h the object is only moving at ~30m/s by measuring the doppler shift, you can calculate the time movement of the object. Alternatively using...
  11. S

    ATmega32 working with ENC28J60 for embedded web-server

    enc28j60 atmega32 How is address 0x15 defined. If it is a register within the ethernet IC you should send the desired register first and then read from the device. Typically SPI devices does not have an address and makes use of a chip select or enable to activate the device. Cheers Slayer
  12. S

    Regarding LCD display

    Yes, either use the extra RAM on the LCD to define custom characters or use external memory interfaced to the MCU to store the custom characters if you stay withing the (5x7) or (5x8) pixels per character you can display any pattern you like. Cheers Slayer
  13. S

    My PIC program hangs probably because of memory issues

    Re: My PIC program hangs Normally the C compilers handle the bank switching stuff internally. However might it be that your code does not have a valid / correct return path since you mentioned that you have functions calling functions? Cheers Slayer
  14. S

    Interfacing Blutooth or infrared to transmit data to LCD

    I dont understand the question do you want to make a wireless LCD screen using bluetooth and a MCU? In that case simply go for a Bluetooth module that connects to the MCU via UART and connect the LCD screen as normal to the MCU. Cheers Slayer
  15. S

    drawing software in ubuntu

    ubuntu drawing software Hi since you are running ubuntu I assume that you are using gnome. In that case try Dia, I have used it before and it is quite good (for my purposes anyway). It claims to be the open source equivalent of visio. Cheers, Slayer

Part and Inventory Search

Back
Top