Barnard-PL-Labs / esp32-tanks

5 stars 0 forks source link

Establish Network protocol #3

Closed brennen-b closed 4 months ago

brennen-b commented 4 months ago

Connect ESPNow connection between router device to client.

santolucito commented 4 months ago

attachTimerInterrupt

brennen-b commented 4 months ago

ESP Now Tutorial: ESP NOW – Peer to Peer ESP32 Communications

brennen-b commented 4 months ago

Connected tank to TTGO via ESP Now broadcast. Tested sending movement commands to tank from TTGO serial monitor. Tank also sends confirmation message back to the sender after executing the command. See commit 43d04c0.