From bf2675fa45803bb96e47e686a0fd7137e48a5410 Mon Sep 17 00:00:00 2001 From: jc4419 <60656643+jc4419@users.noreply.github.com> Date: Sat, 29 May 2021 07:54:53 +0400 Subject: [PATCH] Major Update: Developed all the backend programming for full duplex transmission in real time, using websockets. Added some minor fixes to formatting of text. Tested using a button and pot to simulate odometer and battery values to test real time information transfer from rover to client. Used LED to signifiy movement direction, and tested the same from client to rover. Tests passed! --- Command/index.html | 100 ++++++++-- Command/main/main.ino | 421 ++++++++++++++++++++++++++++++++++++++---- 2 files changed, 467 insertions(+), 54 deletions(-) diff --git a/Command/index.html b/Command/index.html index 8c3c91f..a5421ed 100644 --- a/Command/index.html +++ b/Command/index.html @@ -90,19 +90,90 @@ meter::after {
@@ -150,39 +224,25 @@ document.onkeyup = function(e) {