It appears you have not yet registered with our community. To register for free click here
Rebreather World
       
Go Back Rebreather World Rebreathers, Components and Accessories Home Build Rebreathers

Open Source Rebreather Project



Reply
 
LinkBack Thread Tools Display Modes
Old 12th January 2008, 17:36   #1 (permalink)
New Member
 
Rebreathing Red's Avatar

Current Rebreather/s:
Home Build

Other Rebreather/s:
Not Bought Yet
Home Build
 
Join Date: Jun 2007
Location: North Carolina
Posts: 23
Rebreathing Red is an unknown quantity at this point
Post Open Source Rebreather Project

Hello all you homebuilders. I'm thinking about starting a truely open source rebreather project. I guess I'm wondering if any one would contribe to the project if one was started?

As I see it, the project could be broken down into the following sections
1.Cansiter Design
2.DSV/BOV
3.ADV
4.Counterlungs
5.Hardware ECU
6.Firmware

Anyhow it's just an idea right now....
(Online)
 
Digg this Post!Add Post to del.icio.us
Reply With Quote
Old 13th January 2008, 01:02   #2 (permalink)
Dave Tomblin

 
wedivebc's Avatar

Current Rebreather/s:
Megalodon
Other CCR

Other Rebreather/s:
Not Bought Yet
Inspiration Classic
Sport Kiss
Other CCR
 
Join Date: Feb 2005
Location: Vancouver Island BC Canada
Posts: 1,447
wedivebc is a name known to allwedivebc is a name known to allwedivebc is a name known to allwedivebc is a name known to allwedivebc is a name known to allwedivebc is a name known to allwedivebc is a name known to allwedivebc is a name known to allwedivebc is a name known to allwedivebc is a name known to allwedivebc is a name known to all
Re: Open Source Rebreather Project

Quote: (Originally Posted by Rebreathing Red) View Original Post
Hello all you homebuilders. I'm thinking about starting a truely open source rebreather project. I guess I'm wondering if any one would contribe to the project if one was started?

As I see it, the project could be broken down into the following sections
1.Cansiter Design
2.DSV/BOV
3.ADV
4.Counterlungs
5.Hardware ECU
6.Firmware

Anyhow it's just an idea right now....
I trust you have read this thread?http://www.rebreatherworld.com/rebre...ebreather.html
__________________
Cheers,

Dave....

Man is the only animal burdened with the knowledge he will eventually die
(Offline)
 
Digg this Post!Add Post to del.icio.us
Reply With Quote
Old 13th January 2008, 11:29   #3 (permalink)
New Member
 
robertkarlsson's Avatar

Current Rebreather/s:
Not Bought Yet

Other Rebreather/s:
Not Bought Yet
 
Join Date: Oct 2007
Posts: 8
robertkarlsson is an unknown quantity at this point
Re: Open Source Rebreather Project

Quote: (Originally Posted by wedivebc) View Original Post
Well, imho what Alex has done is something we all can benefit from, the result of his very thorough research will help the community allot.

But since this is gear that will be sold i doubt we can just take a 1:1 copy of his design and build it.

Imho, with truly open i think the design, software and the implementation should be free to anyone to implement and modify.

I started a small project, nothing fancy just in the startup. Added my ideas and design thoughts to a internal wiki. I will put it online later when i think it has enough substance. Then people with way more experience and knowledge can bash my ideas and thoughts or contribute and make it better
I believe with all this huge amount of knowledge and experience that is found here it will be a good thing.

As a sidenote i have started to build the software controlling the rebreather functions. As it is now im developing it in two separate modules. One is the controlling software and one is the simulator.
The controller/simulator is basically an gui built on Jruby/swing where it runs multiple threads to achieve some type of parallelism on the hardware it simulates. Eg one thread for each sensor and input parameter. The Rebreather controller software module is separated from the simulator, the only thing it sees is the variable from the sensor outputs. This is to simulate sensor data poller. The reason i want them separated is thati want to have a controller logic that can easily be adapted to be used with the actual hardware instead of the simulator.

