Asked — Edited

How To Connect Ezb To A Create 2

I have been looking on the forum for a wiring tutorial for the ezb and create 2. There are a lot of ideas and very complicated ideas that seem to work but no simple tutorial to connect ezb to a create 2.

Please let me know if there is a tutorial or can you provide me with one.

Thanks,


ARC Pro

Upgrade to ARC Pro

Unleash your robot's full potential with the cutting-edge features and intuitive programming offered by Synthiam ARC Pro.

#73  

Hi @Nink, I like your design.

I'm still pursuing using the Roomba battery to power everything and will let you know how that turns out... using step downs for 7.5v for EZB/servos and 5v for iPad

FrankE

#77  

Hi,

Thanks to everyone on this project. I upgraded to work with Alexa and added mobile interface. I will do more as time permits.

The Alexa integration was done using web interface and ISY 99i. I use ISY to control all lighting and sensor at home. I have the ability to access X-10 and INSTEON now and it can be upgraded for others. I also use for outside X10 sensors which send text alerts but also can send commands to robots. Currently InMoov reports on sensor activity.

If you run on PC and then look at mobile interface, it will show you Roomba Voltage. On a previous post I showed that I added a MP1584 DC to Dc converter inside V4 to control high voltages from Roomba charging.

I uploaded a video to you tube. More suggestion appreciated. I am have some issues with playing songs to Roomba. I get some but crash Roomba sometimes.

#78  

Hi Jack, Thanks for sharing the video... very nice

I'm not sure if you saw this in a previous post, but here is the link to the full Roomba interface spec

www.irobot.com/~/media/MainSite/PDFs/About/STEM/Create/create_2_Open_Interface_Spec.pdf

in reagrds to the playing a song issue, here is some sample code that I use


uartWrite(0, 1, 140, 0, 4, 70, 10, 70, 10, 70, 10, 65, 60) # load song
uartWrite(0, 1, 141, 0)  # play song

Please share some details on how you accomplished the Alexa-Roomba interface. I previously used IFTTT to handle the Alexa EZB interface

Regards, Frank

#79  

Hi frank,

Thanks for the code.

I use ISY 99i controller with network interface. This controller gives me the ability to control all lights, X-10 and Insteon. It can handle ZigBee and ZWave too but I don't use either.

It interfaces with Alexa so you can use through the web. It also can send commands to a web page so I send http://192.168.1.122:90/exec/?password=admin&script=ControlCommand("clean",ScriptStart) to start Roomba ro run that script and http://192.168.1.122:90/exec/?password=admin&script=ControlCommand("stop",ScriptStart) to run that script

You could do this through a web page also.

But this gives me huge flexibility. I can start something at a certain time. I can read in X-10 sensors, send a command to EZ Robot and turn on lights etc.

I guess you can use IFTTT but this works for me internally.

I have many other programs ISY handles like sunrise and sunset routines etc.

BTW - That demo runs on Roomba battery with DC-Dc converter I told you about the other day.

Here is link to this unit on amazon.

ISY99

Takes some work and add on modules but it does a lot of automation.

I am not sure we can send web commands from EZ V4? that would be great if possible.

Let me know if you have any more questions.

Jack