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 amimo816

  1. A

    [51] generating variable square wave range from 1KHz to 30KHz.

    Which uc will you use? You could send the value using uart and a terminal program, then use the value in the uc to generate a squarewave with that frequency with the help of a timer.
  2. A

    [SOLVED] Plotting Temperature with respect to time in MATLAB from a file??

    If you know python maybe a combination of https://docs.python.org/2/library/csv.html and https://matplotlib.org/ could help you.
  3. A

    problem with altium designer

    Create the parts/components yourself? Watch this: https://www.youtube.com/watch?v=pW_kpk5lQlM
  4. A

    So many interfaces exist for digital systems e.g SPI, I2C, PCIe, USB, ...

    I don't remember all of the context of this book, but it might be something similar to what you are looking for: https://www.amazon.com/Advanced-Electronic-Communications-Systems-Edition/dp/0130453501
  5. A

    pec calculation with mlx90614

    Simulate your code or test in the processor? Can you post the code? Dont know if I can help you but I can try =)
  6. A

    pec calculation with mlx90614

    Ok, does this link work for you? https://www.melexis.com/Assets/MLX90614-SMBus-implementation-in-PIC-MCU-5229.aspx If not go to Melexis webpage and search for MLX90614, then click "applications". After that look for "MLX90614 SMBus implementation in PIC MCU" on the list of documents. I think...
  7. A

    pec calculation with mlx90614

    You do not need to calculate the PEC when you are reading from the sensor, unless you are using it in a noisy area where you could get corrupt data. As I said in the other thread you started, this should help: https://www.melexis.com/Assets/MLX906...-MCU-5229.aspx. Explains for both assembly...
  8. A

    problem with sending and receiving data with mlx90614

    Maybe this could be help for you: https://www.melexis.com/Assets/MLX90614-SMBus-implementation-in-PIC-MCU-5229.aspx.
  9. A

    pec calculation with mlx90614

    The experience I have is not with mlx90614 but with mlx90615. But I think they should be quite similar. Are you talking about coding for PEC calculation? For what reason do you need to know the PEC? When I changed the adress of the MLX90615 that I am using I manually calculated the PEC by this...

Part and Inventory Search

Back
Top