Hi everyone!
Today I finished my new project.
This project is about a robot that can be used in two modes;
-Clean mode: this is a vacuum that cleans the floor.
-Bluetooth-Control mode: this is a bluetooth control, with Visual Studio and a computer. I am working in the android app to control the robot.
And for this project I need tips and improvements, and perhaps some of yout opinions to contribute to development.
NOTE : The code for the project is complemented by : some tutorials , and parts of the codes I found on some pages, which were modified by me according to my needs for project development.
The robot works like this:
I connect to the robot via Bluetooth , then a with a Visual Studio program , i press keys of my computer to control the robot, but when i press the key " k " the robot starts in automatic mode (clean mode) and start working as a floor cleaner with a vacuum.
Don't expect people who give their time for free to waste it going to another website. Post your code here.
You will be much more likely to get a useful answer to a specific question rather than a general request for advice and improvements.
For example, if the code works, what do you want to improve?
If it does not work, what does it actually do and what should it do?
Hi Robin2. thanks for your answer.
The code i try to post it here but its says that it exceeds the limit of "9000 characters" so i post it in my page.
I am looking for tips and improvements because i am looking what other things i can add, or if i commit an error; learn how to fix it and not doing it again.
"Looking for tips and improvements" implies that someone will take a considerable amount of time to study and learn your code, following which there is the time needed to write a reply.
Maybe you will get some ideas from planning and implementing a program. If you are not already familiar with arrays you should study that topic.
IMHO the best way to get "tips" is to study other people's code across many Forum Threads.