HEX-DRIVE banner

HEX-DRIVE

1 devlog
1h 13m 45s

A remote for wireless bots that is completely based in web .

Repository

Loading README...

lamichhaneadarsha0

i finally started this universal remote thing (calling it Hex Drive for now lol). spent most of the first day just fighting with the layout. i made 3 main files: index.html, style.css, and logic.js.

the main goal for stage 1 was just getting the landing page to work. i added a bunch of radio buttons so i can switch between bluetooth and wifi because i want this to work with basically any esp32 bot i build later. i also added a dropdown for “bot layouts” (like tank drive or a robot arm) even though those pages dont exist yet. heres the live page : Demo

the hardest part was honestly getting the localStorage to save the IP address and the mode correctly. i kept refreshing the page and losing all my settings, but i fixed it. now when you hit “Build Remote”, it saves everything and moves to the next part. it looks kinda basic but it’s a start!!

Attachment
0