Haiko Schol is sharing code with you

Bitbucket is a code hosting site. Unlimited public and private repositories. Free for small teams.

Don't show this again

haikoschol / sensor_simulator

This is a simple simulator for a Kobold SEM 3 pressure sensor. I wrote it to facilitate testing on a freelance programming job. It's only what I needed at the time and not robust or polished in any way, since it was not part of the deliverables. IIRC, there are some threading issues, among other things. If you want to try it (for whatever reason), make sure you have wxPython and pyserial installed. If it won't start, check whether the configuration file contains a valid name for a serial port on your machine.

Clone this repository (size: 40.9 KB): HTTPS / SSH
hg clone https://bitbucket.org/haikoschol/sensor_simulator
hg clone ssh://hg@bitbucket.org/haikoschol/sensor_simulator
Branch
default
Filename Size Date modified Message
cfg.ini 247 B initial commit
druckdaten_mit_4800kg_ausschnitt1.out 2.0 KB initial commit
druckdaten_mit_4800kg_ausschnitt2.out 900 B initial commit
druckdaten_mit_4800kg_ausschnitt3.out 900 B initial commit
druckdaten_mit_kalibgewicht_4800kg_1.out 27.0 KB initial commit
druckdaten_mit_kalibgewicht_4800kg_2.out 10.3 KB initial commit
druckdaten_ohne_gewicht_max_4700kg.out 24.1 KB initial commit
kobold.py 21.3 KB added MIT license text
kobold_cli.py 1.6 KB added MIT license text
kobold_controller.py 6.6 KB added MIT license text
kobold_gui.py 17.1 KB added MIT license text
koboldserial.py 4.3 KB added MIT license text
koboldtest.py 3.6 KB added MIT license text
observable.py 2.3 KB added MIT license text
output_daten.py 3.3 KB added MIT license text
testdatasource.py 3.0 KB added MIT license text