For my bachelor thesis, I would like to send measured values that I record with an Arduino Giga to InfluxDB. Unfortunately, the solutions I have found so far only work for the ESP parts.
Does anyone here have experience with the Giga and the InfluxDB and can help me?
So what, exactly, have you tried?
In what way(s), exactly, did they "not work"?
An InfluxDB - like any other app - neither knows nor cares what type of device it is communicating: all that matters is the it uses the API correctly.
So your first step should be to study the API documentation for this "InfluxDB" that you are using.
That documentation should include details of error messages/codes that are given to help you diagnose problems ...
As shown in the API documentation, you can use tools like curl to manually send requests & see the replies.
I would recommend that you do this before getting into any coding - so you know what your code needs to do.
See also wget
That makes no sense!
The speed of the database has nothing to do with how long it will keep the data for!
II know, I expressed myself incorrectly.
What I wanted to say was that I need a database that stores the data for a long time and is also fast enough because I record the data in a high frequency and want to transfer it in real time.
No it doesn't has to be InfluxDB. If you have another data base I'm open for it.