Sending Info From Boe Bot
Does anyone know how to send information from a boe bot to a computer and have that become an·sent email or text?
I know that I can use bluetooth or RF transmitters and receivers to send info to the computer but do I have to write a program that will take the info and send·it via email or text for my computer or is there anything that will do that for me?
This has to be done by the robot autonomously so the robot is supposed to drive sense an object and send how far away it is via email or text.
(Ex. an ultrasonic sensor gives a reading) How could I send that information to a computer and make it into an email or text autonomously sent to a set email address or phone number?
·
I know that I can use bluetooth or RF transmitters and receivers to send info to the computer but do I have to write a program that will take the info and send·it via email or text for my computer or is there anything that will do that for me?
This has to be done by the robot autonomously so the robot is supposed to drive sense an object and send how far away it is via email or text.
(Ex. an ultrasonic sensor gives a reading) How could I send that information to a computer and make it into an email or text autonomously sent to a set email address or phone number?
·
Comments
if you loaded unix/linux on a 2nd hand computer it will have some sort of c complier| perl | python that would let you listen to the serial port connected to the bot.
if you wanted to send an e-mail your program can talk to a program called sendmail.
for sms you could exec() curl to a web site like http://smseverywhere.com/send.htm that lest you send sms messages for free.
if none of that sounded familiar you have alot of research to do.
having wrote that, you might look on the web for serial to ethernet converter. i needed a basic one for a product but in my wanderings i think there many have been a module that simplified the above task. the unit i wound up using is called a siteplayer telnet but it is only a socket adapter.
link
RS_JIM
Would that be done once the information has been communicated to a laptop or is there a module that will do it for me?
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Chris Savage
Parallax Engineering
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Chris Savage
Parallax Engineering