CinD-LOU project is looking for two wheelchair batteries and a laptop PC

62 views
Skip to first unread message

Jim

unread,
Jun 20, 2012, 10:30:31 PM6/20/12
to Hive13 Hackerspace
Folks,

The CinD-LOU project is looking for two wheelchair batteries and a
laptop PC.

We think the two wheelchair batteries we have won't hold a charge and
are dead. Can anyone confirm this for sure? They are MK model
M22NFSLDG deep cycle GEL type 12 VDC batteries. Web prices look to be
about $160 each.

The laptop could be almost anything, even used and several years old.
It will hold the executive ROS (Robot Operating System) http://ros.org/wiki
code and be the host for the Kinect. It would start out as a bench
test and then move on-board as autonomous motion progress is made.

Any and all commercial sponsors, angel benefactors, creative dumpster
divers, and/or crowd-sourcing pledgie contributions are welcome and
could be a tax-deductable donation towards this very worthy
educational cause.

Jim


Dave B.

unread,
Jun 20, 2012, 10:34:44 PM6/20/12
to cincihac...@googlegroups.com
I don't know what happened to them, but I brought down about half a dozen PIII era laptops.  Any of them would be fair game.

If you have a friend that works at an auto parts store, take the gel cells up there and throw them on their charger/tester.  You might have to ask nicely/know someone since they're obviously not car batteries, but those chargers are beefcake and they have pretty decent diagnostic circuitry in them to detect wiped out cells.

-D


Jim


--
You received this message because you are subscribed to the Google Groups "Hive13 Hackerspace" group.
To post to this group, send email to cincihac...@googlegroups.com.
To unsubscribe from this group, send email to cincihackerspa...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/cincihackerspace?hl=en.


Chris Davis

unread,
Jun 21, 2012, 12:51:52 AM6/21/12
to cincihac...@googlegroups.com
Jim,

There's a large stack of very nice and barely used (but several years old and left uncharged so maybe in the same state as yours) 12V sealed batteries next to my cabinet you are welcome to use.

-Chris
_____________________________________________
Chris Davis - ch...@thedavislabs.com - 617-500-2449

Jim

unread,
Jun 21, 2012, 5:38:20 AM6/21/12
to Hive13 Hackerspace
Thanks for the replies. We'll follow-up. Ask and ye shall receive...

On Jun 21, 12:51 am, Chris Davis <ch...@thedavislabs.com> wrote:
> Jim,
>
> There's a large stack of very nice and barely used (but several years old
> and left uncharged so maybe in the same state as yours) 12V sealed
> batteries next to my cabinet you are welcome to use.
>
> -Chris
> _____________________________________________
> Chris Davis - ch...@thedavislabs.com - 617-500-2449
>
>
>
>
>
>
>
> On Wed, Jun 20, 2012 at 10:34 PM, Dave B. <blun...@gmail.com> wrote:
> > I don't know what happened to them, but I brought down about half a dozen
> > PIII era laptops.  Any of them would be fair game.
>
> > If you have a friend that works at an auto parts store, take the gel cells
> > up there and throw them on their charger/tester.  You might have to ask
> > nicely/know someone since they're obviously not car batteries, but those
> > chargers are beefcake and they have pretty decent diagnostic circuitry in
> > them to detect wiped out cells.
>
> > -D
>

Alex

unread,
Jun 21, 2012, 10:59:15 AM6/21/12
to cincihac...@googlegroups.com
if they don't pan out; talked to my battery guy, he suggested if its
not going offroading (just around the hive), to go with normal sealed
lead acid, PS12550, less robust, but higher mah per cell. his price
was $130ish, maybe less, with pick up in Harrison, stocking mid next
week. talk to ian @ 513.673.3630 if you need more info.

Hodapp

