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 boseji

  1. B

    Help with simple circuit to operate a solenoid

    Hello, The simplest technique to achieve this operation is the use of a Dual Pole Dual Throw relay. The Connection would be : NO1=Supply + NO2= Supply - CN1=Motor + CN2=Motor - NC1=Supply - NC2=Supply + Here NO - Normally open Terminal; NC- Normally...
  2. B

    idea to do FYP project using 8051

    Re: idea plzz Hi, You can make some Home Automation controller or a Helping Robot on the 8051. Warm Regards, Boseji https://m8051.blogspot.com
  3. B

    nokia 3310 lcd library for atmega32/16

    Hi, Cant find any content in the file. Warm Regards, Boseji https://m8051.blogspot.com
  4. B

    8051 & AVR Evaluation Board design help

    I have developed a small board for the AT89C51 as well as P89V51RD2. The schematics is attached. Send me a PM in case you want to know more. Warm Regards, Boseji https://m8051.blogspot.com
  5. B

    digital circuit for RS 485 TO RS 232 CONVERSION

    485 to 232 conversion Hello, RS485 is not a protocol but a Physical Layer. It is basically a Differential line transmission like Ethernet. There is a TX+ & TX- along with RX+ and RX-. For conversion to the RS232 you would require to convert this diffential signal to a Single ended signal...
  6. B

    Renesas R8C A/D converter question?

    Hello, A mistake from my side. The AVCC itself would become the Reference. This facility of Internal reference is only available in a few of the M16s I have used. So I mixed it with R8C. You require to use the AVCC with the levels of 3.3V or 5V. Also keep in mind that the Input ADC signal...
  7. B

    Help me with choosing an appropriate ARM micro

    Help choosing an ARM Hello The only one who could save you then is SH7 series of Renesas processors. Have a look. Best of Luck!!
  8. B

    Which Microcontroller Do You Use?

    microcontroller to use I have used quite a few of the Micros: 1. AT89C51/2051/52, P89C51RD2 2. C8051F340, R2010 3. AVR - Mega, Tiny 4. R8C/13.29 5. PIC16F877,PIC18F4550 6. STM32F102 7. LPC2138/48 8. AVR32- AP7000 9. MSP430F20XX, MSP430F149 10. Cypress PSoC Micros 28X series. 11. AT91SAM7X256...
  9. B

    ARM LPC2000 GPIO problem

    Hello, It is possible that you are trying to Do a C++ thing in C. You should do it the C way: CODE unsigned int Key_0; int Key_0=IOPIN1& 0x00080000 ; // Read input pin P1.24 You cant arbitrary load defined vars in C. Best of Luck!!
  10. B

    help regarding project embedded webserver

    Hello, I would suggest W5100 from wiznet. I have been able to make a successful design using it.
  11. B

    Renesas R8C A/D converter question?

    Hello, Dont loose heart. Those who keep Trying Never Loose!! I am a R8C user too. We I have used R8C/13. You can either use the internal ref or use the VCC for external ref. But mind it the Vref < VCC - 0.5 else I have faced a lot of problem in one of my projects. I was trying to make a scope...
  12. B

    Help me with choosing an appropriate ARM micro

    Help choosing an ARM Hello, Have a look at AVR32. Well things would be easy since the avrfreaks.net are there. Best of Luck!!
  13. B

    Can I design IR transmitter using micro RSC 4x?

    38khz ir transmitter schematic Hello, I hope that you will be having the remote for the device you want to control. In a fast micro like AVR, write a cap-com type of program using dual Interrupt and find out the timing. Using this you can determin the type of code. Next task is to make a 38KHz...
  14. B

    which is best programming language for electronic engineer

    Hello, I hope the author of this forum want to know about System Side language and not Micro side. Let me know.
  15. B

    which is best programming language for electronic engineer

    Hello, I respect all out C/C++ fans. But let me tell you on system side if you want to do some simple things C takes a far longer time to do it. Eg: I want to Scan a data file for a string of bytes In C: 102 lines (No comments) In Python: 18 Lines (No comments & Win32) I want to write...

Part and Inventory Search

Back
Top