Search found 8 matches

by CFJH
Mon Feb 11, 2019 12:58 am
Forum: Discussion
Topic: Meteostick air pressure: Spikes, normalizeing
Replies: 6
Views: 17002

Re: Meteostick air pressure: Spikes, normalizeing

No Idea's
No link to an actual firmware for the stick ?
What version number has the actual firmware ?

:?
by CFJH
Sun Jan 27, 2019 2:18 pm
Forum: Discussion
Topic: Meteostick readout with Linux shellscripts
Replies: 1
Views: 15186

Re: Meteostick readout with Linux shellscripts

Hello,

here is my current version, which is running for two years:

The scripts are mainly the same like in the first post.
The main change is the initialization of the serial port. First I set up the port with minicom to a working state. Then I get the current port configuration with setserial ...
by CFJH
Sun Jan 27, 2019 2:09 pm
Forum: Vantage
Topic: VANTAGE VUE über "Datenlogger 6510 USB" oder "Meteostick"
Replies: 2
Views: 9977

Re: VANTAGE VUE über "Datenlogger 6510 USB" oder "Meteostick"

Hallo,
der Vorteil des Meteostick ist, daß der
1. unabhängig vom der Art des Senders alles empfängt. Also auch 3 ISS oder Vue's wären möglich, ähnlich wie der Envoi 8x.
2. Zusatzsensoren (Bodenstationen) ebenfalls mit 0.1° Auflösung empfängt. Das ist der Hauptgrund, weshalb ich mir den geholt habe ...
by CFJH
Sun Jan 27, 2019 1:54 pm
Forum: Discussion
Topic: Meteostick air pressure: Spikes, normalizeing
Replies: 6
Views: 17002

Re: Meteostick air pressure: Spikes, normalizeing

Hallo,

Now I've done a firmware update to the MS. But the spikes already persists.

But: I load'ed the firmware here from from the meteostick page:
The firmware is now 2.2, before it was 2.3b1

Is the firmware link out of date ? :?

Jürgen
by CFJH
Sun Jan 27, 2019 12:35 am
Forum: Discussion
Topic: Meteostick air pressure: Spikes, normalizeing
Replies: 6
Views: 17002

Re: Meteostick air pressure: Spikes, normalizeing

Hello,
the stick is in my normal study. Unless I open the door, there should be no pressure fluctuations. I also tried different locations for the stick again (which are accessible with the 1m long connection cable), no changes. The spikes are looking for in the night when nobody is in the room ...
by CFJH
Tue Jan 22, 2019 12:14 am
Forum: Discussion
Topic: Meteostick air pressure: Spikes, normalizeing
Replies: 6
Views: 17002

Re: Meteostick air pressure: Spikes, normalizeing

No one has an idea or can give me a tip? :(

Jürgen
by CFJH
Tue Jan 15, 2019 12:37 am
Forum: Discussion
Topic: Meteostick air pressure: Spikes, normalizeing
Replies: 6
Views: 17002

Meteostick air pressure: Spikes, normalizeing

Hello,

I'm running a meteostick to read the VP2 since 2017. It is read out from a Linux server with plain shell scripts.
Now, I,ve time to make some software for visualizing. But here I've currently two problems:

1. I've sporadic spikes in the pressure, see attached image LD001.png. The problem ...
by CFJH
Thu Oct 27, 2016 11:38 pm
Forum: Discussion
Topic: Meteostick readout with Linux shellscripts
Replies: 1
Views: 15186

Meteostick readout with Linux shellscripts

Hello,

I've a meteostock and want to read it out with plain Linux shellscripts to integrate it in my own software.

My current way ist ro read the data for five minutes in a plain text file,then start an new file and process the previous file. I use an init-script to initialisze the /dev/ttyUSB ...