Difference between revisions of "Robo with Hornbill ESP32"
(Created page with "category:ESP32 Arduino We took a little break to build this two wheel drive (TWD) robot steered with the Blynk App. It was simple enough for a noon project. ESP32 is not j...") |
|||
Line 3: | Line 3: | ||
=Schematic= | =Schematic= | ||
=Code= | =Code= | ||
+ | <html> | ||
+ | <script src="https://gist.github.com/raghavendrahassy/5fc2e1c3e918bddc225a0e0c8516cdd7.js"></script> | ||
+ | </html> |
Revision as of 18:50, 13 February 2017
We took a little break to build this two wheel drive (TWD) robot steered with the Blynk App. It was simple enough for a noon project. ESP32 is not just a WiFi or Bluetooth adapter, it was a capable enough processor. We use it to build a WiFi controlled Robot.
Schematic
Code