My project consists of a Arduino UNO hooked to a lot of 5V sensors. If I go into serial monitor via my computer I can see that all data values from the sensor is shown (in 5 seperate lines). However the Ardunio UNO does not have a wifi support or Ardunio IOT support but the ESP32 does. I hooked up the ESP32 RX and TX pins to a logic converter to the UNO's RX TX. Im thinking of using serial read for the ESP32 but I need a way to convert each line of the serial read into different float variables.
@techie787
Please insert the code in the forum, using the code tags.
Downloading the code from external links is not in tradition of forum, read the forum guidelines.