ARDUINO UNO data to INFLUX DB

Is it possible to send data ( Ex TEMP,Humidity etc) from Arduino UNO to INFLUXDB using serial Communication port.

It's possible to send data using the serial port on an UNO but that makes debugging hard. Using software serial could be a good alternative.

Thank you .Can u please tell me what all parameters we have to include in the arduino code for transmitting data to Influxdb.

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.