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 ezshereef

  1. E

    Help me fix errors of an ADC code

    Re: adc code shows error The do - while loops are missing semi colons. this is basically what you need to build. do { } while ( condition );
  2. E

    TCP/IP and PPP for Controller.....

    lwip gprs check this out it might help these are the supported Network Protocols ARP ICMP IP UDP DHCP shereef
  3. E

    embedded web server ......

    Check out this link: http://www.tuxgraphics.org/electronics/200611/article06111.shtml Shereef
  4. E

    Which microcontroller is better PIC or AVR?

    Re: PIC or AVR I Think you live in egypt, if so then using 8051 core will not help you much as the 8051 based MCUs found in egypt are mostly 89c51 and 89c52 which have very few peripherals. On the other hand you can find PIC or AVR core MCUs with lots of peripherals. I don't know what are the...
  5. E

    where can i get Freely downloadable RTOS

    Try this one http://usmartx.sourceforge.net/ <- this is non preemptive os or this link **broken link removed** And my favorite is freertos which bobcat1 mentioned earlier. Salam, Shereef
  6. E

    How to send dtmf signal through mobile keypad?

    ezshereef Salam, Take care that you can't send DTMF on mobile lines, that is to say if you played a DTMF at the mic of one side of the call and received it from the other side it will not be interpreted as a DTMF. as throwaway18 said the DTMF signals are sent on the mobile network as digital...
  7. E

    sms based appliance control

    Hi All, please check this site **broken link removed** I hope this helps you :) Salam, Shereef
  8. E

    problem on using avr fuse bits

    i've tried it before and worked for me. Just give it a try you won't loose anything :)
  9. E

    Looking for modern microcontroller projects

    Re: helpppppppp What do you mean by current technology? it's better to explain what you mean by current technology to help ppl help you. also you can look here in EDAboard you'll find lots of great projects
  10. E

    problem on using avr fuse bits

    Your problem is that your chip is waiting for the external oscilator to start working :D it doesn't work anymore from the internal oscilator. You can attach a crystal to the chip and program the fuse bits to internal oscilator again, then you can remove the crystal again. Shereef
  11. E

    Any Embedded system company in egypt?

    embedded system work in egypt Hi all, I think it will be a great chance to start a community for Embedded Engineers in Egypt we can share knowledge, experience, tools, projects and best of all to have new friends with same interests. As you all know embedded system is a passion more than it is...
  12. E

    Where can I find free RTOS?

    Re: free rtos hi manickam a very good free rtos is found at www.freertos.org you can find the source code and very good documentation. Also it has many ports and porting it to other MCUs than the supported ones is easy.as for the rtlinux you didn't mention what do u want about it ... any way...
  13. E

    How microcontroller hardware programmer works?

    since you want to build a programmer by your own i suggest you to start with the STK200 for the AVR microcontrollers. http://elm-chan.org/works/avrx/stk200.png the STK200 is an in system programmer it needs very little hardware and you can use different SW to program with it ... like AVR-dude...
  14. E

    microcontrollers communicating

    Hi rooftop, Why do you prefer SPI than Serial communincation (RS-232)? i think you would give us some explanation for your preference, for sure we will appreciate it alot.
  15. E

    Can I use GOTO statement in interrupt routine?

    Re: Interrupt sphinx is absolutely right in this .... after all use interrupts to set only configurations to tell your main SW that the event has occurred calling functions inside ISRs is not good at all SPECIALLY like the functionality that you have here which is a while(1) loop, ISRs...

Part and Inventory Search

Back
Top