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 shuzonudas

  1. S

    zilog Z16 zeno programming

    I want a zilog Z16 flash loader diagram and software links. Have anyone programmed Z16 before ? A simple program to flash an led and the link on the compiler. I've googled a lot but didn't find a links of z16 flash loader !
  2. S

    max3421 OTG webcam and sdcard

    Hallow everyone! I want to make a circuit that captures photo form webcam and saves it in to a sd card after about five minute interval. I'm using the 18f8722 and max3421 chip. I can write data to sd card but the problem is that i don't know nothing about OTG. How to initialize the webcam and...
  3. S

    [SOLVED] HID bootloader testing program

    Thank you everybody, i've got what i was looking for.
  4. S

    [SOLVED] Help me with HID bootloader as it doesn't work

    thank you cocoloc. i can write code that can blink an LED. and I've solved my problem. i've edited the "USB Device - HID - Simple Custom Demo - C18 - PICDEM FSUSB" firmware. i've put this code: ........................................... ...
  5. S

    [SOLVED] HID bootloader testing program

    Thank you very much for your kind reply. i'll download it today and start digging. may ***** bless you. ---------- Post added at 18:52 ---------- Previous post was at 18:52 ---------- May A_L_L_A_H bless you.
  6. S

    [SOLVED] HID bootloader testing program

    thax. would you plz give a link of your blog site. ---------- Post added at 12:00 ---------- Previous post was at 11:29 ---------- i know a little c programming. if i want to start bootloader tutorial from zero what do you suggest ?? please add links if necessary.
  7. S

    [SOLVED] Help me with HID bootloader as it doesn't work

    can you please send me a hex and source code file that you have tested in your system. it'll be better if your code is in mplab_c18. it'll be better if your code only blinks 2 leds on pin 20 and 21. thanks
  8. S

    battery charger with mobile phone charger

    yes you can if you know microcontroller programming well. use low cost "PIC 16F628A" it is not so easy task. the equation for your problem volt =res X amp >res=(volt/amp) >volt=(5-4.5)=.5 ;charger volt=5 volt ,4.5 volt=full charging volt >amp=.05A (assuming)=50mA >res=(.5/.05)=10ohm if you...
  9. S

    [SOLVED] HID bootloader testing program

    i've made a HID bootloader a few weaks ago using 18F4550. now i need a .hex and source code(in mplab c18) file just to blink 2LEDs on pin 20 and 21. it'll be better if the file is tested on your system . i've tried many time and now this thing is driving me crazy. crazy. crazyyyyyyyyyyyyyy...
  10. S

    ask: character LCD QY1602

    I have 2 pcs of "QY1602" characrer lcd. If anyone need any information ask me. :D ;D :razz: how to add image here ?:evil::oops: ---------- Post added at 22:51 ---------- Previous post was at 22:43 ---------- gottcha
  11. S

    3.6v battery charger with mobile phone adapter

    read microchip application note "Lithium and Nickel Battery:AN1012", "lead acid battery: AN1015" just google using those two numbers(AN1012 or AN1015) you'll find the link. remember "playing with Lithium battery can be very dangerous" happy battery charging.
  12. S

    battery charger with mobile phone charger

    if you directly connect like this : mobile phone charger(+)------battery(+) mobile phone charger(-)-------battery(-) it'll start charging. for safety reason you can add a 10ohm,22ohm or 47ohm registor. if it is a lion battery, there is a chip in the battery "do not remove the chip". use a...
  13. S

    [SOLVED] Help me with HID bootloader as it doesn't work

    Thanks for your reply. now i can read the hex. i am using MPLAB C18. can anyone send me a source code and hex file for the HID bootloader just to blink an LED. it'll be much more helpful. and another thing if i burn the code into the pic and reset the pic will start working ??? do i have to add...
  14. S

    [SOLVED] Help me with HID bootloader as it doesn't work

    Re: help with bootloader what code should i write in my my program? #include <p18f4550.h> #include <delays.h> #define REMAPPED_RESET_VECTOR_ADDRESS 0x0800 #define REMAPPED_HIGH_INTERRUPT_VECTOR_ADDRESS 0x0808 #define REMAPPED_LOW_INTERRUPT_VECTOR_ADDRESS 0x0818 extern void...
  15. S

    [SOLVED] Help me with HID bootloader as it doesn't work

    i made a HID bootloader. it programs itself but the problem is that i can not make it to do any work. when i read and export the hex file there is nothing in that. now i want a code example and a hex file just to blink a led. can anyone help me

Part and Inventory Search

Back
Top