So with the simulator i can test different cases and see how my controller logic solves those issues. e.g. sensor errors/failures. The plan for now is that it all will run on a slimmed down version of a stable Linux / BSD kernel. As for controller i will use an rugged power efficient ARM based microcomputer.


I'm also pondering the best way to deliver sensor data to the contoller logic. I first thought about using RF and send it to the controller logic.
The pros are that i dont need the weakness of the cables and i also can send it to multiple controllers at a single time for redundancy without making a hole in the casing to the controller compartment. Maybe its even possible to send the data directly to a handheld sensor display(that will require a longer range and im sure it complicates things)?
The drawbacks of all this are that i will need more electronics and also a battery to the transmitter and A/D.

Using a cable, the pros are that i don't need external electronics and extra power source to get the sensor data. The drawback is that i need to make a hole to controller compartment. And if i need redundancy, eg multiple controllers i need to make multiple holes.

This all started as a project for me to get a better understanding of ECCR rebreather working principles and i like to tinker with things

Any feedback are highly appreciated.
(Offline)
 
Digg this Post!Add Post to del.icio.us
Reply With Quote
Old 14th January 2008, 08:29   #4 (permalink)
mik
New Member
 
mik's Avatar

Current Rebreather/s:
Inspiration Vision

Other Rebreather/s:
 
Join Date: Sep 2006
Location: Sydney North
Posts: 72
mik is a jewel in the roughmik is a jewel in the roughmik is a jewel in the roughmik is a jewel in the roughmik is a jewel in the roughmik is a jewel in the roughmik is a jewel in the rough
Send a message via Skype™ to mik
Re: Open Source Rebreather Project

What about fibre-optics transmitting light from LEDs for the controllers rather than cables? There would be no breach of watertight integrity that way.
__________________
It just fell apart in my hands, Chief!
(Offline)
 
Digg this Post!Add Post to del.icio.us
Reply With Quote
Old 14th January 2008, 10:21   #5 (permalink)
New Member
 
jsevland's Avatar

Current Rebreather/s:
Evolution

Other Rebreather/s:
 
Join Date: Aug 2007
Location: Norway
Posts: 52
jsevland is a jewel in the roughjsevland is a jewel in the roughjsevland is a jewel in the roughjsevland is a jewel in the roughjsevland is a jewel in the roughjsevland is a jewel in the roughjsevland is a jewel in the rough
Re: Open Source Rebreather Project

Hi

I'm not (likely) to build my own eCCR, but as part of my simple Evolution simulator I have been pondering the suitability of RF underwater.

Bear with me on my naive approach:
- Developing the wrist display controller on a J2ME platform
- Using "standard" Bluetooth for RF communication
- The setpoint controller(s) should be keept as simple as possible (not on Java), but with an RS-232 to Bluetooth IF

The advantage is that the development platform for J2ME is well supported,
and there are plenty of test-devices (any new mobile phone).
During development, simply stick the phone in a waterproof casing and dive it :-)

For production, the hardware needs to be a dedicated design, but using standard components (J2ME and Bluetooth).

I realize that Bluetooth is not without problems, both stability and RF underwater. To overcome RF transmition under water, could one use a cable as an antenna? The "antenna cable" would look like a normal cable, but there is little need to pressure guard it - since it is just a piece of metal to run the RF over.

Anyone who's tried Bluetooth periferals know that it can be a hassle. So it may be asking for trubble using it in a critial design. On the other hand, the community using Bluetooth is huge, and stability should improve.

This is just my $0.02, and I assume people like Alex would give it a horrible MTBF estimate ;-)

jsevland
(Offline)
 
Digg this Post!Add Post to del.icio.us
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



RebreatherWorld.Com ©2005 - 2008 Scuba Flair Limited
Rebreather World, Rebreather World and the Rebreather World Logo are Trademarks
All rights reserved, no republishing of content without written permission.
By using this website you have agreed to our Terms & Conditions of Use

Search Engine Optimization by vBSEO 3.1.0