GMU:BioArt Forum/Anna Kranitz & Balazs Vagvölgyi: Difference between revisions

From Medien Wiki
Line 15: Line 15:
== Workshop Pocket Science Lab (PSLab): Measurements and Robot Controls with Marco Antonio Gutierrez and Mario Behling ==
== Workshop Pocket Science Lab (PSLab): Measurements and Robot Controls with Marco Antonio Gutierrez and Mario Behling ==


During this workshop in January, we learned about the PSLab - Pocket Science Lab -, which is an open-source project, that enables the collection of measurements and data with the phone or PC through different sensors.
'''Introduction'''
 
During this workshop in January, we learned about the PSLab - Pocket Science Lab -, which is an open-source project. A small hardware extension board enables the collection of measurements and data with the phone or PC through different sensors.


PSLab can function as a:
PSLab can function as a:


Oscilloscope
Oscilloscope I Multimeter I Logic Analyzer I Wave Generator I Power Source I Accelerometer I Barometer I Compass I Luxmeter I ...
Multimeter
 
Logic Analyzer
'''Sensor experiments'''
Wave Generator
Power Source
Accelerometer
Barometer
Compass
Luxmeter
...


After learning about the functions and possibilities we started experimenting by connecting the PSLab sensors to the PC and giving commands in Phyton.  
After learning about the functions and possibilities we started experimenting by connecting the PSLab sensors to the PC and giving commands in Phyton.  


[[File:phython.JPG|400px]]
[[File:phython.JPG|400px]]
coding in Phyton
We were using the board as an oscilloscope to graphically display varying electrical voltages. For that we connected two points on the device and changed the skript to generate waves with different characteristics.

Revision as of 21:51, 11 February 2023

Workshop on biofilms with Katja Bühler

Workshop Pocket Science Lab (PSLab): Measurements and Robot Controls with Marco Antonio Gutierrez and Mario Behling

Introduction

During this workshop in January, we learned about the PSLab - Pocket Science Lab -, which is an open-source project. A small hardware extension board enables the collection of measurements and data with the phone or PC through different sensors.

PSLab can function as a:

Oscilloscope I Multimeter I Logic Analyzer I Wave Generator I Power Source I Accelerometer I Barometer I Compass I Luxmeter I ...

Sensor experiments

After learning about the functions and possibilities we started experimenting by connecting the PSLab sensors to the PC and giving commands in Phyton.

Phython.JPG coding in Phyton

We were using the board as an oscilloscope to graphically display varying electrical voltages. For that we connected two points on the device and changed the skript to generate waves with different characteristics.