Recent content by MarcusS

  1. M

    Request for guidance on vindar ILI9341_T4 with simple println

    Thank you for all the good information. I am working right now, so I will digest it this evening, but it looks like all the information I needed.
  2. M

    Request for guidance on vindar ILI9341_T4 with simple println

    As fast as possible. In most cases nothing is changing, so time does not matter. When something is going wrong, I would like to have real time information so I can see how fast things are changing. 50mS iteration time for the whole system would be fine. Allocate half of that to the...
  3. M

    Request for guidance on vindar ILI9341_T4 with simple println

    Hello all, I am working on a project for an amplifier controller which includes a Teensy 4.1 and a ILI9341. No graphics are used on the 9341, it is strictly used for println of health related information of the amplifier (temperature at the output transistors and 5 other points, voltage...
  4. M

    ADC_CONVERSION_SPEED question: why would you choose a slow conversion?

    Thank you Kurt and Paul. That is very helpful information. I will use the high speed, and ignore the compare functions for now. Don't need to be doing any bleeding edge work. Good to know about single precision being built in. I will be careful to use float for everything, including...
  5. M

    ADC_CONVERSION_SPEED question: why would you choose a slow conversion?

    I am working on a new project, and it is the first time I have really used the ADC. This project is for an amateur radio amplifier controller, and speed is an issue as I need to read the transmit control signal and flip some relays quickly from receive transmit before the input to the amplifier...
Back
Top