Micro Scanning Fabry-Perot Interferometer 1 (µSFPI1)

Description and Testing

Version 1.00 (2-Dec-2019)

Copyright © 1994-2019
Sam Goldwasser
--- All Rights Reserved ---

For contact info, please see the Sci.Electronics.Repair FAQ Email Links Page.

Reproduction of this document in whole or in part is permitted if both of the following conditions are satisfied:
  1. This notice is included in its entirety at the beginning.
  2. There is no charge except to cover the costs of copying.


Table of Contents


Preface

Author and Copyright

Author: Samuel M. Goldwasser

For contact info, please see the Sci.Electronics.Repair FAQ Email Links Page.

Copyright © 1994-2016
All Rights Reserved

Reproduction of this document in whole or in part is permitted if both of the following conditions are satisfied:

1. This notice is included in its entirety at the beginning.
2. There is no charge except to cover the costs of copying.

DISCLAIMER

µSFPI1 is not currently intended to replace a stand-along SFPI controller with oscilloscope display. That may come in the future.

Acknowledgement

Thanks to Jan Beck for getting me interested in microcomputer development. If anyone had told me six months ago that I'd be writing code for an Arduino-compatible board - and enjoying it (sort of) - I would have suggested they were certifiably nuts. ;-) Links to his Web information may be found under References.


Introduction

Micro Scanning Fabry-Perot Interferometer 1 (µSFPI1) was originally intended as a proof of concept for implementing a laser spectrum analyzer using any SFPI head that uses low voltage PZT drive. But µSFPI1 turned out so well that it could have practical value, especially where a pocket-size SFPI is needed. ;-)

µSFPI1 replaces the normal ramp driver and oscilloscope with a compact Arduino-based system with OLED display. A home-built SFPI head could be constructed that is the size of a small pill bottle, so the entire setup could be fit in a pocket - really). :)

 

Photo of µSFPI1 Prototype (left) and Home-Built Hemispherical Confocal SFPI Head (right)

