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 herlambang

  1. herlambang

    Read ADC data from ATMega8535 and transfer it using Serial

    Try this code, it's work just fine. See attached file, you can find complete project and ISIS Proteus simulation. You may recompile this project using CVAVR 2.04.4a or later. By default it will send string decimal data instead of character, you can modify the data formatting in the printf()...
  2. herlambang

    [AVR] a problem with WDT in atmega32

    as I know the Codevision delay function has built in reset watchdog command #asm("wdr")
  3. herlambang

    [SOLVED] Help for interfacing LM35 on atmega16

    This is my program using ATmega16 and CodevisionAVRCompiler. I'm sorry the program explanation using Indonesian language, but this program is work. /* About Program: Program LM35 AVR ADC 10bit :) Program ini akan menampilkan temperature dengan satuan CELCIUS yang didapat dari sensor...
  4. herlambang

    DIY Moving Message Display

    Owh.. this thread upted.. Lots projects do shift left and right. How about scrolling up/down the display?
  5. herlambang

    Which Microcontroller Do You Use?

    Atmel AVR and 8051 from Atmel
  6. herlambang

    web server using wiznet NM7010A

    Who can tell me about the i2c communication procedure in C for Wiznet NM7010A.
  7. herlambang

    modem and microcontroller intrerfacing

    Re: wavecom p5186* datasheet where i can get the datasheet??
  8. herlambang

    Relay Interfacing with 8051 Controller

    74hc less than 1v Your circuit use active low.. you should use PNP transistor.. or change your circuit. in your circuit, the pin goes high on power on. it's activate the relay directly.
  9. herlambang

    Which Microcontroller Do You Use?

    wow.. Just opinion from experience isn't it? Atmel AVR and 8051 is my pleasure. easy, powerfull and cheap.
  10. herlambang

    Which is the best software for PCB design?

    best pcb design software? Yes, it's something that will never end.. I wish it's can give me advice and suggestions on choosing PCB software.. I love PROTEL.. (^.^)"
  11. herlambang

    Looking for a C 8051 code for 24cxx

    code 24c16 .... I didn't saw this!! .... 26 Apr 2004 15:18. My God!! (@0@)"
  12. herlambang

    8051 StopWatch / Timer

    stopwatch using 8051 in c U need on C or assembly?
  13. herlambang

    pic16F877A use what language better? ( for diploma level)

    Use C.. it's will more easy to port the code for the other microcontroller. Use Hi-Tech PIC C it's good. I've so litle experience on programming PIC..
  14. herlambang

    I want to work with RTOS - need suggestions

    Re: rtos useage. Sometimes we dont need RTOS to make our system works.. RTOS is used for time critical application and provide multitasking support. A real-time operating system (RTOS) allows flexible scheduling of system resources, like the CPU and memory, and offers communication between...

Part and Inventory Search

Back
Top