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 MichelM

  1. M

    Use of CPLD/FPGA for a newbie's laser project

    It's not the pulse width that I want to adjust. The pulse is emitted when the laser has enought energy to be emitted, and this energy is bring via the current. So I want to stop the current in the laser diode when the pulse is emitted for going to another pulse. The CPLD/FPGA will only drive...
  2. M

    Use of CPLD/FPGA for a newbie's laser project

    Hello I have to design a project , a laser controller. The controller will have a trigger mode to pulse the laser about 100kHz. At first, I thought to use the pwm peripheric of a microcontroller. The problem is the dutyy cycle which has to be adjust with a photodiode. ( the diode current will...
  3. M

    Why does EUSART in PIC have 9 bits when ASCII needs no more than 8?

    Hi, the 9 th bit can be used as a 2nd bit stop.
  4. M

    who have PIC KIT schematic

    Hello The pickit 3 schematic is in the user guide, appendix B ( DS52116) . You can get it on the Microchip's site
  5. M

    message Did you find this post helpful?

    Hello I see at the end of some post this sentence "Did you find this post helpful? Click: Yes" How do put this in my message ?
  6. M

    [PIC] How to debounce multiple switch individually

    No if you have a function main like this main() { if (input == 0) { if (integrator > 0) integrator--; } else if (integrator < MAXIMUM) integrator++; if (integrator == 0) output = 0; else if (integrator >=...
  7. M

    [PIC] How to debounce multiple switch individually

    Hello Avoid the use of delay_ms function. This function freezes the program ! Rather than a delay function, you can you a counter which is incremented by polling look here https://www.kennethkuhn.com/electronics/debounce.c
  8. M

    [PIC] UART write problem when 0D is same as Carrage return.

    Hello Your program in the controller can send date like 0x0d, 0x0a ... It's the programme on your PC for example who need to interprete the data as a data, not as a command. For this yoou can use escape character. The data can also be a command must be preceded by a special character. And if...
  9. M

    Techniques of Writing Good Embedded Firmware?

    Hello You can search about MISRA rules https://en.wikipedia.org/wiki/MISRA_C
  10. M

    Dynamic function name in c

    Hello code
  11. M

    Pulse oximeter algorithm

    Hello Circuit Celar has published 2 articles about an oximeter. It was the issue 173 and 174 in 2005. The writer is Jeff Bachiochi. You can find the pdf files with google with the tag bachiochi, oximeter
  12. M

    Software similar to LABVIEW?

    Hello There is Profilab expert. it is less powerful than labview can be still useful ProfiLab-Expert
  13. M

    Dennies Ritchie passed away

    hello Dennis Ritchie obituary | Technology | The Guardian
  14. M

    pulse oximeter schematics required....plz help

    Hello Look here Part 1 **broken link removed** Part 2 **broken link removed**
  15. M

    [SOLVED] Need RGB mood light project.......

    Hello RGB Moodlight A remote controlled power RGB LED mood light. **broken link removed** RGB LED mood light driver and so on, and so with google help

Part and Inventory Search

Back
Top