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 Rakesh Menon

  1. R

    Driver selection for High power LEDs

    Hello, I am working in a project where I need to illuminate 24 super LED and to adjust their intensity at 5 distinct levels. The requirement for the project is like it should run in either 9V or 12V supply. The LEDs that we are planning to use is L1CU-BLU1000000000 (**broken link removed**)...
  2. R

    NIR laser range finder : Driver design and laser selection

    Hello, I'm currently trying to build a range finder using NIR pulsed laser diode to achieve 100-150meters range. I'm planning to use four OSRAM's SPL PL90_3 Laser diodes ( https://www.mouser.com/ds/2/311/SPL%20PL90_3-461392.pdf ) to get ranges from different directions. I'm planning to use FPGA...
  3. R

    [PIC] Problem keypad and multiplexed seven segment

    thank you for the reply, Yes now I understand, let me implement the modification and sse thank you
  4. R

    [PIC] Problem keypad and multiplexed seven segment

    Thank you for reply, kindly see my function implementation: unsigned char getkey(void) { int i; char c; PORTD=0X00; for(i=16;i<130;i*=2) // for loop for row scanning { PORTD= i; delay(3); c=PORTC; delay(3); if(i==16){ // activating 1st row switch(c){ case 0X10...
  5. R

    [PIC] Problem keypad and multiplexed seven segment

    hello, I've been trying to interface 4x4 hex keypad with pic16f877a using MPLAB X and XC8 compiler. My task is to get 4 individual key presses from matrix keypad and convert it into a 4 digit integer and display the 4 digit integer on multiplexed common cathode seven segment display having 4...
  6. R

    [ARM] interfacing ultrasonic sensor hc sr05 with lpc i768

    hi I was working with interfacing of hc sr04 ultrasonic sensor with lpc1768 so as to display the distance from an obstacle to the sensor on an LCD display in centimeters .. there were no errors in the code, but distance is not being varied its showing always as 0 cm.. i could not find the...
  7. R

    USB AVR programmer to program ATmega and AT-89-S-51 series microcontrollers

    Re: A USB AVR/ ATmega/ AT-89-S-51 Programmer + ISP/ ICSP Capability "This code is taken from the Fischl's website, and is availabe there too, this is the link https://www.fischl.de/usbasp/ HEX File: usbasp.atmega8.2009-02-28.rar ...and to be able to program AT-89-S with this programmer you can...

Part and Inventory Search

Back
Top