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 StefB

  1. S

    Looking for an IC that can both transmit and receive data serially

    serial tx, rx Search for wireless rs232 modules e.g. at **broken link removed**
  2. S

    help help AVR .......

    You know already this thread? Moving Message LED Display Project (with DOS PC control) h**p://skywebs.com/~glenn/LEDsign.htm See 2nd link to other animated sign projects A great page by RobSki on creating a moving message sign using an AVR microcontroller...
  3. S

    Essential of electronic testing mannual by BUSHNELL

    Buy the book or learn to search... . . . . . . . . . . . . . . . Clue: find the corrections first and the BOOK is not far away
  4. S

    [url]www.fischl.de/usbasp[/url] (help)

    usbasp avrstudio From The README.TXT So you need AVRDUDE as well. This is the programming software on the Windows platform. https://www.nongnu.org/avrdude/
  5. S

    How to read or access Memory Cards

    01003a.pdf download ELM - How to Use an MMC h**p://elm-chan.org/docs/mmc/mmc_e.html
  6. S

    How to store a 64 bit value into 2 unsigned long variables?

    Re: 'C' help needed Or... extern unsigned long a; unsigned long c = 0UL; unsigned long d = 0UL; void fun(void) { /* check overflow for c += a */ if ( (0xFFFFFFFFUL - a) <= c ) { d += 1; } /* overflow is ignored now */ c += a; /*...
  7. S

    Looking for Hyundai AHB10601NY datasheet

    Re: i need help Size? Color or monochrome? Approximate manufacturing date?
  8. S

    Introduction to Driver Programming

    Toby Opferman has some articles about driver development for Windows PCs Start with "Driver Development Part 1: Introduction to Drivers" **broken link removed** Another article "A simple demo for WDM Driver development" is available from mjtsai **broken link removed**
  9. S

    traveling sailsman probelm

    There is some nice research about how ANTS solve the traveling salesman problem... **broken link removed** http://www.heise.de/kiosk/archiv/ct/2005/5/204 http://www.abendblatt.de/daten/2004/04/27/288418.html
  10. S

    Problem enabling DVIN - LPT connector problem?

    Is the software and the OS on the laptop compatible with the adaptor? Maybe it is a windows 2K/XP (new) vs. windows 95/98 (old) problem.
  11. S

    Electrical conductivity of salt water

    Ohms law is valid for AC too ;-) How with DC http://www.rohmhaas.com/company/plabs.dir/htmldocs/68conduc.html How with AC **broken link removed** Why AC **broken link removed** Cell design and some measurements **broken link removed** Elaborated device design...
  12. S

    Electronic Circuit Schematics

    Please describe which "Electronic Circuit Schematics" are in this archive or - better - split the archive in several projects. Thank you very much Stefan

Part and Inventory Search

Back
Top