The system described below provides most of the functions using the Atmega 328 Nano 3.0 PCB and a hand-full of discrete parts but has limited flexibility in terms of scan rate, offset, and magnification. As in none except for a one turn trim-pot for input sensitivity. :) The default settings would be acceptable for a laser with an output power of 1 mW or more to display its longitudinal modes in real time. Some minimal controls may be added, though nothing fancy. But a version using the previously implemented ramp driver and photodiode preamp PCB described in the section:

  • Sam's Scanning Fabry-Perot Interferometer Driver 1 (SG-SF1) would have more flexibility. It generates a ramp of up to 60 V p-p along with a sync signal for the Arduino, as well as including a variable gain photodiode preamp. Later versions could support a dual channel photodiode preamp for orthogonal polarization signals from the SFPI head, more flexibility in terms of scan rates and magnification, and automagical locking of lasers based on the SFPI display.

    While this won't replace a $5,000 instrument, it is more than adequate as-is for determining the basic health of a laser such as whether it is Single Longitudinal Mode (SLM). The display above shows the actual scan of the lognitudinal modes o a 5 mW red HeNe laser.

    µSFPI1 consists of 3 parts:

    1. SFPI head using low voltage PZT: Anything that will scan 2 to 3 FSRs with less than 60 V p-p should quality. The one to be used for testing is home-built with a hemispherical-confocal cavity with an effective FSR of approximately 1.75 GHz. For these tests, only a single polarization mode will be supported, but the extension to full dual polarization support is straightforward.

    2. Atmega 328 Nano 3.0 with 0.96" OLED 128x64 pixel display: Firmware written in C generates the ramp driver signal and implements a rudimentery DSO.

    3. Source of 5 VDC power and optional boost converter: The Nano runs on 5 VDC. This can come from a USB port on PC, laptop, or USB backup battery pack, or a 5 VDC power or regulated DC wall adapter. The boost converter, if used, runs from the 5 VDC and provides 30 to 50 VDC for PZT ramp driver transistor.

    The Arduino-compatible Atmega 328 Nano 3.0 for µSFPI1 provides the functions of both the ramp driver with an external high voltage transistor powered by a DC-DC boost converter if needed, and Digital Storage Oscilloscope (DSO) using a small OLED graphics display. It should work with home-built SFPI heads using PZT beeper elements as well as commercial ones like the SA-200 and others from Thorlabs. For these, a 5 V ramp may be sufficient eliminating the need for the boost converter and its components.

    The current implementation runs at about 25 scans per second using the 64x128 pixel OLED. Since the display works like a DSO, this is way more than adequate since there is no flicker. Thus, even when scaled up to a large display in the future, the refresh rate should be acceptable. And of course, the $2 Nano is not exactly a stellar performer, so a higher performance microprocessor could be substituted if needed.

    A complete pocket-size SFPI based on µSFPI1 could be built into a 1x2x4 inch case. :-)

    This document provides a general descriptions of the the µSFPI1 hardware and firmware.


    Specifications

    The following assumes the use of the 43 mm RoC mirrors used in the SFPI kits.

    Wiring Diagram and Parts List

    The diagram below - a sort of a hybrid between an electronic schematic and wiring diagram - shows the parts required for an Atmega328 Nano 3.0 system (with or without the GUI) incorporating all the bells and whistles. (Well at least the LEDs in decorator colors.) But for basic functionality, LEDs for Locked and Error would be all that's needed.

    Most of the half dozen connections on the breadboard are made with the electronic parts themselves or bits of excess wire cut from their leads. But there will be a need for a few insulated jumpers which should use #22-#24 solid hookup wire stripped to fit in the holes.

    Printed Circuit Board

    Not likely or needed. :)

    Atmega/Arduino Pin Assignments

    Here is a list of the Atmega 328 Nano 3.0 external pins used by µSFPI1:

     Arduino Pin   Physical Pin   Function
    --------------------------------------------------------------------------
         D3             6         Free Run input - Ignore trigger
         D5             8         Ramp On - High during scan
         D6             9         Ramp Drive - PWM of scan ramp
        D13            16         Ramp On (same as D5, Atmega "L")
    
         A0            20         P-Mode input (0 to 5V)
         A1            21         S-Mode input (0 to 5V)
         A2            22         Trigger input - external triggering only
    
        +5V            27         +5 VDC from on-board regulator or USB
        VIN            30         Optional DC input (+7 to +20 VDC)
        GND           4,29        Ground/Common
    

    CAUTION: The Nano 3.0 can take +12 VDC on VIN since it has an on-board 5 V regulator. But apparently there can be problems when connecting to USB as I found out. Inadvertent ground loops (or something) can result in erasing its brain or damaging the USB chip. Exactly why this occurred is still not clear. The NANO was connected to USB and then the 12 V adapter was plugged in, at which point the USB dropped out, never to be heard from again with this board. The regulated wall adapter was on the same circuit and isolated in any case, so it should not have caused problems. The Atmega microprocessor is still running something so it's not totally dead, thus the suspicion that the problem is the USB chip. But I've been unable to change it so far, even with a programmer. Therefore, it is recommended that only the USB on a PC or laptop, a USB wall adapter, USB backup battery, or 5 V power supply be used.

    Computer and Operating System Requirements

    None.

    Latest Versions of the Firmware

    Installing the Arduino Device Driver

    Before the Atmega board can be used, a Windows device driver must be installed to enable upload of firmware and communications with the µSFPI1 GUI.

    There are many ways of doing this - some which may be overly complex, but what I've done for the Atmega 328 Nano 3.0 board is to go to Arduino Software and install the current version of the Arduino IDE (V1.6.9 as of May 2016). (I'm not sure if the board needs to be plugged in to a USB port during this process, but mine was. During the install process, it will ask to install the drivers. Reply "Yes" to all its requests. When the Arduino IDE is started for the first time, go to "Tools", "Board", and select "Arduino Nano". If the Nano is plugged in, its COM port should appear under "Tools", "Port".

    More info on software, drivers, and more at Getting Started with Arduino and Genuino on Windows.

    The more complex installations may be required if you bought the Nano from eBay or off the back of a truck, depending on whether it has the genuine FTDI USB communications chip. And even more complex if it doesn't have the bootloader installed. Links for driver installation may be found under References under "Arduino". Instructions for burning the bootloader may be found in the section: Burning Bootloaders into the Nano or Pro Micro.

    The Arduino IDE can be used for compiling and uploading, though I prefer UECIDE, below, because compilation and uploading is much faster. For use with the Atmega328 Nano 3.0, either is fine. However the ATtiny and Pro Micro may only be supported by the Arduino IDE. (The latter may come up as Arduino Leonardo though.)


    Loading UECIDE

    UECIDE will work with all versions of the firmware. But the only version of UECIDE I've had success compiling firmware without errors is Version 0.8.8alpha17 though I assume that more recent versions like 0.8.8alpha22 should also be satisfactory. Assuming that, download it from UECIDE: The Universal Embedded Computing IDE. And other versions probably work, they just hate me. :( :) If for some reason 0.8.8alpha22 doesn't work for you, I can provide 0.8.8alpha17, but it probably won't work for you either. ;-)

    The UECIDE files should be unzipped to any convenient location on your computer. UECIDE requires around 160 MB there, and another 600+ MB for support files typically somewhere like c:\users\YourUserID\AppData\Local\UECIDE. This location can be changed in File->Preferences. If doing this after having configured UECIDE, copy all the files to the desired destination first, then change the data directory in File->Preferences. DO NOT delete the original UECIDE directory or the preferences file! :) Otherwise, the configuration information will all be lost.

    Compared to most applications, UECIDE takes forever to start up even on a fast PC. So be patient. That's the bad news. The good news is that compiling and uploading takes literally only a few seconds, much faster than with the Arduino IDE or MPIDE (another one you don't need to know about). Go figure. :)

    The first thing UECIDE will likely do is to tell you that no boards are installed and then open the Plugin Manager. If it does not, do it manually by going to Tools->Plugin Manager. At first the pane along the left will only show the word "Plugins". But after a couple minutes, it should update with a list: Plugins, Libraries, Boards, Cores, Compilers, System. The following are required:

    For each of these click on "Install". Installing the arduino board will probably automagically install the other related files and may take several minutes. Confirm that each entry has a green check mark next to it.

    Close the Plugin Manager and go to "Hardware" or check the status line at the bottom of the window to confirm that the proper Board (Arduino Nano w/ Atmega 328), core (Arduino 1.6.x)), and Compiler (GCC 4.8.1 for AVR) has been selected. Correct it if not.

    Some other quirks of UECIDE that I've found:

    Plug the Atmega board into any available USB port. The power LED should come on. If I (Sam) sent you the Atmega board, it will have been loaded with a version of the µSFPI1 firmware and the user LED will be flashing at about 5 Hz rate to let you know it is alive. But by the time you've received it, the firmware will probably be out of date, so reloading will be required in any case. :)

    Assuming the driver has already been installed, go to Hardware->Serial Terminal and select its COM port. Typically, this will be the highest number COM port, or perhaps the only one, since no one uses real COM ports for much of anything anymore.

    UECIDE should remember the configuration settings automatically upon exiting. These are tied to each instance of the UECIDE window, so it's possible to easily deal with multiple totally different board types.


    Uploading the µSFPI1 Firmware

    The firmware is provided as a source file which probably has an extension of ".ino" (though the specific name doesn't matter - it's just a text file). However, the name may NOT contain any dashes "-" due to the peculiar restrictions of Java or something. Make a directory with the name of the firmware (without the extension) and put the firmware file there. For example, if the file is named uSFPI1_FW_v123.ino, make a directory called uSFPI1_fw_v123. and put uSFPI1_FW_v123.ino in it. Note that case matters so the name of the directory and name of the firmware file (without the extension) must match case character-by-character exactly. Thus uSFPI1_fw_v35.ino is not the same as uSFPI1_FW_v35.ino.

    1. Plug the Nano 3.0 board into a USB port. Windows should recognize it with the usual annoying sound of a USB device it recognizes. I've occasionally seen problems using a USB port replicator though these generally are acceptable. But if the board doesn't come up, plug it into a direct USB port.

    2. Use Ctrl-O to open the firmware file. Select the directory. The source code should appear in the same window unless a file is already open, in which case a new window will appear. (If UECIDE thinks it's a firmware directory, it won't even allow you to select the file but will immediately open it. If the name of the directory and file don't match - including case - it will produce an error like "file not found". What a concept? ;-)

    3. Use Ctrl-U to compile and upload the firmware to the board. This typically takes only a few seconds on a PC that is less then 35 years old. :) Near the end, the green status bar will extend nearly all the way to the right and the LEDs on the board will then begin flashing in several different patterns in anticipation of getting new and (hopefully) improved firmware. ;-) The board will be automatically reset and start running the firmware. During this time, confirmation messages similar to the following will appear:

         Compiling...
           * Compiling sketch...
           * Compiling core...
             > arduino
           * Compiling libraries...
           * Linking sketch...
         Compiling done.
         Memory usage
           * Program size: 7532 bytes
           * Memory size: 1092 bytes
           * Compilation took 8.634 seconds
         Uploading firmware...
           * Resetting board...
           * Uploading...
           * Resetting board...
           * Upload Complete
      

    Once the firmware has started, the on-board LED "L" should be flashing at around a 25 Hz rate to let you know it's alive.

    The firmware is retained in non-volatile memory so uploading only needs to be done once - or until a new version is available!

    The firmware may also be compiled without uploading by using Ctrl-R. Since you haven't messed with the code, it should compile without errors. This is slightly faster for testing and doesn't use the board at all so it can be off doing whatever it pleases. :)


    Troubleshooting

    Naturally, all is expected to go smoothly. But if it doesn't, here are some common problems. Some of these may be bugs in the firmware or GUI as hard as that is to believe. So, if you find something that cannot be solved based on what's below, contact us for a timely response:

    Specific Arduino Issues

    The following sections deal with various things that may need to be done if everything doesn't go smoothly with respect to installing or running the Arduino IDE. :( :)

    Burning Booloaders into the Nano or Pro Micro

    These procedures are only required where an Arduino board arrives without a bootloader preinstalled, or where the boot loader has gotten corrupted. The one for the Pro Micro is documented at Burning Bootloader on the Pro Micro. But they are similar for many others. The instructions below apply specifically to the use of a Nano 3.0 as the Arduino ISP. This assumes a recent version of the Arduino IDE has been installed (I used 1.6.9) along with the Nano driver. "Go to" refers to the menus of the Arduino IDE.

    1. Plug the Nano into a USB port. Go to "Tools", "Port", and select the port that the Nano is on.

    2. Go to "Tools", "Board", and select "Arduino Nano". Go to "Tools", "Processor", and confirm that it is "ATmega328".

    3. Go to "File", "Examples", and select "Arduino ISP".

    4. In the Arduino ISP sketch:

      • Make sure RESET is defined as a "10", not "SS". The line should be:
         #define RESET 10.
        
      • Uncomment the line:
         // #define USE_OLD_STYLE_WIRING
        
        (remove the "/ /") so that MOSI, MISO, and SDK of the target Pro Micro will be defined as pins 11, 12, and 13 on the Nano.

      • Upload the sketch to the Nano using Ctrl-U or go to: "Sketch", "Upload".

    5. If desired, save the sketch as something like: "ArduinoISP_Nano" should this need to be done again. Ctrl-Shift-S or go to: "File", "Save as".

    6. Unplug the Nano from the USB port.

    Follow the instructions in the following sections as appropriate:

    Instructions for burning a bootloader into the Atmega328 Nano 3.0

    1. Wire up the Nano (ISP) to the Nano (target) as follows. ("Pin" refers to the Arduino numbering NOT physical pins!)

      • +5V on ISP Nano to +5V on target Nano
      • GND on ISP Nano to GND on target Nano
      • Pin 10 on ISP Nano on target Nano
      • Pin 11 on ISP Nano to Pin 11 on target Nano (MOSI)
      • Pin 12 on ISP Nano to Pin 12 on target Nano (MISO)
      • Pin 13 on ISP Nano to Pin 13 on target Nano (SDK)

      • Install a 10 µF capacitor between ISP Nano RST and GND to disable reset on serial connection. Plus goes to RST.

      • Check for incorrect wiring and shorts!

    2. Plug the Nano into a USB port. Go to "Toole", "Port", and select the port that the Nano is on. (It should be the same as above unless it is plugged into a different USB slot.)

    3. Go to: "Tools" and select "Burn Bootloader".

    If this step completes without errors, it probably worked. ;-) If there are errors, double check the wiring and board/processor selections. Confirm that the bootloader was burnt successfully by unplugging the ISP Nano from the USB port, disconnecting the VCC and RST lines (at a minimum) between the two boards, and plugging the target Nano into a USB port. For a Far East clone, it should now come up something along the lines of "USB Serial CH340" with an associated COM Port - and voila! no errors. :) For a geniune Nano, it may say something about FTDI but should come up without errors.

    Change the Programmer back to "ArduinoISP" for normal use and select the Nano's COM port.

    Then upload the blink sketch or anything else that will provide a definitive indication of success.

    Instructions for burning a bootloader into a Pro Micro

    In addition to the Nano, the Pro Micro must be installed in the Boards Manager. The Pro Micro driver is not needed to burn the bootloaded, but will be to upload any sketches to the Pro Micro.

    1. Wire up the Nano (ISP) to the Pro Micro (target) as follows. ("Pin" refers to the Arduino numbering NOT physical pins!)

      • +5V on ISP Nano to VCC on target Pro Micro
      • GND on ISP Nano to GND on target Pro Micro
      • Pin 10 on ISP Nano to RST on target Pro Micro
      • Pin 11 on ISP Nano to Pin 16 on target Pro Micro (MOSI)
      • Pin 12 on ISP Nano to Pin 14 on target Pro Micro (MISO)
      • Pin 13 on ISP Nano to Pin 15 on target Pro Micro (SDK)

      • Install a 10 µF capacitor between Nano RST and GND to disable reset on serial connection. Plus goes to RST.

      • Check for incorrect wiring and shorts!

    2. Plug the Nano into a USB port. Go to "Toole", "Port", and select the port that the Nano is on. (It should be the same as above unless it is plugged into a different USB slot.)

    3. Go to: "Tools", "Boards" and select "Sparkfun Pro Micro".

    4. Go to: "Tools", "Processor", and select "Atmega32U4 (5V/ 16 MHz)".

    5. Go to: "Tools", "Programmer", and select: "Arduino as ISP".

    6. Go to: "Tools", and select "Burn Bootloader".

    If this step completes without errors, it probably worked. ;-) If there are errors, double check the wiring and board/processor selections. Forgetting to select 5V, 16 MHz processor will result in an error. (The default is 3.3V, 8 MHz.) Confirm that the bootloader was burnt successfully by unplugging the Nano from the USB port, disconnecting the VCC and RST lines (at a minimum) between the two boards, and plugging the Pro Micro into a USB port. It should now come up as "USB Serial Device" with an associated COM Port - and voila! no errors. :)

    Change the Programmer back to "ArduinoISP" for normal use and select the Pro Micro's COM port.

    Then upload a sketch that will provide a definitive indication of success. (The normal Blink sketch will not work on the Pro Micro without modification since there is no LED on Pin 13.)


    Kludge to Prevent Build Errors

    This isn't necessary in all cases and may only occur with Windows XP, or a Pre-Jurassic PC. It's probably highly dependent on the specific PC, version of Windows, specific lines of code in the sketch, and the phase of the moon. ;-) The symptoms are that near the end of compilation, an error will be generated and it will abort. The error will be something like: "collect2.exe: error: ld returned 5 exit status". No one appears to fully understand what this means. ;-) However, there is a workaround that appears to solve it. Even if you aren't experiencing the error, the remedy is so simple and shouldn't create any problems of its own. Consider it innoculation. (This fix is from "ld returned 5 exit status" on Win XP #2989"):

    1. Make a short name directory without spaces on the C drive, for example C:\TEMP. It probably doesn't need to be on the C drive or called TEMP but these work. And what ends up there won't take up that much space. If there is already a TEMP or other suitably named directory, just let it use that.

    2. From the Arduino (this works in versions 1.6.6 and beyond) open "File", "Prefernces" and click on the link to the file "preferences.txt".

    3. Close the Preferences window and all open sketch windows so the Arduino IDE is no longer running, else it will just overwrite what you're about to do.

    4. Now edit the Preferences.txt file and add at the very start:
        build.path=C:\TEMP
      
      (Replace TEMP with the name you chose if not the same.)

    5. Save the Preferences.txt file and restart Arduino.

    Now the error should not appear, hopefully, maybe. ;-) This worked for me on 3 PCs. Don't try to explain it, if it works, use it. :)

    Firmware Technical Description

    Coming soon, maybe.

    References

    These links open in a single new window or tab.

    UECIDE

    1. UECIDE: The Universal Embedded Computing IDE
    2. UECIDE Beta Programme (Dowload)

    Arduino

    1. Arduino IDE, Refernce, Tutorials, more

    Atmega 328 Nano 3.0

    1. Atmega 328 Nano 3.0
    2. Installing Drivers for an Arduino Nano in Windows
    3. Nano Driver - Windows 7 Instructions
    4. Arduino Nano v3.0 clones (How-to & Review)
    5. How to Burn a Bootloader to Clone Adruino Nano 3.0 - 2

    Atmega ATtiny85 Digispark

    1. Learn to Use the ATtiny85 USB Mini Development Board
    2. Connecting and Programming the Digispark
    3. Digispark Basics

    Pro Micro Atmega32U4

    1. Pro Micro and Fio V3 Hookup and Programming Guide
    2. Pro Micro Atmega32U4 Hardware Overview
    3. Pro Micro Atmega32U4 Windows Installation

    Jan Beck's Information

    1. Interferometer Project Pages
    2. Github µMD1 GUI Source Code Repository