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 nlksg

  1. N

    Sending Bulk SMS - is there AT command?

    Re: Sending Bulk SMS Some Idea, I've done one project that send bulk SMS with GSM modem. The project is on MS windows platform. I create dedicated server with web services that can accept the sender+msg+phone and store the information in db. That web service portion is written as asp.net...
  2. N

    If anybody need help in EAGLE, ask me in this POST !

    eagle pcb adding thermals Hi All, Please Help!! I want to create pad array in eagle. Half of the board area want to use as prototyping area with pad array. Is there any way to create the array easily? Regards, nlksg
  3. N

    Testing PIC16F877A with LED blnking program

    Check whether you have the proper capacitor or not. It seems like your cap value are wrong or not properly connected. nlksg
  4. N

    need help-how to control Camera using C (dynamic C)

    So what is the big deal? Rabbit produce dev kit for camera. Why don't u grab one and start coding! Have Fun
  5. N

    What is Build In Testing (BIT) and how to implement it?

    Build In Testing (BIT) Hi, Any one can explain me what is Build in testing BIT? Is it something like POST in our PC motherboard BIOS? How do we usually impliment it in our circuit design? nlksg
  6. N

    Visual Basic 6.0 Sample Codes

    visual basic 6.0 sample projects I think is a ocx control and you need the ocx file. Normally they are the drag and drop control on the form. You dont' have to understand the rs232 and AT command to use it. Just set the setting on the form and pass the parameter to the control will do. nlksg
  7. N

    Putting a microcontroller on a circuit board

    Allright, You need basic circuit such as - power circuit ** - clock circuit ** - hardware reset circuit - watch dog etc... ** are the most important component inorder to work
  8. N

    Questions for Instrumentation

    MODBUS https://en.wikipedia.org/wiki/Modbus https://www.modbus.org/docs/PI_MBUS_300.pdf https://www.modbus.org/ https://www.google.com.sg/search?hl=en&q=MODBUS&meta= CAN BUS https://en.wikipedia.org/wiki/Controller_Area_Network https://www.canbus.us/ https://www.can-cia.org/can/
  9. N

    HOW to make in-circuit debugger of PIC16F877!!!

    Well... poor you. You can use the forum's search function to get the ICD clone project currently running.. eg.
  10. N

    What does lexical analysis in the aspect of compilation mean

    Re: Programming Languages See https://www.google.com.sg/search?hl=en&q=lexical+analysis&meta= https://en.wikipedia.org/wiki/Lexical_analysis nlksg[/b]
  11. N

    Visual Basic 6.0 Sample Codes

    visual basic 6.0 sample I dont' have the code but i know what you need to look for.... Is normally send/receive the AT command via com port. When you connect your GSM phone to computer it will show up as Modem. Use GSM AT command to extract the information from the msg box. You also can...
  12. N

    Difference between OSCILLATOR and CRYSTLAL

    difference between crystal and crystal oscillator See https://en.wikipedia.org/wiki/Crystal_oscillator https://en.wikipedia.org/wiki/Electronic_oscillator https://en.wikipedia.org/wiki/Oscillator https://www.howstuffworks.com/oscillator.htm/printable
  13. N

    Robot to robot communication

    During my study time I saw some of my Lab mate build a group of robot that communicate throught ZigBee module. They collect assigned colour pallet on the table. http://en.wikipedia.org/wiki/ZigBee http://www.maxstream.net/
  14. N

    CPLD and Microcontroller RS232 Multiplexer

    Once I saw the multiplexer but is not RS232-RS232. It was Ethernet - RS232 connection. They use the rabbit controller with ethernet connection and lost of io port. They also connect IO expender chip to extend the number of IO. Rabbit controller itself got few RS232 port and they use the...
  15. N

    Using Rabbit processor in design

    Re: Rabbit processor What RCM module you are using? You can read detail info about timer in the processor user manual. eg. following is for Rabbit 3000 processor. http://www.rabbit.com/documentation/docs/manuals/Rabbit3000/UsersManual/11timers.htm#945582 Go to rabbit website >> Support >>...

Part and Inventory Search

Back
Top