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 januar1983

  1. J

    Can 89S be programmed using USBasp?

    Re: Can 89S programmed using USBasp? anyone have tested this usbasp work in win 7 or win 8
  2. J

    Can 89S be programmed using USBasp?

    Re: Can 89S programmed using USBasp? anyone can test this programmer can program at89s8253, are the firmware is changed or the hardware? I have tried program at89s8253, and it can't program. anyone can help this ???
  3. J

    Can 89S be programmed using USBasp?

    Re: Can 89S programmed using USBasp? hi pranam, this firmware working good to program 89S51&52 but when program 89S8253 it's say "can't enter programming mode", have you tested yet? I want make it USBasp can program 89S8253, cause at now I work with 89S8253 and my laptop didn't have parallel...
  4. J

    problem in display the value of variable in LCD

    maybe this source can help you, void print_hex_to_lcd(char hex){ unsigned char temp; temp=hex/16; if(temp>9)lcd_putc(temp+55); //this procedure to print char to lcd else lcd_putc(temp+48); temp=hex%16; if(temp>9)lcd_putc(temp+55); else lcd_putc(temp+48); } I assume you...
  5. J

    Drive Sensorless Brushless DC motor using Microcontroller(s)

    I think you should drive the motor at low speed first, and if the motor has run, you may increase the speed
  6. J

    Can 89S be programmed using USBasp?

    Re: Can 89S programmed using USBasp? Yup, this firmware work well when programming 89s51,52, but not working for programing S8253
  7. J

    Send email using ATMEGA 64

    anyone have tried to send email using microcontroller like atmega64, I'm already done make embedded web server using mega 64, now I want the mega 64 send email,I'm confusing how to make it. please tell me what should I do Thanks in advanced
  8. J

    Can 89S be programmed using USBasp?

    Re: Can 89S programmed using USBasp? hi pranam, what sould modified in USBasp firmware, I have tried to make it possible this is my firmware that I use.
  9. J

    Can 89S be programmed using USBasp?

    Re: Can 89S programmed using USBasp? yes, in GUI it's support AT89S8253. I Attach the GUI in my post
  10. J

    Can 89S be programmed using USBasp?

    Re: Can 89S programmed using USBasp? anyone have tried used USBasp to program AT89S8253, I have tried to program S52 and success, but when program AT89S8253, it's say program chip enable error. I'm using prog ISP as USBasp GUI.
  11. J

    Thank you / New look and feel OF EDA board

    Re: sorry i like it this new interface is more cool and not bored me
  12. J

    ship to landbase communication

    Dear all, Please help me, i want to make enable data communication between ship and landbase, I don't have any idea what should i use to make the coomunication, cause the distance is widest range, it can over 10000 Kilometers please help me
  13. J

    How to make a programmer for freescale µcontroller MC9S08

    mc9s08 anyone know the compiler, i have one for the chip
  14. J

    About AT89S52 Microcontroller?

    maybe for the first project you can built digital alarm clock using seven segment or LCD display
  15. J

    Quick overview of common 8-bit and 16-bit microcontrollers?

    anyone knows renesas microcontroller, now i have try the microcontroller and the result is very nice microcontroller

Part and Inventory Search

Back
Top