fffffgggg54 / RC_Car

Bellevue College Robotics Club RC Car Project
MIT License
1 stars 3 forks source link

Wireless #2

Open fffffgggg54 opened 1 year ago

fffffgggg54 commented 1 year ago

TODO implement bidirectional wireless communication and create code for each device

fffffgggg54 commented 1 year ago

For now, the placeholder solution for testing is to use ESPNow, which is a peer-to-peer communication protocol at 2.4ghz that esp32 modules support. The higher bitrates afforded by this protocol will allow us to send text commands instead of creating binary data packets for lower bitrate protocols eg. lora.