XCTRACK vario DO IT YOURSELF - Nano + MS5611 - HELP

Hi there,

I would like to build myself a vario for paragliding for a tablet and have found a project here.

XCTRACK_vario DO IT YOURSELF

I bought an AZDelivery Nano V3.0 with Atmega328 CH340 with MS5611, soldered it together and installed the Asian drivers so that it is accessible.

I have also already installed and tried sample projects for the Baro. Here the pressure and temperature were always displayed in the monitor.

Now I wanted the file XCTRACK_VARIO_MS5611.ino from the above. Upload project. Every time I got the Image listed error

'class MS5611' has no member named 'connect'; did you mean 'convert'?

Since I have no idea about programming, I hope that someone here can help me.

What am I doing wrong?

greetings
Thomas from HH

Hallo,

ich möchte mir ein Vario zum Paragliden für ein Tablet selber bauen und habe dazu hier ein Projekt gefunden.

** XCTRACK_vario DO IT YOURSELF**

Ich habe mir einen AZDelivery Nano V3.0 mit Atmega328 CH340 mit MS5611 gekauft, ihn zusammengelötet und die asiatischen Treiber installiert, damit er ansprechbar ist.

Auch habe ich bereits Beispielprojekte für den Baro aufgespielt und ausprobiert. Hier wurden im Monitor immer Druck und Temperatur angezeigt.

Nun wollte ich die Datei XCTRACK_VARIO_MS5611.ino aus dem o.a. Projekt aufspielen. Hier bekam ich jedesmal den im u.a. Bild aufgeführten Fehler

'class MS5611' has no member named 'connect'; did you mean 'convert'?

Da ich vom Programmieren keine Ahnung habe, hoffe ich, dass hier mir jemand helfen kann.

Was mache ich falsch?

Grüße
Thomas aus HH

I don’t know what it is, but I think it has to do with the library.

I had some time to look into the library, did you install the MS5xxx.h library?

I also realized this has moved to the German forum. You should not cross post. This happens when you do this.

Thanks for your help!
I installed the library and also the latest version :frowning:
I've already installed other programs using the Baro, which worked.

Danke für die Hilfe!
Ich habe die Bibliothek installiert und auch die aktuellste Version :frowning:
Ich habe ja auch schon andere Programme mit der Nutzung des Baro installiert, welche funktionierten.

Bild:

I did it ... I installed the wrong library (Illus. 002).

I installed the correct one here (Illus. 003).

Thanks Thomas

Ich habe es geschafft....ich hatte die falsche Bibliothek installiert (Bild 002).

Hier habe ich die richtige installiert (Bild 003).

Danke Thomas!

Bild 002 - File on MEGA
Bild 003 - File on MEGA

Als tip, ich finde es viel einfacher denn library direkt von denn github link zu installieren. Da ist sogar ein link in deine ino datei drinn.

https://github.com/dvarrel/arduino-ms5xxx

Du muss das nur als zip datei runterladen und dann kannst du es installieren. Somit machst du kein fehler.

Freut mich das es funktioniert.

Sorry for my broken German.

Genau so habe ich es gemacht :wink:

Hatte vermutlich vorher den falschen installiert (eine neuere oder ältere Version).

Vielen Danke!