Serial data from Uno to RPi and to Thingspeak/Beebotte

Hi,
This is Aditya from India. I am trying to configure a project with the following components

  1. Arduino Uno R3
  2. DHT11 (for Air Humidity and Temperature)
  3. Soil Moisture Sensor
  4. Water Temperature Sensor
  5. CO2 Sensor.
    Arduino is connected to RaspberryPi 4B and sending the data from the sensor to RPi
    RPi is having a Touchscreen and a Python Code is displaying the sensor data on the screen.
    Until this point everything is working fine
    Now, I want to send the same data to a Cloud Data system such as Thingspeak or Beebotte. How do I set it up?
    Your inputs are required.

Regards
Aditya

Program the Raspberry Pi to send the data to wherever you like. This is not an Arduino problem but a Raspberry Pi one.
I'm quite sure you'll find some Python libraries and example code from your cloud provider if it's a good one.

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