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 SuperUser

  1. SuperUser

    TCP client on GPRS Problem

    Try to subscribe a timer inside the Inner Event handler with a small delay (1 tick) and call wip_TCPClientCreate when the timer handler executes.
  2. SuperUser

    DTMF detection through microcontroller

    You have to implement the Goertzel Algorithm for DTMF decoding. Here is a microcontroller based project with schematic and full source code: **broken link removed**
  3. SuperUser

    gsm modem sms free free software

    gsm modem sms software Have a look at this: **broken link removed** and this: https://www.codeproject.com/KB/cs/SMS.aspx
  4. SuperUser

    Ethernet using LPC2378 - request for resources

    lpc2378 Have a look at this: https://www.keil.com/download/docs/295.asp
  5. SuperUser

    Can you fix CRC errors in WinRAR?

    winrar crc error Try to repair them with WinRAR (from the Tools menu choose Repair archive). If it doesn't work, download some of the software available on the internet (search for "winrar repair" in Google)
  6. SuperUser

    HOW TO DESIGN AN ALGORYTHEM FOR AN ADAPTIVE DELTA MODULATION

    adaptive delta modulation system flow diagram https://www.eng.auburn.edu/~troppel/courses/TIMS-manuals-r5/TIMS%20Experiment%20Manuals/Student_Text/Vol-D1/D1-15.pdf
  7. SuperUser

    Problem in Character recognition

    Here you can find some introductory tutorials about character recognition: https://basic-eng.blogspot.com/2005/09/character-recognition-example-i-image.html https://basic-eng.blogspot.com/2005/09/character-recognition-example.html...
  8. SuperUser

    Paper request - Map image segmentation based on thresholding

    Hi I'm looking for the paper "Map image segmentation based on thresholding and fuzzy rules". It can be downloaded from **broken link removed** If someone has account for IEEE digital library site, please download it and attach it. Thanks in advance!
  9. SuperUser

    [SOLVED] I need TMS320C6713 example projects

    tms320c6713 example Hi Ahmed, Thank you for the link, the project is very useful. My DSP Kit came with 2 CD's, one with C6713 DSK Code Composer Studio and the other with 30 day evaluation version of Matlab. The installation of the CCS IDE is easy, and there are some examples in C, which can be...
  10. SuperUser

    [SOLVED] I need TMS320C6713 example projects

    project on audio coding using tms320c6713 Hi ahmedseu I bought the TMS320C6713 DSP Starter Kit (DSK) from the local distributor of Texas Instruments for $395. You can order it online through TI web site: https://focus.ti.com/docs/toolsw/folders/print/tmdsdsk6713.html
  11. SuperUser

    USB microcontroller selection

    It would be cheaper to use microcontroller with all the peripheral controllers integrated in it instead of connecting external ethernet or USB controller chips. LPC2368 is a good choice, it has Ethernet 10/100 MAC with DMA, USB 2.0 Full Speed Device Controller and SD/MMC memory-card interface.
  12. SuperUser

    how to use PIC16F84 as usb controller???

    usb pic16f84 As metal said, there is USB protocol implementation in firmware for small microcontrollers without USB controller. Of course it is USB 1.1 and is much slower than USB 2.0 The most famous project is from Igor Cesko for AVR's. See the attached file or download it from his site...
  13. SuperUser

    Need compression method on MCU

    The most suitable compression algorithm for you is IMA-ADPCM. It can be easily implemented in a small microcontroller. The IMA-ADPCM algorithm takes 16-bit samples and compress them down to four bits each, that is 4:1 compression ratio. The compression is lossy and the reconstructed sound is not...
  14. SuperUser

    How to generate pseudo random numbers on 8-bit micor?

    https://www.pjrc.com/tech/8051/rand.html
  15. SuperUser

    Need compression method on MCU

    Give more details about your project What kind of data do you want to compress (text, sound, images)? And do you want to be able to compress & decompress the data in the microcontroller or only to decompress it (the compression to be done in a PC)? The choice of the optimal algorithm depends on...

Part and Inventory Search

Back
Top