Asked — Edited

Who'S Feeling Adventurous?

Hello guys,

EZ-B is a very powerful softwares, without it I would had never gotten started with robotics. Now that I have learn the basic of robotics building,, I would like to push the envelopes a little bit further by moving on to the EZ-B SDK, Most likely I will use C++ or Matlab, but most likely C++. I already downloaded and visual Studio and Matlab.

I want to know who is willing to advance with me with the SDK and have some fun. DJ already have a lots on his plate. I think it will be nice if the community start accessing the SDK.

And also myself, along with @rich and @robotmaker have been debating on a way to create a more advance virtual assistant software using free tools to fabricate a more advanced Jarvis that does not look to jeezy.

Feel free to throw out ideas on ways to create Jarvis like system and advancements with the SK


ARC Pro

Upgrade to ARC Pro

Synthiam ARC Pro is a new tool that will help unleash your creativity with programming robots in just seconds!

United Kingdom
#73  

It's probably due to me being involved in the discussion to be honest, when a discussion has Robotmaker and myself in it there are areas where things go a little backwards. The same happened in the autonomous docking topic.

It's best to just bypass these parts and continue on. There's only so much you can do to explain things or clarify things. I wont say more than that as I know what will happen if I do eyeroll

Keep on with the SDK etc. it's good to read your posts.

#74  

YES please keep trying PJ there might be a way to interface it ,wont know until someone someday makes it work ONLY HOPE ITS FAST and very good AI and that i think will take a very long time i think

Since the idea of using AI software came up in many posts and still nobody found a answer yet and i heard DJ TRIED TO MAKE ONE WORK AND STOP ON IT

#75  

When you build your own software package in SDK can you make it control more than 5 EZ-B boards?

@robotmaker please don't be offended at this, but is english your first language? I am just asking cause maybe that is where I sometimes get a little confused on what you are trying to say.

#76  

yes it is,but i keep saying this i havent did any writing at all in about 25 years.it takes awhile to get use to it never ever did i do any writing so try to understand this ,most here understand what i am saying because they answer me if they didnt they would say something ,not all my grammar is .

AND my girlfriend understands me very well and some posts that i show her she understands it,most i see that dont understand me are from other countries

And rural geek i am never offended by anyone opinion

IF YOU CAN point out witch sentence or sentences that has bad grammar and how you would say it ,great it might help PLEASE DO

THat goes with everyone

#77  

I guess it is because I am a curious individual that always want to learn more and love love to tinker. One of the main reason I purchase The EZ-B was because of the SDK provided. I did not know about ARC until I purchase it and started browsing this forum. I am a very laid back individual who love to have fun. I plan on making a career out of hardware's and software's. What a better way to learn than building robots. Honestly would love to work for DJ one day, he is a great inspiration to me, I see him as a role model.

This stupid thing call real world get in the way, haven't had much time to play with EZ-B and the SDK as much as I would like to. But interfacing it is not really an issue, programming it is not an issue for me. I just wanted to have the community collaboration and create a friendly Jarvis type of A.I that everyone can benefit from, without it being too cheesy and lame.

I was able to use dragon naturally speaking 12, with a Bluetooth mic, ez-b sdk, ARC and the A.I SDK, all link together via Visual studio express 2013. I am not trying to re-invent the wheel, not trying to modify EZ-B. I simply want to have a more realistic feel to my robots virtual intelligence.

it's fun learning how to program while watching your codes come to life inside your robots.

United Kingdom
#78  

@Rural, I'm not sure since I never got that far with the SDK. As PJ just said, we don't want to reinvent the wheel and using the SDK, at least for my requirements would be reinventing the wheel since ARC does all it needs to do.

You may have comms issues with too many EZ-Bs on one PC. It's not recommended to have more than 5 or 6 bluetooth devices connected at once to a PC anyway, I think the actual limit is 7 devices.

But can you really see any robot requiring more than 100 digital ports? Can you imagine the load on the PC when switching, reading or writing to 100 digital ports? If your robot is that big it would need multiple PCs, multiple copies of ARC and would increase the number of boards that can be used.

#79  

@robotbuilder ok if i don't understand what you mean when you say something I'll just ask you for a little clarification.

@Rich oh yeah I forgot about the bluetooth rule of 5. Plc's have hundreds of inputs and outputs but they have a different hierarchy to solving logic. That is where i get a little messed up. I'm so used to programing them that is how think it works with a pc. Sorry about the brain farts.

PRO
United Kingdom
#80  

@Rural For extending the I/O ports on the EZ:1 robot the head has a single PIC microcontroller that controls all the head functions via an I2C link. The 14 I/O lines required in the head only cost 2 port lines (I2C bus) on the EZ-B controller. Whats also great about this is that the head PIC takes some of the processing load off the EZ-B so its a double win solution. More details here.

synthiam.com/Community/Questions/3288&page=3