4WD robot Car Bluetooth

As a newcomer to this forum, I hope to put my question in the right place.

My programming problem is the following:
I have a 4WD robot Car from single parts.
This works very well on its own:

  1. bluetooth_car_works
  2. Infrared_remote_control_car_ works
  3. Obstacle_Avoidance_Car_ works
  4. Line_tracking_car works.

I would like to combine all these functions in a sketch so that I can e.g. can switch through the individual sketches with a button or via IR.
The individual sketches run on an Arduino uno.
If more can be heard I can send them
Thanks in advance
Plokber

plokber:
As a newcomer to this forum, I hope to put my question in the right place.

My programming problem is the following:
I have a 4WD robot Car from single parts.
This works very well on its own:

  1. bluetooth_car_works
  2. Infrared_remote_control_car_ works
  3. Obstacle_Avoidance_Car_ works
  4. Line_tracking_car works.

I would like to combine all these functions in a sketch so that I can e.g. can switch through the individual sketches with a button or via IR.
The individual sketches run on an Arduino uno.
If more can be heard I can send them
Thanks in advance
Plokber

Hi, I'm not sure how you have done this but you have accidentally posted your question on a previous thread (mine). You'll need to create a new post where people can comment and try and help you :slight_smile: It might help to re-read the introduction post about how to use the forum where it explains you will probably have to post example of your code etc. Good luck with your project.

I hope to put my question in the right place.

It is in the right forum section but you posted your question as a reply to an existing topic so it has been split off into its own topic. Please be more careful in future

Some kind of switch/case structure?

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