unread,
Jun 22, 2012, 8:37:28 AM6/22/12
to cincihac...@googlegroups.com
I have a Pentium II laptop in my locker (one of Dave B's old ones, I think) that may be sufficient for ROS, however, I'm almost sure it will be too slow for a Kinect. But if you'd like me to set up Linux & ROS on it just so you have something to test with in the meantime, let me know.

Jim

unread,
Jun 22, 2012, 8:08:58 PM6/22/12
to Hive13 Hackerspace
Hodapp,

Thanks for the offer to help! DaveB said he had PIII's at the hive
that might be better than a PII, but whatever will work. We need to
check with Craig about getting the Kinect back in.

Yes, we'd like to have a bench test setup targeted to end up on the
mobile CinD LOU platform. We'll even manufacture a deadline to get
bonus points and have something to demo at the HIVE July 21 party.

Here is a basic team plan for now (with future growth potential):
(1) We want to start to investigate what the Willow Garage open-source
ROS package can do. We may get some publicity, notoriety, and
personal growth by linking into this effort as a maker space.
(2) Visitor Rich is leading the effort to get working wheels under
CinD LOU. The first implementation will be line following (for the
party), but we want to advance beyond that. There is serious work in
motion planning that would be cool to link into. With an onboard
laptop kinect, digital compass, some anti-collision sensors and
serious effort CinD LOU could be safe to go off-line (pun intended)
and freestyle around the room. Yes, this is a stretch goal.
(3) A good first (short term for the party) goal for the laptop/kinect
connection would be to empower the CinD LOU head/neck eye tracking
features on the stationary disjointed head. We are working to have
two neck motions (turn left/right, nod up/down) and two eye motions
(left/right, up/down and add blinking eyelids) in time for the party.
Rather than just exercise these motions in a static control loop, it
would be creepy/neat to have the laptop kinect sense a person (ex: 5
ft away, 30 degrees left of center) and post serial data updates to
Brent's BeagleBoard to trig out the math and drive the PWM R/C servos
to have the head and eyes track the person's movements. This is also
step one to bigger and better next steps.

Anyone else interested in helping to make (3) happen in the next four
weeks?

Jim

Craig

unread,
Jun 22, 2012, 8:20:38 PM6/22/12
to cincihac...@googlegroups.com
I'm out of the are until the 30th but I can bring in the kinect.  If you want to do face or eye tracking that is usually done with the OpenCV library and is independent of the Kinect.  Any webcam will do this, the kinect is good and determining distance so that will be useful when programming the driving portion.  Go ahead and start coding using a regular webcam until I get back because the OpenCV library just treats the kinect as a standard webcam (this is because the analysis is done frame by frame as if it was a picture)

I recommend installing OpenFrameworks if you want an easy integration into programming visual systems.  Although CodeBlocks is a bit of a memory hog, it is best if you can get the development kit (Codeblocks) on the same machine or at least the same architecture as your target (the laptop in this case)

--
You received this message because you are subscribed to the Google Groups "Hive13 Hackerspace" group.

Dave B.

unread,
Jun 23, 2012, 1:01:58 AM6/23/12
to cincihac...@googlegroups.com
I have a Logitech USB webcam that is fairly decent you can have if you want it.  Email me if you do.
-D

Jim

unread,
Jun 23, 2012, 11:50:52 AM6/23/12
to Hive13 Hackerspace
Hodapp, if you're still into leading this part, it would be great to
pull together a laptop with DaveB's webcam and Craig's software
suggestions that could communiate to Brent's beagleboard and the head
action R/C servos we will mount with makerbot bracket parts. Let's
discuss on Tuesday night.

Jim

On Jun 23, 1:01 am, "Dave B." <blun...@gmail.com> wrote:
> I have a Logitech USB webcam that is fairly decent you can have if you want
> it.  Email me if you do.
> -D
>
>
>
>
>
>
>
> On Fri, Jun 22, 2012 at 8:20 PM, Craig <agent.cr...@gmail.com> wrote:
> > I'm out of the are until the 30th but I can bring in the kinect.  If you
> > want to do face or eye tracking that is usually done with the OpenCV
> > library and is independent of the Kinect.  Any webcam will do this, the
> > kinect is good and determining distance so that will be useful when
> > programming the driving portion.  Go ahead and start coding using a regular
> > webcam until I get back because the OpenCV library just treats the kinect
> > as a standard webcam (this is because the analysis is done frame by frame
> > as if it was a picture)
>
> > I recommend installing OpenFrameworks if you want an easy integration into
> > programming visual systems.  Although CodeBlocks is a bit of a memory hog,
> > it is best if you can get the development kit (Codeblocks) on the same
> > machine or at least the same architecture as your target (the laptop in
> > this case)
>

Jim

unread,
Jun 24, 2012, 10:27:27 PM6/24/12
to Hive13 Hackerspace
Stopped by the HIVE Saturday. LOTS of folks were there working and
playing in the comfort of the new AC. Took the two batteries out of
the wheelchair and also two batteries from Chris' stash. The battery
store did a test and said the two wheelchair batteries were dead, and
Chris' two batteries should work OK. I've got them on the charger now
and we'll see what they can do by Tuesday night.

Also does anyone have a spare Ardunio to use short term or long term?
We had troubles loading the Mega last week and are looking for an
alternate Tuesday night and perhaps beyond.

Jim

Steven Wells

unread,
Jun 25, 2012, 10:05:36 AM6/25/12
to cincihac...@googlegroups.com
Yes I have a have a mega 2560 I can donate. I was going to experiment with, but I whiling to donate it to the hive for your project. I can drop it by this afternoon. I work nights 6pm to 6:30am, so this is the only day I can help out.

Sent from my iPhone

Steven Wells

unread,
Jun 25, 2012, 10:22:14 AM6/25/12
to cincihac...@googlegroups.com
Will anyone be at the Hive this afternoon? To receive the 2560 and a Dell laptop Latitude D630.


Sent from my iPhone

On Jun 24, 2012, at 10:27 PM, Jim <jim.d...@gmail.com> wrote:

Chris Davis

unread,
Jun 25, 2012, 12:00:40 PM6/25/12
to cincihac...@googlegroups.com

What time? I may be able to in the next few hours

Steven Wells

unread,
Jun 25, 2012, 12:04:18 PM6/25/12
to cincihac...@googlegroups.com
3:00 to 3:30 I don't to get caught in rush hour traffic.
I have to be at work 6:00pm in West Chester.

Sent from my iPhone

Chris Davis

unread,
Jun 25, 2012, 10:06:30 PM6/25/12
to cincihac...@googlegroups.com
Jim,

Steve's laptop and mega are in my cabinet, second shelf from the top. We should have a Dell charger for the laptop somewhere

Steve you rock, thanks!

-Chris

Chris Anderson

unread,
Jun 25, 2012, 10:08:35 PM6/25/12
to cincihac...@googlegroups.com
i have over9000! dell chargers if you need one.

Chris Davis

unread,
Jun 25, 2012, 10:28:51 PM6/25/12
to cincihac...@googlegroups.com
THERE'S NO WAY THAT CAN BE RIGHT!

On Mon, Jun 25, 2012 at 10:08 PM, Chris Anderson <det...@gmail.com> wrote:
i have over9000! dell chargers if you need one.

Chris Anderson

unread,
Jun 25, 2012, 11:04:06 PM6/25/12
to cincihac...@googlegroups.com
you're right. that might be a slight exaggeration.

Craig

unread,
Jun 25, 2012, 11:26:34 PM6/25/12
to cincihac...@googlegroups.com
Inline image 1

On Mon, Jun 25, 2012 at 11:04 PM, Chris Anderson <det...@gmail.com> wrote:
you're right. that might be a slight exaggeration.
dell_chargers_9001.png

Jim

unread,
Jun 26, 2012, 6:41:38 AM6/26/12
to Hive13 Hackerspace
Steve(+) you guys all ROCK. Make sure you get a donation form for
your taxes.

BTW, the wheelchair battery situation is still open ended. I went to
a Battery Plus store and they did a battery test on the two 50 amp-hr
GEL deep-cycle wheelchair batteries. Both showed BAD at 13.1 volts
and 26-28 amp-hrs. I'd also put the first two of Chris' alternate AGM
batteries on the charger for 24-hours and after that the test showed
they were only at 9.7 and 11.6 volts, rather than something closer to
14 volts that would show a successful charge.

Jim
>  dell_chargers_9001.png
> 819KViewDownload
Reply all
Reply to author
Forward
0 new messages