-
Notifications
You must be signed in to change notification settings - Fork 13
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
base: master
Are you sure you want to change the base?
Identifying juami #133
Commits on Dec 18, 2019
-
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.
Configuration menu - View commit details
-
Copy full SHA for 0cca2c8 - Browse repository at this point
Copy the full SHA 0cca2c8View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 1d8ef21 - Browse repository at this point
Copy the full SHA 1d8ef21View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 0162b9c - Browse repository at this point
Copy the full SHA 0162b9cView commit details
Commits on Jan 8, 2020
-
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.
Configuration menu - View commit details
-
Copy full SHA for 8e370fa - Browse repository at this point
Copy the full SHA 8e370faView commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for ff90e69 - Browse repository at this point
Copy the full SHA ff90e69View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 816e581 - Browse repository at this point
Copy the full SHA 816e581View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for fe6b2d5 - Browse repository at this point
Copy the full SHA fe6b2d5View commit details -
Merge remote-tracking branch 'origin/identifying_juami' into identify…
…ing_juami # Conflicts: # pytentiostat/routines.py
Configuration menu - View commit details
-
Copy full SHA for a2a8d5a - Browse repository at this point
Copy the full SHA a2a8d5aView commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for e3a815e - Browse repository at this point
Copy the full SHA e3a815eView commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for b848c29 - Browse repository at this point
Copy the full SHA b848c29View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 73e72c1 - Browse repository at this point
Copy the full SHA 73e72c1View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for ff16205 - Browse repository at this point
Copy the full SHA ff16205View commit details
Commits on Jan 13, 2020
-
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.
Configuration menu - View commit details
-
Copy full SHA for efd2e57 - Browse repository at this point
Copy the full SHA efd2e57View commit details -
Configuration menu - View commit details
-
Copy full SHA for 86374b8 - Browse repository at this point
Copy the full SHA 86374b8View commit details
Commits on Jan 22, 2020
-
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.
Configuration menu - View commit details
-
Copy full SHA for ba7740c - Browse repository at this point
Copy the full SHA ba7740cView commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 28611a9 - Browse repository at this point
Copy the full SHA 28611a9View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 706525c - Browse repository at this point
Copy the full SHA 706525cView commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for e6b364f - Browse repository at this point
Copy the full SHA e6b364fView commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 00a196a - Browse repository at this point
Copy the full SHA 00a196aView commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 5265800 - Browse repository at this point
Copy the full SHA 5265800View commit details -
ENH: add functionality to recognize the JUAMI potentiostat.
Messages changed to recognize the possible problems in the startup routine.
Configuration menu - View commit details
-
Copy full SHA for 23ca4d7 - Browse repository at this point
Copy the full SHA 23ca4d7View commit details
Commits on Jan 31, 2020
-
ENH: add functionality to recognize the JUAMI potentiostat.
Messages changed to standardize the alerts.
Configuration menu - View commit details
-
Copy full SHA for 4aef434 - Browse repository at this point
Copy the full SHA 4aef434View commit details
Commits on Feb 20, 2020
-
ENH: add functionality to recognize the JUAMI potentiostat.
Modify the regular expression to recognize only the desired ports
Configuration menu - View commit details
-
Copy full SHA for acd1b33 - Browse repository at this point
Copy the full SHA acd1b33View commit details