[SOLVED] Sending the speed,locaion and distance

I want to measure speed, distance and my location by Neo 6m gps and esp 32 .then send all this to ubidots ?

According to its datasheet, the Neo 6m supports UART so you can read the values that you need using that protocol and then just send the information read by the ESP32 to Ubidots using as reference the code that can be found in this article.

Good luck with your project.