Ping and the LCD connection on the Boe-Bot
hungryTechie
Posts: 14
in Robotics
I'd like to connect the Ping sensor to the LCD on the Boe Bot with Arduino. Everything seems to work fine when I test them separately with the bot but I can't have them communicate with each other. In other words, the LCD should display the distance in inches/cm generated by the ping sensor. Can you help with how to make the communication possible?
For using Ping I used the ones here
http://learn.parallax.com/KickStart/28015 or http://learn.parallax.com/project/shield-bot-roaming-ping/let-it-roam
For the LCD
http://learn.parallax.com/KickStart/27977
Images below
Thank you
Comments
Above the images there are the links to the actual code used for the Arduino. Just scroll down to see the code. I'll copy-paste the links again here.
For using Ping I used the ones here
http://learn.parallax.com/KickStart/28015 and/or http://learn.parallax.com/project/shield-bot-roaming-ping/let-it-roam
For the LCD
http://learn.parallax.com/KickStart/27977