ID |
Date |
Author |
Subject |
Text |
 |
878
|
Sat Mar 12 10:13:24 2022 |
Stefan Ritt | Time calibration and the C++ API | DRSBoard::GetTime is declared in DRS.h
line 720.
If you want to measure timing down |
|
880
|
Mon Mar 14 08:59:51 2022 |
Stefan Ritt | Time calibration and the C++ API | Looks like you have the some time calibration,
not sure if it's the correct one. Sample
the sine wave from the calibration clock, |
 |
883
|
Tue Apr 12 10:49:27 2022 |
Stefan Ritt | | A3-A0 = 1001 should be all you need to
activate OUT0-OUT7. It works in our designs.
Maybe double check the address lines with |
|
887
|
Fri Jul 29 14:09:35 2022 |
Stefan Ritt | Increase event rate, use ROI mode, and install sw from source in Mac | The firmware from the website always reads
1024 bins. You have to modify it to stop
before that, like reading only 128 samples |
|
888
|
Fri Jul 29 17:23:43 2022 |
Stefan Ritt | Spikes/noise sensitive to clock settings? | Look at the DRS4 data sheet, Figure 12.
You see there the rising SRCLK pulse which
outputs the next analog value. You also see |
|
891
|
Tue Sep 27 10:37:11 2022 |
Stefan Ritt | Required Firmware for DRS4 Evaluation Board Version 2.0 | You find each software version at the usual
download location at
https://www.dropbox.com/home/drs/drs4/distribution/Download/Linux |
|
893
|
Tue Sep 27 15:20:55 2022 |
Stefan Ritt | Required Firmware for DRS4 Evaluation Board Version 2.0 | Sorry, got the wrong link. Here the right
one: https://www.dropbox.com/sh/clqo7ekr0ysbrip/AACoWJzrQAbf3WiBJHG89bGGa?dl=0
If you untar the archive, you will |
|
896
|
Mon Oct 24 12:50:24 2022 |
Stefan Ritt | Channel Cascading Option in the 2048-bin | The board is delivered in one or the other
mode and not meant to be changed by the user,
since this requires very delicate soldering |
|
897
|
Mon Feb 6 13:28:28 2023 |
Stefan Ritt | DRS4 installation via tar in ubuntu not working | I fixed the described error. Can you try
the new version from https://bitbucket.org/ritt/drs4eb/commits/80b3af753ed32eb365725f0f3244a4109347c01b
|
|
899
|
Mon Jun 12 14:22:04 2023 |
Stefan Ritt | Different sampling rates in multi-board configuration | No, that's unfortunately not possible.
Stefan
|
|
902
|
Wed Sep 13 13:18:45 2023 |
Stefan Ritt | Input range switch added in Version 2.1.3 | To achieve an input range of -1V to 0V,
you need an external buffer which can shift
this range into the DRS4 range of -0.5V to |
|
904
|
Wed Oct 25 19:47:23 2023 |
Stefan Ritt | WaveDREAM Design | No. This is a proprietary design.
Best,
Stefan |
|
907
|
Thu Feb 22 10:37:03 2024 |
Stefan Ritt | Simulation of FPGA | The Cypress has its own firmware, contained
in the distribution under firmware/CY7C68013A/drs_eval.c.
There you can see how the data is fetched. |
|
913
|
Mon Jan 6 12:52:23 2025 |
Stefan Ritt | Problem with C++ script to use DRS4 evaluation board. Not taking data. | 1. Transparent mode is not needed for the
hardware trigger, no idea why the code is
there. You can probably remove it. |
|
915
|
Wed Mar 26 08:42:08 2025 |
Stefan Ritt | drs_exam.cpp not compile | You have to link against the DRS.cpp library,
plus usblib, plus ... Note there is both
a Makefile and a CMakeLists.txt for it. Google |
|
920
|
Fri May 9 08:17:50 2025 |
Stefan Ritt | Handling of Write Shift Register and Write Config Register | This is correct. Setting A0-A3 to 0b1101
multiplexes the Shift Write Register to SROUT,
so you will either a "0" or a "1" |
|
921
|
Fri May 9 08:26:17 2025 |
Stefan Ritt | Clarification of full channel readout | The full readout mode is not really recommended
since you have to pull out the stop position
separately. Just do the ROI readout using |
|
923
|
Tue May 13 08:51:34 2025 |
Stefan Ritt | Handling of Write Shift Register and Write Config Register | Yes this is correct. Anyhow, even if it
would be working, you would not be happy
with it. After having designed ~10 boards |
|
298
|
Mon Oct 21 14:43:21 2013 |
Stephane Debieux | DRS4 analog outputs - interfacing DRS4 to AD9222 ADC | Hi,
I wish to interface the DRS4 with
the 8-channel ADC AD9222 (or AD9637). |
|
377
|
Tue Oct 7 14:09:02 2014 |
Stephane Debieux | USB Microcontroller firmware | Hi,
I'm trying to recompile the USB microcontroller
firmware starting from the drs_eval.c file |
|