-
Notifications
You must be signed in to change notification settings - Fork 2
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
App to Driving Robot and Oled Display #8
Labels
Milestone
Comments
ibrahimmansur4
assigned khubaibiftikhar and ibrahimmansur4 and unassigned ibrahimmansur4 and khubaibiftikhar
Jul 21, 2023
ibrahimmansur4
added a commit
that referenced
this issue
Jul 22, 2023
ibrahimmansur4
added a commit
that referenced
this issue
Jul 23, 2023
khubaibiftikhar
added a commit
that referenced
this issue
Jul 24, 2023
ibrahimmansur4
added a commit
that referenced
this issue
Jul 24, 2023
ibrahimmansur4
added a commit
that referenced
this issue
Jul 24, 2023
noshluk2
added this to the P#2 Vision Robot with Oled Wifi Driven through APP milestone
Jul 26, 2023
noshluk2
changed the title
Robot with Oled driving controlled through andoird wifi
App to Driving Robot and Oled Display
Jul 26, 2023
khubaibiftikhar
added a commit
that referenced
this issue
Aug 5, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Driving Robot and Displaying Signals on OLED Display
This issue involves driving the robot using signals from an Android phone and displaying these signals on an OLED display.
The robot will be controlled by an Android app, which will send driving signals to the robot over WiFi. These signals will indicate the desired speed and direction of the robot. The ESP32 will receive these signals and use them to control the motors.
The driving signals from the Android app will also be displayed on a 0.96 inch IIC OLED display with a resolution of 128x64 pixels. This display uses the SSD1306 driver and communicates over I2C. The ESP32 will need to convert the driving signals into a format that can be displayed on the OLED display, and then send this data to the display over I2C.
The text was updated successfully, but these errors were encountered: