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 qwertyuiop415263

  1. qwertyuiop415263

    MPLAB XC8 Warning meaning ??

    you are assigning address of a constant string to non constant char pointer. That is why compiler gave this warning. Use below code to avoid this warning #pragma warning disable 359
  2. qwertyuiop415263

    The University of Lahore

    Brother i dont have data related to pure sine wave inverter. I work on security based embedded applications. But i have heard about pure sine wave inverter a lot in UET and others professionals. Ask your questions to some teachers or post it on this forum. Google will also help you Try to use...
  3. qwertyuiop415263

    The University of Lahore

    UETians are also welcome
  4. qwertyuiop415263

    Sonsivri Invitation

    I got invitation but i didnt have permission to invite other people. Some advance members are allowed to invite others
  5. qwertyuiop415263

    Atmel AT89c51 interfacing with LCD and keypad

    128 bytes cannot hold that much long strings. Reduce your string size or directly put these strings in function calls.
  6. qwertyuiop415263

    Generating 2 Different PWM Signals using PIC18F4550

    I have to generate two PWM signals of different frequency (10Hz and 100Hz)and duty cycle (0% to 100%)with PIC18F4550. CCP module cannot generate 10hz and 100Hz signals. Any suggestions will be appreciated Thankx
  7. qwertyuiop415263

    FUNAMBOL Administration Tool - Start Server ?

    I am facing problem in starting funambol server in my system (windows 7). The hostname/IP is correct and username and password are the same as given by Funambol Administration Tool. Can anyone guide me what kind of settings I am missing ? Postscript: I have Java Runtime and SDK already installed.
  8. qwertyuiop415263

    Difference Between AVR and PIC Give Some Examples

    For beginners AVR is not very recommended (Its just my suggestion) because mostly starters mistakenly program fuse bits wrong and this creates real frustration for them. PIC is very easy and have a lot of online support.
  9. qwertyuiop415263

    which programming language is a must for an embedded systems engineer?

    i am talking about (C#.NET). look here https://csharp.net-tutorials.com/ Learn to use google and youtube. You will find tons of stuff on C#.
  10. qwertyuiop415263

    XC8 Compiler Problem

    I am getting following error while compiling my firmware. "Internal error - no stack allocated to function" in XC8 compiler with MPLABX 1.41. After some search and reading documents i found that this error occurs when you do some complex floating point calculation. I am doing floating point...
  11. qwertyuiop415263

    which programming language is a must for an embedded systems engineer?

    Some Embedded System's project require remote monitoring of some sort. So it is better to learn how to make GUI Applications on .Net platform. I recommend C#.Net
  12. qwertyuiop415263

    Pickit3 cannot work ?

    in Mplabx window right click on your project folder and select Properties. Then choose the debugger as Pickit3. Also search on microchip forum related to this problem. I also have same problem but after reading some posts on microchip forum, i have fixed it. GoodLuck
  13. qwertyuiop415263

    What is the name of this IC?

    Can you please tell me the IC name?
  14. qwertyuiop415263

    What is the name of this IC?

    Can anyone tell me what is the name of this IC. It seems to be Serial In to Serial/Parallel Out Shift Register.
  15. qwertyuiop415263

    MicroSD Card Interfacing with PIC18LF8720

    I am using MicroSD card 2GB which comes with nokia mobile and i formatted that card using default FAT file system. I have looked on internet for Specification Sheet of microsd card but could find one. I want to know the timing diagram of SCK, MISO and MOSI signals and also whether microsd...

Part and Inventory Search

Back
Top