K
Reaction score
5

Latest activity Postings About

    • K
      Hi all ! Further investigation revealed that the 9ns/50Mhz performace with T4.1 was possible with 30ohm/20ohm voltage divider ONLY. I mean 50ohm seen from the Rigol source and 30ohm from the T4.1 pin 9.
    • K
      Well, the following is the whole .ino code. The "webpage.h" contains the React/TypeScript browser front end code, about 1500 lines long, which has to be converted to hex byte array to be included as .h file. I did it using an AI coding assistant...
    • K
      No problem ! You may use the photos I posted above.
    • K
      One additional note: Since the time base accuracy of Rigol 912 Pro itself is specified as ±2 ppm, the measured 5 ppm offset may not be entirely from T4.1. YP
    • K
      Hello? It turned out that the pulse counting limit of T4.1 is far better than I originally thought. The figure below shows T4.1 can go as much as the Rigol DG 912 Pro waveform generator will go: 9 ns at 50 Mhz. There is not-so-random counting...
      •  Teensy-9ns.jpg
    • K
      Hi ! I'v done it mostly by vibe coding with Gemini 3 CLI. The code snippet relevant to the pulse counting is shown below. It is just a simple utilization of FreqCount function, no fancy logic. // Ensure the gate is set to the requested dwell...
    • K
      Hello? I remember there was discussion for using Teensy 4.x as a fast pulse counter some years ago. Pictured below is the pulse counter I built using FreqCount function, and all I need is counting 1 us wide pulses, I kept reducing the pulse...
      • Teensy-20ns.jpg
    • K
      khupys reacted to whitebengal's post in the thread Teensy Video on YouTube with Like Like.
      SparkFun published a background video including an interview. The Story of Teensy: From PJRC to SparkFun Partnership
    • K
      It is QNEthernet. #include <QNEthernet.h> #include <ArduinoJson.h> #include <FreqCount.h> #include <USBHost_t36.h> #include "webpage.h" The "webpage.h" includes the web page code. It's about 1600 lines of React/TS...
  • Loading…
  • Loading…
Back
Top