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 bajgik

  1. B

    help me....pwn,spi & i2c are inbuild in 8051 & AT89c52????

    the AT89c52 does not have the hardware pwm, spi & i2c. i recommend to use the similar version of AT89c51AC2 which has an inbuilt PWM. the solution is to implement software PWM, spi & i2c **broken link removed** **broken link removed**
  2. B

    Need guidance on 4x4 keypad interface

    interfacing keypad with microcontroller: **broken link removed**
  3. B

    Digital thermometer ...................... help !!!

    check this link might help with the information: Tutorial on 8051 adc with lm35 **broken link removed** Digital thermometer project: **broken link removed**
  4. B

    Interfacing LM34 with microcontroller

    you can find some information on: **broken link removed**
  5. B

    Thesis topic for Master in signal processing

    Maybe you can try Speaker recognition (Know who is speaking). A well standard signal process MS. **broken link removed**
  6. B

    Interfacing atmega 16 with gsm +serial programming

    When you communicate in AT commands, you need to send an "AT" and enter (which is carrage return which is 0x0D) so that the gsm module would know that the packet have finished. **broken link removed**
  7. B

    vibration problem with accelerometer

    you need to implement a low pass filter since an accelerometer is a noisy module itself. this can help why: **broken link removed**
  8. B

    control stepping motor

    the best way is to integrate a microcontroller in between the pc and the motor: Stepper Motor Control Tutorials
  9. B

    I want to built Autonomous Robot!!

    you need to build an obstacle avoider/line following, and detection robot.. regarding the line following robot: **broken link removed**
  10. B

    [SOLVED] Connecting two uC with UART

    al you need to do is a potential divider from the 5v to 3.3v (18k and 10k). while the 3.3v to 5v is accapted as it is since (logic high is less than 3.3v). Electronics & Control Engineering Projects | Electronics Blog | Electronics Downloads | Electronics Tutorials
  11. B

    [SOLVED] simulating C# code in proteus

    c# in Proteus? you cannot, what you can is use the hyperterm in proteus (simulating the old hyperterminal port)
  12. B

    circuit for LED using 230VAC 60hz

    if you connect a 1Mohm resistor, the led is protected enough with a high resistor
  13. B

    Implementing PID controller in a microchip

    Hi, i can give you this tutorial on PID which helps you alot and a link for some other links which have PID coding into a micrcontroller: **broken link removed** **broken link removed**
  14. B

    sending text to 89c51 from pc through rs-232

    You can check these two links with transmission from the PC (using c#) and receiving on the 8051 micro: 8051 uart: **broken link removed** c# uart: **broken link removed**
  15. B

    controlling ordinary dc motor in to servo motor

    you need to implement a controller to convert a dc motor to a servo motor. Check these tutorials on motors and PID control which might help: **broken link removed** **broken link removed** **broken link removed**

Part and Inventory Search

Back
Top