Features of smart shoes: generates electricity, auto lacing, step counting, etc.
To make the experience fit your profile, pick a username and tell us what interests you.
We found and based on your interests.
I recommend using this servo as it is waterproof and has enough torque.
Link:- click here
#include <Servo.h>;
// pushbutton pin
const int buttonPin = 2;
// servo pin
const int servoPin = 9;
Servo servo;
//create a variable to store a counter and set it to 0
int counter = 0;
void setup()
{
servo.attach (servoPin);
// Set up the pushbutton pins to be an input:
pinMode(buttonPin, INPUT);
}
void loop()
{
int buttonState;
buttonState = digitalRead(buttonPin);
if (buttonState == LOW) // light the LED
{
counter++;
delay(150);
}
if(counter == 0)
{
servo.write (0);
}
else if(counter == 1 )
{
servo.write (180);
}
else
{
counter = 0;
}
}
}
#include<Servo.h> int pos = 0; Servo servo; void setup() { pinMode(2, INPUT); pinMode(3, INPUT); servo.attach(9); } void loop() { while (digitalRead(2) == HIGH && pos < 180) { pos++; servo.write(pos); delay(10); } while (digitalRead(3) == HIGH && pos > 0) { pos--; servo.write(pos); delay(10); } }
Get all the components mentioned
I made a acrylic base for Piezo to stick on it and make sure to drill holes below every Piezo else it won't generate electricity because Piezo need tension and compression to generate electricity. And place piece of foam or some same type of material.
Connect all Piezo elements together in parallel.(as circuit diagram)
Rectifier is converting AC current into DC current.
Used drill machine or dremel to make holes in the shoe. And zip ties to direct the laces towards the servo.
You can use different things to direct the laces but I couldn't find anything then the zip tie. I used servo knob code you can also use different code to control servo. You need to know the basics to code Arduino Pro Mini or Google it .
Create an account to leave a comment. Already have an account? Log In.
Goodness, your undertaking is such an extraordinary. As I have gained some new useful knowledge by perusing this venture. Might want to impart it to the colleagues of https://oyeball.com/best-basketball-shoes-for-wide-feet/ with the goal that they could likewise understand it and can execute a novel, new thing in our running tasks.
Wow, your project is such a great. As I have learned something new by reading this project. Would like to share it with the team members of https://www.marcilo.com/ so that they could also read it and can implement something new in our running projects.
very useful information. i really loved the information you provide about these shoes. better quality content just like https://shoesadvice.com/ blog.
Great shoes... Its like next era of shoes I always support this type of new ideas just like hoka shoes blog.
Can you share the complete file of this program? I want to test it for my program of basketball that hosted on WordPress.
Become a member to follow this project and never miss any updates
Volleyball shoes are specially designed to cater to the unique demands of the sport, offering several benefits that enhance performance and reduce the risk of injury. One of the primary advantages is the superior grip provided by the rubber soles. These shoes feature gum rubber soles, which are non-marking and provide excellent traction on indoor court surfaces as you can visit website for more detail.