I have a adeept rasptank and I need to know how to use it how to run code to make it function using python?
Be sure to click 'more' and select 'suggest as answer'!
If you're the thread creator, be sure to click 'more' then 'Verify as Answer'!
I have a adeept rasptank and I need to know how to use it how to run code to make it function using python?
I don’t have this product but since since it uses a Raspberry Pi you might start with this link: https://www.raspberrypi.org/documentation/usage/python/
it has additional links on how to use GPIO as well as the links to the Python site itself. Hopefully the manufacturer of the product has material as well. An internet search will turn up numerous tutorials on using Python, driving motors, servos, BLE, WiFi, cameras, sensors and such on a Raspberry Pi. Unless the manufacturer gives a complete guide and code it will not be a short adventure however. Implementing from scratch will be rewarding and very educational but will have a fairly significant learning curve if you do not already have programming experience.
Thank you very much for a start on this
G'Day,
There appears to be a manual for the product. A quick review there is a python setup section.
https://www.adeept.com/video/static1/itemsfile/Manual-Adeept_RaspTank.pdf
Sean