Legacy Forum: Preserving Nearly 20 Years of Community History - A Time Capsule of Discussions, Memories, and Shared Experiences.

Adding more sensors to KHR-2HV

KHR-1, KHR-2HV, KHR-3HV, ICS servos, RCB controllers and other Kondo products
6 postsPage 1 of 1
6 postsPage 1 of 1

Adding more sensors to KHR-2HV

Post by source » Wed Feb 28, 2007 11:22 am

Post by source
Wed Feb 28, 2007 11:22 am

Hi everyone


I bought my KHR-2HV just to weeks ago, and installed 2 KRG-3 and RAS-2 to my robot.
Now I'm intersted in give to my robot some autonomy. So I was thinking if its possible to add more sensors, like infrared and ultrasonic.

Did someone tried before? where to start?

As the board only have 3 input ports and I had used all with the 2 KRG-3 and RAS-2, how can I extend the board to manage more sensors?

(sorry about my English)
Hi everyone


I bought my KHR-2HV just to weeks ago, and installed 2 KRG-3 and RAS-2 to my robot.
Now I'm intersted in give to my robot some autonomy. So I was thinking if its possible to add more sensors, like infrared and ultrasonic.

Did someone tried before? where to start?

As the board only have 3 input ports and I had used all with the 2 KRG-3 and RAS-2, how can I extend the board to manage more sensors?

(sorry about my English)
source
Newbie
Newbie
Posts: 5
Joined: Wed Feb 28, 2007 11:16 am

Post by Robo1 » Wed Feb 28, 2007 3:00 pm

Post by Robo1
Wed Feb 28, 2007 3:00 pm

Hi this is were the board sucks.

there is not much you can do apart from designing your self a new board as a master and having the RCB as the slave.

At the moment I'm designing a new board to replace RCB as H2H is rubbish and the board isn't that good ever.

bren
Hi this is were the board sucks.

there is not much you can do apart from designing your self a new board as a master and having the RCB as the slave.

At the moment I'm designing a new board to replace RCB as H2H is rubbish and the board isn't that good ever.

bren
Robo1
Savvy Roboteer
Savvy Roboteer
Posts: 501
Joined: Fri Jun 30, 2006 1:00 am
Location: UK - Bristol

Re: Adding more sensors to KHR-2HV

Post by heke » Wed Feb 28, 2007 3:57 pm

Post by heke
Wed Feb 28, 2007 3:57 pm

You can use the start button as an digital input. It will start a move which ever you like.

Or remove the RAS and replace it with another analog sensor. Or make a digital->analog converter and connect it to the analog input. Maybe one or two digital switches will detect if the robot has fallen down and then make the robot get up (just like with RAS). Connect other switches in other channels of the digital->analog convert and read those bits and make decisions to start other moves.
You can use the start button as an digital input. It will start a move which ever you like.

Or remove the RAS and replace it with another analog sensor. Or make a digital->analog converter and connect it to the analog input. Maybe one or two digital switches will detect if the robot has fallen down and then make the robot get up (just like with RAS). Connect other switches in other channels of the digital->analog convert and read those bits and make decisions to start other moves.
heke
Savvy Roboteer
Savvy Roboteer
User avatar
Posts: 26
Joined: Sun Aug 06, 2006 1:00 am
Location: Finland

Post by shsan » Thu Mar 01, 2007 2:13 pm

Post by shsan
Thu Mar 01, 2007 2:13 pm

Well In fact, I have been thinking about another way.
You could develop a small board with a multiplexer (for example an 8 to 1) and use extra servo Channel (in 0V or 5V mode) to drive which ADC input to use.
You will have to jungle between the thing and it would almost probably forbid a mixing on the input that you use.

The ideal candidate would be the Accelerometer since it's rarely used for mixing.
When needed you can just enable it.

Something like that

ACCEL RAS1/2
|
I0---[-------]
I1---|M |----------RCB3 ADC3
I2---|u |
I3---|l |-----------SEL0--SERVO_SIGNAL
I4---|t |
I5---|i |-----------SEL1--SERVO_SIGNAL
I6---|plexer|
I7---[-------]-----------SEL2--SERVO_SIGNAL


