Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Identifying juami #133

Open
wants to merge 23 commits into
base: master
Choose a base branch
from
Open

Identifying juami #133

wants to merge 23 commits into from

Commits on Dec 18, 2019

  1. I had to change _load_arduino () to recognize my port in my Linux mac…

    …hine. Then I add a new checkpoint to verify that the firmware correspond to the one we want. I had to remove the declaration of the pin 9 as out in the setup the pytentiostat_firmata.ino to use the board.firmware attribute because with the original it returns None. I don't know if it's a little confusing the result because if the wrong firmata was uploaded into the board it print that the pytenstiostat is connected to the port after telling you that the board is not a pytentiostat.
    dimacio committed Dec 18, 2019
    Configuration menu
    Copy the full SHA
    0cca2c8 View commit details
    Browse the repository at this point in the history
  2. Revert "I had to change _load_arduino () to recognize my port in my L…

    …inux machine. Then I add a new checkpoint to verify that the firmware correspond to the one we want. I had to remove the declaration of the pin 9 as out in the setup the pytentiostat_firmata.ino to use the board.firmware attribute because with the original it returns None. I don't know if it's a little confusing the result because if the wrong firmata was uploaded into the board it print that the pytenstiostat is connected to the port after telling you that the board is not a pytentiostat."
    
    This reverts commit 0cca2c8.
    dimacio committed Dec 18, 2019
    Configuration menu
    Copy the full SHA
    1d8ef21 View commit details
    Browse the repository at this point in the history
  3. I had to change _load_arduino () to recognize my port in my Linux mac…

    …hine. Then I add a new checkpoint to verify that the firmware correspond to the one we want. I had to remove the declaration of the pin 9 as out in the setup the pytentiostat_firmata.ino to use the board.firmware attribute because with the original it returns None. I don't know if it's a little confusing the result because if the wrong firmata was uploaded into the board it allows you to run the config file after telling you that the board is not a pytentiostat.
    dimacio committed Dec 18, 2019
    Configuration menu
    Copy the full SHA
    0162b9c View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2020

  1. I had to change _load_arduino () to recognize my port in my Linux mac…

    …hine. Then I add a new checkpoint to verify that the firmware correspond to the one we want. I had to remove the declaration of the pin 9 as out in the setup the pytentiostat_firmata.ino to use the board.firmware attribute because with the original it returns None. I don't know if it's a little confusing the result because if the wrong firmata was uploaded into the board it print that the pytenstiostat is connected to the port after telling you that the board is not a pytentiostat.
    dimacio committed Jan 8, 2020
    Configuration menu
    Copy the full SHA
    8e370fa View commit details
    Browse the repository at this point in the history
  2. Revert "I had to change _load_arduino () to recognize my port in my L…

    …inux machine. Then I add a new checkpoint to verify that the firmware correspond to the one we want. I had to remove the declaration of the pin 9 as out in the setup the pytentiostat_firmata.ino to use the board.firmware attribute because with the original it returns None. I don't know if it's a little confusing the result because if the wrong firmata was uploaded into the board it print that the pytenstiostat is connected to the port after telling you that the board is not a pytentiostat."
    
    This reverts commit 0cca2c8.
    dimacio committed Jan 8, 2020
    Configuration menu
    Copy the full SHA
    ff90e69 View commit details
    Browse the repository at this point in the history
  3. I had to change _load_arduino () to recognize my port in my Linux mac…

    …hine. Then I add a new checkpoint to verify that the firmware correspond to the one we want. I had to remove the declaration of the pin 9 as out in the setup the pytentiostat_firmata.ino to use the board.firmware attribute because with the original it returns None. I don't know if it's a little confusing the result because if the wrong firmata was uploaded into the board it allows you to run the config file after telling you that the board is not a pytentiostat.
    dimacio committed Jan 8, 2020
    Configuration menu
    Copy the full SHA
    816e581 View commit details
    Browse the repository at this point in the history
  4. I had to change _load_arduino () to recognize my port in my Linux mac…

    …hine. Then I add a new checkpoint to verify that the firmware correspond to the one we want. At last I change the test_routines.py to recognized the firmware.
    dimacio committed Jan 8, 2020
    Configuration menu
    Copy the full SHA
    fe6b2d5 View commit details
    Browse the repository at this point in the history
  5. Merge remote-tracking branch 'origin/identifying_juami' into identify…

    …ing_juami
    
    # Conflicts:
    #	pytentiostat/routines.py
    dimacio committed Jan 8, 2020
    Configuration menu
    Copy the full SHA
    a2a8d5a View commit details
    Browse the repository at this point in the history
  6. I had to change _load_arduino () to recognize my port in my Linux mac…

    …hine. Then I add a new checkpoint to verify that the firmware correspond to the one we want. At last I change the test_routines.py to recognized the firmware.
    dimacio committed Jan 8, 2020
    Configuration menu
    Copy the full SHA
    e3a815e View commit details
    Browse the repository at this point in the history
  7. I had to change _load_arduino () to recognize my port in my Linux mac…

    …hine. Then I add a new checkpoint to verify that the firmware correspond to the one we want. At last I change the test_routines.py to recognized the firmware.
    dimacio committed Jan 8, 2020
    Configuration menu
    Copy the full SHA
    b848c29 View commit details
    Browse the repository at this point in the history
  8. I had to change _load_arduino () to recognize my port in my Linux mac…

    …hine. Then I add a new checkpoint to verify that the firmware correspond to the one we want. At last I change the test_routines.py to recognized the firmware.
    dimacio committed Jan 8, 2020
    Configuration menu
    Copy the full SHA
    73e72c1 View commit details
    Browse the repository at this point in the history
  9. I had to change _load_arduino () to recognize my port in my Linux mac…

    …hine. Then I add a new checkpoint to verify that the firmware correspond to the one we want. At last I change the test_routines.py to recognized the firmware.
    dimacio committed Jan 8, 2020
    Configuration menu
    Copy the full SHA
    ff16205 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2020

  1. ENH: add functionality to recognize the JUAMI potentiostat.

    Using the firmware method from the Arduino class you can check
    the name of the firmware running in arduino. If the name of the
    firmware is not "pytentiostat_firmata.ino" the program halt.
    dimacio committed Jan 13, 2020
    Configuration menu
    Copy the full SHA
    efd2e57 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    86374b8 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2020

  1. I had to change _load_arduino () to recognize my port in my Linux mac…

    …hine. Then I add a new checkpoint to verify that the firmware correspond to the one we want. I had to remove the declaration of the pin 9 as out in the setup the pytentiostat_firmata.ino to use the board.firmware attribute because with the original it returns None. I don't know if it's a little confusing the result because if the wrong firmata was uploaded into the board it allows you to run the config file after telling you that the board is not a pytentiostat.
    dimacio committed Jan 22, 2020
    Configuration menu
    Copy the full SHA
    ba7740c View commit details
    Browse the repository at this point in the history
  2. I had to change _load_arduino () to recognize my port in my Linux mac…

    …hine. Then I add a new checkpoint to verify that the firmware correspond to the one we want. At last I change the test_routines.py to recognized the firmware.
    dimacio committed Jan 22, 2020
    Configuration menu
    Copy the full SHA
    28611a9 View commit details
    Browse the repository at this point in the history
  3. I had to change _load_arduino () to recognize my port in my Linux mac…

    …hine. Then I add a new checkpoint to verify that the firmware correspond to the one we want. At last I change the test_routines.py to recognized the firmware.
    dimacio committed Jan 22, 2020
    Configuration menu
    Copy the full SHA
    706525c View commit details
    Browse the repository at this point in the history
  4. I had to change _load_arduino () to recognize my port in my Linux mac…

    …hine. Then I add a new checkpoint to verify that the firmware correspond to the one we want. At last I change the test_routines.py to recognized the firmware.
    dimacio committed Jan 22, 2020
    Configuration menu
    Copy the full SHA
    e6b364f View commit details
    Browse the repository at this point in the history
  5. I had to change _load_arduino () to recognize my port in my Linux mac…

    …hine. Then I add a new checkpoint to verify that the firmware correspond to the one we want. At last I change the test_routines.py to recognized the firmware.
    dimacio committed Jan 22, 2020
    Configuration menu
    Copy the full SHA
    00a196a View commit details
    Browse the repository at this point in the history
  6. I had to change _load_arduino () to recognize my port in my Linux mac…

    …hine. Then I add a new checkpoint to verify that the firmware correspond to the one we want. At last I change the test_routines.py to recognized the firmware.
    dimacio committed Jan 22, 2020
    Configuration menu
    Copy the full SHA
    5265800 View commit details
    Browse the repository at this point in the history
  7. ENH: add functionality to recognize the JUAMI potentiostat.

    Messages changed to recognize the possible problems in the startup routine.
    dimacio committed Jan 22, 2020
    Configuration menu
    Copy the full SHA
    23ca4d7 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2020

  1. ENH: add functionality to recognize the JUAMI potentiostat.

    Messages changed to standardize the alerts.
    dimacio committed Jan 31, 2020
    Configuration menu
    Copy the full SHA
    4aef434 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2020

  1. ENH: add functionality to recognize the JUAMI potentiostat.

    Modify the regular expression to recognize only the desired ports
    dimacio committed Feb 20, 2020
    Configuration menu
    Copy the full SHA
    acd1b33 View commit details
    Browse the repository at this point in the history