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 joerieg

  1. J

    How to change IRQ setting?

    i want to know how to change IRQ setting, because i have a hardware conflict when i plug my tv tunner. thanks.
  2. J

    programing pic with c

    i've been used mikroelektronika c compiler try search to : www.dontronics.com
  3. J

    need help about dot matrix led

    hi all, i need some help, how to build a dot matrix led to show some text that controlled by microcontroller. thank you
  4. J

    How to design an obstacle detector for a robot?

    Re: obstacle detector another ideas: 1. use ultrasonic, there are a lot schematic on the net. ultrasonic doesn't depend on the light. 2. use whisker that combine with limit switch, if your whisker found obstacle that it will trigger limit switch, so you can ask your robot to turn around
  5. J

    How to start learning DSP techniques?

    Re: How to start DSP? could i used microcontroller to learn DSP? if possible how?
  6. J

    Best language to access serial port?

    i use c++ builder, very simple,
  7. J

    If Statement in assembly

    if you use avr, this an alternative: ldi r16,0b00000000 ;load register r16 with all 0's out DDRA, r16 ;configure PORTA for all input in r18, PINDA ; read PINA buffer cpi r18, 0b00000001 ; check PINA.0 =1? brne not_1 ; if PINA.0 not 1 (null) do subroutine...
  8. J

    pc - How to make java games for nokia 3200??

    try to download j2me wireless tolkit from :https://java.sun.com/products/j2mewtoolkit/
  9. J

    Suggestions on operating robot via web

    teleoperation robot hi all, i want to control my robot via web, and i have some problems to publish the interface to html. i've built an interface using c++ builder so any suggestions?
  10. J

    Best AVR C compiler below 1000$

    ebreh, i agree to use open source compiler like winAVR or wavasm for free. But if you have some money, i suggest to buy codevision AVR its about 100-150 bucks. there's also a demo version, for free. browse to https://hpinfotech.ro
  11. J

    project that heats a 5x3x3 foot box

    what do you mean 60-70 degrees ? celcius? and where you place your electronic components, if you place its on the box you will have a problem because the heat will destroy your electronic components. I suggest to try some lamps and the outerbox insulated, for example with sterofoam.
  12. J

    Why is it hard to make a running robot ?

    Re: robotics forum to build some robots all you have to do is learning mechanical, electronic, and software. I suggest to you to learn microcontroller first. because it's the "brain" of robot and it's very easy to get some informations, tutorials and projects on the net. For example choose a...
  13. J

    How to construct a gyroscope so that it can be interfaced with PIC?

    Re: gyroscope using PIC i have already done my project about 1 -axis digital gyroscope. but, i am using avr, i don't know about PIC. If you want my code on CVAVR i will post it.
  14. J

    which language for communicate uc and Pc with GUI

    try to use c++ builder, its very easy to combine with UART ( serial communication) , i think i can help u if u choose c++ builder
  15. J

    How to control a manual robot by gamepad???

    sorry i dont have any pictures about my project so i try to give u some explanation about my schematic. first you have to search some picture of psx(try to visit **broken link removed**) then you'll see there are 9 ports or cables on the psx. 1 data 2. command 3. N/C (not connected) 4. gnd...

Part and Inventory Search

Back
Top