-
Notifications
You must be signed in to change notification settings - Fork 0
Description
Hi,
we are trying to control a bright-field source through the Hamamatsu camera, using an ESP32 board.
We have downloaded this code to our board: ESP32_Arduino32bitBoard_Firmware
The specific board we are using is the Adafruit HUZZAH32 – ESP32 Feather Board. (https://learn.adafruit.com/adafruit-huzzah32-esp32-feather/pinouts)
We are using A0 or DAC2 for the DAC pin.
The problem we have is that we are not getting anything from our DAC pin, although we are supplying the right amount of voltage (3.3V), and we are not sure whether the code is set up to always blank the DAC output?
There is also a comment on line 483, "In trigger mode, we will blank even if blanking is not on.." What does that mean exactly? What is the trigger mode?
Could you help to clarify this? Or send us an example of a configuration file for MicroManager?
Thank you very much for your help