-->
Page 2 of 2

Re: Completely new to arduino! Please Help ! I Am eager to L

PostPosted: Thu Mar 23, 2017 7:52 pm
by wes709
Thanks for the reply guys ! here is the page where i found the idea ! http://www.instructables.com/id/IoT-Pet ... /?ALLSTEPS

I have no problem following all these steps http://www.instructables.com/id/The-Fir ... DEVKIT-V2/

I just dont know what to do from there on i do notice that i do not have the same board as mentioned in the Iot Pet feeder , however it is still the esp6288 i have all the other electronics so id just need to know where to plug the three servo wires and what to put into the arduino ide

Thanks again for your help guys

Re: Completely new to arduino! Please Help ! I Am eager to L

PostPosted: Sat Mar 25, 2017 5:03 am
by Barnabybear
Hi, looking at the link they only cover 3D printing the food tray and lid that needs to be moved by a servo. Have a look at the link below (or other servo tutorials) as a first step. Once you are happy with the ESP controlling a servo you will need to look at where the control comes from and how to fit into the food dispencer, but get the servo bit sorted first.

http://playground.arduino.cc/Learning/S ... rvoExample

Re: Completely new to arduino! Please Help ! I Am eager to L

PostPosted: Sun Mar 26, 2017 11:20 am
by wes709
Looking at that page , i am told to put the signal wire from the servo to analog pin 1 , but when i look at the pinout diagram for my i see there isnt one :S see the image for the pinout on this instructable. https://www.instructables.com/id/The-Fi ... DEVKIT-V2/

Re: Completely new to arduino! Please Help ! I Am eager to L

PostPosted: Sun Mar 26, 2017 12:30 pm
by schufti
Just use e.g. name "D1" (or just "5" as direct gpio#) instead of "14" on every reference to pin numbers and connect servo1 to pin D1.