
Ellis
USA
Asked
— Edited
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,
You can certainly stuff a lot of stuff in that space like Lipo batteries, the EZB controller and a windows PC in that space. Nice.
Hi Frank,
Thanks for addition info. I updated my interface for mobile. Let me know what you think.
Is there a way to get sensor data on mobile interface, say sonar information>
I cannot see a way to do this.
Thanks.
Jack
Jack, I’ll check that tonight
What is the name of the project you posted?
Frank
Hi Jack, I assume its the Roomba 500_test project you are referring to.
The Mobile Interface can access variables you set in the program.
For example, your script "battery_check" could loop and update the variable $voltage so you could display that in the Mobile Interface
That variable $voltage is automatically accessible in the mobile interface and could be accessed in a "script label" that you add in the mobile interface... for example
I think you are talking about these sensors
So you would need to modify the battery_check script to read the additional sensors you want access and add the script labels in the mobile interface
If this doesn't make sense to you, I could modify the battery_check script, as a sample, to add a sensor you would like to access so you can add the rest of the senors and Mobikle Interface script labelslater
Frank
Hi Frank,
This my project working on for Roomba.
Roomba Test
Actually I wanted monitor IR sensors.
Also, I have been buying up broken Roombas. One was doing the circle dance with a nine beep error. Use this program to disable sensor and see if would go in a straight line. It circled. I replace the right wheel/ motor assembly and it is fixed.
I may want jut want to dedicate an EZ unit for testing these Roombas as they come in.
Thoughts?
Jack
Hi Jack, I loaded your Roomba Test project and modified the battery test script which was actually based on original work done by Richard R
I addded in the reading of two IR senors so you could use that as a sample. This creates the two variables which can be read by the mobile Interface
$left_signal $front_left_signal
I also added two "script labels" to your Mobile Interface so that the variables could be displayed in real time
On the mobile interface, the script labels look like this
I just added in text that looks like this "front_left_signal= " + $front_left_signal
Frank
Frank,
Thank you. I will test and get back to you on this. It looks like a good way to do it.
Jack
Frank,
I believe the way you set this up it will only read when connected to PC not just by using mobile alone?
Have you noticed that EZ camera can "see" the IR signal coming from docking station and virtual walls as white flashing light. I guess it sees IR. Not sure how to use this yet.
I want to create to types of apps here, one for mobile and one for PC. Mobile is for demo off site uses. PC I have a bunch of ideas that I will update you with when I do.
In the mobile app I want to do something other than just move around, maybe lock on to Gyph and track.
Jack