Skip to content

Robotics

My Tutorials

Missing Stuff

  • LED's
  • Full Breadboards
  • Jumpers specifically female to female
  • Aligator Clips
  • USB Cabels
    • Micro USB
    • Mini USB
    • USBC
    • Lighning Cable

Directory

Projects


curl http://192.168.8.226/counterclockwise

curl http://192.168.133.137/on

curl http://192.168.133.137/off

curl http://192.168.8.226/counterclockwise


curl http://192.168.8.226/clockwise

curl http://192.168.8.226/stop

curl --header "Content-Type: application/json" \
  --request POST \
  --data '{"direction":"clockwise"}' \
  http://192.168.8.226/settings

curl --header "Content-Type: application/json" \
  --request POST \
  --data '{"direction":"stop"}'  \
  http://192.168.8.226/settings


curl --header "Content-Type: application/json" \
  --request POST \
  --data '{"direction":"counterclockwise"}'  \
  http://192.168.8.226/settings

Questions

TODO Research

Products