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 tmbinc

  1. T

    What Radar Sensor I will need?

    I know this is old, but I have had a very good experience with innosent. The cheapest ones (mono, without IF amplifier) are available for 6 Euro (at 1 piece), whereas for example a stereo one, with IF amplifier, is about 30 Euro. They also have more advanced ones, but i was interested in the...
  2. T

    choices of microcontroller for beginner

    I can vote for AVRs. They are also available as DIL as well as SMD (which isn't THAT hard to solder, considering you have a good PCB). There are also many low-cost boards which have an AVR + some peripherals. But a breadboard of course is fine, too. Then you can use avr-gcc if you want to code...
  3. T

    interface with bluetooth

    Grab a bluetooth-module with a serial port. They are available for like $20 or you can rip it out of an bluetooth access point or similar. You could also have very much luck and use an USB-stick, but you would need to reprogram the firmware at least. Better search for a new module with serial...
  4. T

    interfacing LM35 to 89c51 microcontroller.

    89c51 microcontroller The LM35 has an analog voltage output corresponding to the temperature, so you need to have an ADC for converting it to digital. You probably need an amplifier first. Check your 8051 controller if it has integrated ADC. Use an Opamp to amplify the sensor output to the...
  5. T

    Need help with programming QY-1604A LCD display

    lcd 1604a Judging from the size (16x4) and the pinout, it seems HD44780-compatible. 90% of all text mode LCDs follow this. http://home.iae.nl/users/pouweha/lcd/lcd.shtml seems like a good resource for controlling this type of LCDs.

Part and Inventory Search

Back
Top