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 charith

  1. C

    Open source hardware quiestion for professional application

    Thank you Keith. Problem solved. I carefully checked their website and some other sources in the web discussing about this issue. As long as we provide binaries (software can be open source or not) + the software that used to generate it and the file types are well documented and acceptable by...
  2. C

    UART-IR converter module with working code

    This UART to IR converter is a standalone IR signal transmitter and receiver module. It can be connected to any UART enabled micro controller device, including Arduino. If you need to work with minimum connections with your base board, connect RST, BRP both tied to GND and supply Vcc and...
  3. C

    1-Wire Driver DS2482-800 working code and support site

    I have designed this 1-Wire® Driver breakout board which can simultaneously connect up to 8, **broken link removed** and perform the bidirectional communication without any micro-controller overload. The Dallas 1-Wire® products ranges from memory, mixed signal, and secure authentication...
  4. C

    a unique community market and project support site for Open Source Hardware

    InMojo (www.inmojo.com) is a community market and project support site for Open Source Hardware (OSHW) and DIY makers. We built the site to help individual makers with the less-than-fun side of sharing their ideas (manufacturing, licensing, selling, etc.) and leave them to the part they like...
  5. C

    Open source hardware quiestion for professional application

    Dear all, I know this is not the best place to post this question. But i would appreciate if someone could respond about this. I would like to know the possibility of having designs made by Altium Designer (not free) and distribute in Open Source license such as Creative Commons Share Alike...
  6. C

    PCB freelancer looking for work

    Hi, I have some Altium Designed PCB projects which i need to convert to Eagle binaries. Would like request your charges via PM.
  7. C

    Sending and receiving sms using AT commands in embedded c

    Re: Sending and receiving sms using AT commands in embedded It's really unclear about the entire code what you are using. Can you post the code here so that we can look in to it and help. Thanks.
  8. C

    can i use pic16f628a for a pic16f628

    There are some small differences. But it should be mostly compatible with 16F628A I read the http://www.winpicprog.co.uk/pic_tutorial.htm page and the content seems to work completely with 16F628A Good luck. Let us know if you find any problem.
  9. C

    Please help me control an LED via SMS !

    Every time you write the separate interrupts (ex: RDA), you have to write the Global Interrupt bit after that. enable_interrupts(INT_RDA); enable_interrupts(GLOBAL); Try with this.
  10. C

    PIC cannot communicate with computer via RS232

    Your code seems to be ok. It should show the different configurations of the Port Output depending on the key inputs. Just make sure the configuration word is correct. Sometimes it matters. (For ex: If you use the Internal oscillator, but configured to use a External Crystal in the config word...
  11. C

    battery charger circuit

    It's good to know all the theories before you start to build your own charger. Check this out : https://www.microchip.com/wwwproducts/Devices.aspx?dDocName=en527983 I'm using this basically to all my projects which uses Li-Ion/LiPo Batteries. As long as the charge current resides below 500mA...
  12. C

    RF connectivity between pic 16f887

    Can you be more specific, upto which RF wireless technology (ex: Bluetooth, Zigbee, Wifi etc... ) are you planning to couple with.
  13. C

    ECG modem or module ?

    I just found this in Internet. **broken link removed** But i haven't used this specific one. If you looking for a EEG i can recommend one though.
  14. C

    ICD2 Clone 16F876A with MPLAB 7.6 Working !!!

    Glad to hear the comments from you. Cheers!!!
  15. C

    ICD2 Clone 16F876A with MPLAB 7.6 Working !!!

    icd2_760a If the FIFO is at maximum the connection would not be established. If the FIFO is disabled some PC's will give errors while connecting. Most of the cases Minimum level of FIFO would work. To take the settings to take effect you must restart. (if only you have changed the FIFO settings)

Part and Inventory Search

Back
Top