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 geppoilfolle

  1. G

    Looking for dedicated CAN chips

    mcp2515 bit timing configuration Look at Micr*chip line of CAN products, maybe something have what you requires.
  2. G

    Which is better for interfacing with MCU, NVRAM or EEPROM?

    Re: NVRAM or EEPROM What are the characteristics of FRAMs? I never heard about them until now.
  3. G

    Is it possible to build a simple billing terminal using AVR?

    Re: AVR question You can cut the total number of i/o pins by: 1) using serial lcd: they are most popular than the parallel ones, today 2) use analogic encoding for the 4*4 keyboard to have only one input pin occupied: you can find some app. note in the micr*chip website about that, i don't...
  4. G

    Microcontroller and receipt printer

    Small printers in POS are thermal or (less frequently) impact printers. All these have a serial interface, so no problem to drive it whit a microcontroller. If you want some unusual character set then you must deal whit a graphical-like printing using ASCII special characters to drive the...
  5. G

    What is better for video compression algorithm, C or Matlab?

    Re: C or Matlab? Use C or C++, you can easily find a lot of libraries for virtually every problem you'll deal whit
  6. G

    Multi client PIC network, how?

    pic y 75176 If you want to use the CAN bus then search the new stand-alone CAN controller MCP2515 from Microchip, that is a replacement of the old MCP2510 whit new features and all old errata fixed.
  7. G

    Serial to parallel output

    The easier, cheaper and faster way to do this at this speed is no-doubt a PIC16F84 whit a MAX232 and some passive components. You can easily find a lot of pre-cooked code to solve your problem or somewhat of very similar.
  8. G

    what is the difference between Resonator and Oscillator?

    ... and a resonator is, usually, the core of the feedback network for an oscillator...
  9. G

    How can I produce sinewave using integrator?

    Re: sinewave generator! As i told, the Wien Bridge oscillator produce (ideally) an *absolutely* pure sine wave, whitout distorsion at all. This is because the phisical principle of functioning of the circuit: the feedback network produce *big* phase-difference for *little* frequency difference...
  10. G

    How can I produce sinewave using integrator?

    Re: sinewave generator! In theory you find the Wien Bridge oscillator produce the most pure and undistorted Sine Wave. If this is your goal...
  11. G

    Which is the best BASIC compiler for PIC Micro

    PBPro is not at the level of PBPlus, for that concerne to reliability and "repetibility" of generated code. Plus, PBPro have not a real useful management of arrays in memory, as i just writed in another post. Bye
  12. G

    What are the neural networks ?

    ...speech recognition... bye
  13. G

    What is a good Pic Basic compiler?

    New Proton+ (former Picbasic Plus) is better in memory managing for large arrays than Picbasic Pro. In some projects this is ultimate for choice. For the rest the two are the same. Bye
  14. G

    Does anyone have CAN bus specifications?

    Re: CAN Bus Apart the phisical CAN protocol you can find other resources searching for CANOPEN, one of the logic/application protocols based on CAN. Bye

Part and Inventory Search

Back
Top