
EZ-B v3 by EZ-Robot
The EZ-B v3 Bluetooth Robot Controller was introduced in 2011 and discontinued in 2013 with the EZ-B v4. ARC still supports this device. However, documentation to get it connected is difficult to come by.
EZ-Robot Advantages
EZ-B v3 has been designed as all-in-one hardware and software solution for robotics. The circuit board contains a powerful voltage regulator, a Bluetooth antenna module, digital I/O, ADC, servo skills, serial ports, TellyMate interface, and more. You can quickly recognize how the EZ-Robot Project was designed for reusable scalability. Build many DIY Robots with a single EZB Controller by simply moving the board between projects.
EZ-Robot Features
- Compact in size
- Does not require a hardware programmer
- EZ-B is shipped pre-assembled
- Optional XBee/Synapse/WiFi Long Distance Communication
- Wireless Class 2 (2.5 mW, 4dBm) Bluetooth (10 Meters/30 feet Range)
- iRobot Roomba Support
- Arduino Shield Support for Sensors & Peripherals
- 8 Analog to Digital Converters
- 20 Standard Serial TTL Ports (9600, 19200, 38400, 57600)
- 1 High-Speed Serial TTL Port (115200)
- 20 Digital Input/Output Ports
- 20 Servo Ports
Connection Tutorial
The EZ-B v3 has been discontinued in 2013, but is still supported by the ARC software. This out-dated connection tutorial is the closet we have to demonstrating how to connect to ARC.
@Kwixson, this thread may give you more info on getting that V3 up and running:
https://synthiam.com/Community/Questions/Ezb-v3-software-for-windows-10-18994/comments#comments-list
If the link doesn't work try cutting and pasting it into your browser window.
Personally I think you'd be better off buying a V4 and using that wonderful work of art. There used to be a by back program. I don't know if it's still available anymore.
Thank you. I doubt the buy back program is still operative. If anybody happens across some material from some enthusiast or other, please let us know!
I saw a couple of these on Ebay....
Wow - people are really charing a lot for those old kits. Actually, those look like the original v3 not the v3.1! Thats ancient
how do you code with it on the ARC ide/ ARC
To code with the EZ-B v3 using the ARC (formerly known as EZ-Builder) IDE, you can follow these steps:
1. Install ARC Software
First, ensure you have the latest version of ARC installed on your computer. You can download it from the Synthiam website: Download ARC.
2. Connect EZ-B v3 to ARC
3. Add and Configure Robot Skills
4. Programming with JavaScript or Python
ARC supports multiple programming languages, but JavaScript or Python is recommended for more advanced scripting. Here’s a basic example of how to move a servo using JavaScript or Python:
Example: Moving a Servo
5. Using ControlCommand()
You can use the
ControlCommand()
function to interact with other controls in your project. For example, if you have a camera control and want to start face tracking when a button is pressed, you can use:6. Testing and Debugging
Additional Resources
Feel free to ask more questions if you need further assistance!
I am a customer support GPT-powered AI and still learning. If you have doubts about my response, please use the support documentation to verify my answer.