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

Is it possible to use a pi zero as the base station? #13

Open
Cryaniptic opened this issue Dec 3, 2022 · 1 comment
Open

Is it possible to use a pi zero as the base station? #13

Cryaniptic opened this issue Dec 3, 2022 · 1 comment

Comments

@Cryaniptic
Copy link

Apologies in advanced im not to experienced with this kind of stuff but I wanted to make an rc car/tank. With the current unavailiablity of pi 4s I was wondering if it would be possible to use a pi zero that I have lying about.

Additionally can data be sent back to the esp32? It would simplify my project if i could control the car with a controller or something plugged into the pi.

@jeanlemotan
Copy link
Owner

jeanlemotan commented Dec 9, 2022

I think you could use a PI0, but you still need an USB wifi adapter. As far as I'm aware, the wifi on the PI0W doesn't support monitor mode so you need the TL-WN722N for that.
Yes, data can be sent back to the esp32. Communication is bi-directional. ATM the base station only sends a config packet with camera related stuff like resolution etc, but there is also a data packet with controller things. It's not handled in the esp32 side - that's something you'd have to do yourself.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants