Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Where precisely is ESP32 being used in the DIY bot ? #295

Open
mugdhapendse opened this issue Oct 13, 2022 · 4 comments
Open

Where precisely is ESP32 being used in the DIY bot ? #295

mugdhapendse opened this issue Oct 13, 2022 · 4 comments
Assignees
Labels
help wanted Extra attention is needed
Projects

Comments

@mugdhapendse
Copy link

I am unable to see ESP32 in the wiring diagram of DIY bot.
So, when should the steps mentioned in the ESP32 be implemented ? Is it an alternative to arduino nano ?

@mugdhapendse mugdhapendse added the help wanted Extra attention is needed label Oct 13, 2022
@thias15 thias15 added this to To do in OpenBot Oct 13, 2022
@thias15 thias15 self-assigned this Oct 13, 2022
@thias15 thias15 moved this from To do to In progress in OpenBot Oct 13, 2022
@thias15
Copy link
Collaborator

thias15 commented Oct 13, 2022

@mugdhapendse: Yes the ESP32 is an alternative to the Arduino Nano. The wiring will depend on how you define the pins in the firmware. At the moment we do not have a DIY ESP32 version integrated in the firmware and also no wiring diagram. The ESP32 is just used in the RTR (ready-to-run) robot. However, you should be able to make it work with minor modifications.

@mugdhapendse
Copy link
Author

Alright, understood. A couple more questions though :

1] For the current DIY version, are we not enabling bluetooth and wifi feature ? What is the exact purpose of these features ?

2] In the overall project, we need only 1 smartphone to be mounted on the bot, right ?

@mugdhapendse
Copy link
Author

@thias15 Could you assign this to me ?

I would firstly like to contribute to the the documentation of "Arduino Firmware" that the ESP32 kit is only for the RTR version to avoid any further confusion of other users.

I also plan on using only ESP32 in the DIY version and sharing the project here eventually.

Do let me know if this is possible.

@thias15
Copy link
Collaborator

thias15 commented Nov 29, 2022

@mugdhapendse your contributions will be most welcome. The BT on the ESP will allow wireless connection between microcontroller and Smartphone App (WIP). Having WiFi on the ESP32 is a bonus that can enable further applications in the future, e.g. send commands over network without a phone.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
OpenBot
  
In progress
Development

No branches or pull requests

2 participants