In = analog input
Seln = 0 or 5V signal to choose the In

Even on a KHR1HV you still have 5 servos available, so using 3 of them to drive the multiplexer is possible.
You might want to add some protection to avoid getting more than 5V in the SELn

Hope this make sense.
Well In fact, I have been thinking about another way.
You could develop a small board with a multiplexer (for example an 8 to 1) and use extra servo Channel (in 0V or 5V mode) to drive which ADC input to use.
You will have to jungle between the thing and it would almost probably forbid a mixing on the input that you use.

The ideal candidate would be the Accelerometer since it's rarely used for mixing.
When needed you can just enable it.

Something like that

ACCEL RAS1/2
|
I0---[-------]
I1---|M |----------RCB3 ADC3
I2---|u |
I3---|l |-----------SEL0--SERVO_SIGNAL
I4---|t |
I5---|i |-----------SEL1--SERVO_SIGNAL
I6---|plexer|
I7---[-------]-----------SEL2--SERVO_SIGNAL


In = analog input
Seln = 0 or 5V signal to choose the In

Even on a KHR1HV you still have 5 servos available, so using 3 of them to drive the multiplexer is possible.
You might want to add some protection to avoid getting more than 5V in the SELn

Hope this make sense.
shsan
Savvy Roboteer
Savvy Roboteer
Posts: 87
Joined: Sat Jul 29, 2006 1:00 am
Location: Utsunomiya, Japan

Post by AI-Bot » Mon Mar 05, 2007 4:17 pm

Post by AI-Bot
Mon Mar 05, 2007 4:17 pm

HI...

You might want to use Motorola DSP board.
It has 32 servos.... also 4-8 analog... for sensors.
(depending on the board you get)
They also have usb or serial port version.
They also have other board for different prices...

But the good board is about $250Can....

I use Motorola DSP board with RCB3J board and with Cyris CPU....
for my robot..... you can almost programing anything with it.


If you are interested just PM me....I don:t have the link off hand.
HI...

You might want to use Motorola DSP board.
It has 32 servos.... also 4-8 analog... for sensors.
(depending on the board you get)
They also have usb or serial port version.
They also have other board for different prices...

But the good board is about $250Can....

I use Motorola DSP board with RCB3J board and with Cyris CPU....
for my robot..... you can almost programing anything with it.


If you are interested just PM me....I don:t have the link off hand.
AI-Bot
Savvy Roboteer
Savvy Roboteer
User avatar
Posts: 41
Joined: Fri Oct 06, 2006 1:00 am

Post by ryann2k1 » Fri Mar 16, 2007 6:36 am

Post by ryann2k1
Fri Mar 16, 2007 6:36 am

AI-Bot wrote:HI...

You might want to use Motorola DSP board.
It has 32 servos.... also 4-8 analog... for sensors.
(depending on the board you get)
They also have usb or serial port version.
They also have other board for different prices...

But the good board is about $250Can....

I use Motorola DSP board with RCB3J board and with Cyris CPU....
for my robot..... you can almost programing anything with it.


If you are interested just PM me....I don:t have the link off hand.


Hi AI-Bot,
I have been looking for the board as you are using, but nothing directly is similar with your specifications. Would you mind to show the picture of your configuration and the exact name of the board?
Thank you .

Cheers

ryann2k1
AI-Bot wrote:HI...

You might want to use Motorola DSP board.
It has 32 servos.... also 4-8 analog... for sensors.
(depending on the board you get)
They also have usb or serial port version.
They also have other board for different prices...

But the good board is about $250Can....

I use Motorola DSP board with RCB3J board and with Cyris CPU....
for my robot..... you can almost programing anything with it.


If you are interested just PM me....I don:t have the link off hand.


Hi AI-Bot,
I have been looking for the board as you are using, but nothing directly is similar with your specifications. Would you mind to show the picture of your configuration and the exact name of the board?
Thank you .

Cheers

ryann2k1
ryann2k1
Savvy Roboteer
Savvy Roboteer
User avatar
Posts: 154
Joined: Thu Nov 16, 2006 1:00 am


6 postsPage 1 of 1
6 postsPage 1 of 1