openpilot-developers Mailing List for OpenPilot
Status: Pre-Alpha
Brought to you by:
tbrocklehurst
You can subscribe to this list here.
2008 |
Jan
|
Feb
(1) |
Mar
(1) |
Apr
|
May
(1) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
---|---|---|---|---|---|---|---|---|---|---|---|---|
2009 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(2) |
Aug
|
Sep
|
Oct
(6) |
Nov
|
Dec
(1) |
2010 |
Jan
(1) |
Feb
(6) |
Mar
(2) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(2) |
Dec
(1) |
2011 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(1) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(2) |
Dec
|
From: <ti...@en...> - 2011-11-17 18:25:21
|
> Hi all > > Anyone that knows when new CCs will be available? i'm rather eager to get > started building a quadcopter, but without the CC, I'll be stuck with a > KK, which isn't really what I want. > > Vennlige hilsener / Best regards > > roy Roy, I think you've found the wrong openPilot list! We are working on marine chart plotting. I think you want the guys at http://forums.openpilot.org/ Best of luck, Tim B. |
From: Roy S. K. <ro...@ka...> - 2011-11-17 10:06:21
|
Hi all Anyone that knows when new CCs will be available? i'm rather eager to get started building a quadcopter, but without the CC, I'll be stuck with a KK, which isn't really what I want. Vennlige hilsener / Best regards roy -- Roy Sigurd Karlsbakk (+47) 97542685 ro...@ka... http://blogg.karlsbakk.net/ -- I all pedagogikk er det essensielt at pensum presenteres intelligibelt. Det er et elementært imperativ for alle pedagoger å unngå eksessiv anvendelse av idiomer med fremmed opprinnelse. I de fleste tilfeller eksisterer adekvate og relevante synonymer på norsk. |
From: Tim B. <ti...@en...> - 2011-05-02 17:53:12
|
Ladies and Gentlemen, I realise that this mailing list has been quiet for the last few months, and this is largely because I have been concentrating on getting my house in order. It is getting there slowly. The good news is that I have added a little to OP over the last few months. New code has been committed to CVS in the "Servo" directory. It provides capability to control one of these: http://www.pololu.com/catalog/product/1352/resources The USB control is done directly through libusb-1.0 and the commands sent to it have been deciphered from the POLOLU source. It is not fully featured, but it does allow you to set position. This might be useful for anyone who intends to use it for hobby or autopilot purposes. I have an upcoming project to monitor and record various details of a racing dinghy, which will require improving the ADC support to handle MAX-11210 ADCs for load cells, as well as magnetometers, and possibly accelerometers. And of course, wind instruments and GPS. Don't hold your breath on this, but it is coming. I will photograph all of this and put together a presentation as it progresses. Cheers all, Tim B. -- OpenPilot - Open-source Marine Chart Plotter openDynamics - Open-source vessel dynamics Lead Developer http://openpilot.sourceforge.net http://opendynamics.engineering.selfip.org |
From: Tim B. <ti...@en...> - 2010-12-17 09:47:51
|
Ladies and gentlemen, Some of you will remember that when I re-wrote the map widget plotting routines to run in parallel it broke the plotting system, spewing artefacts all over the widget. I am pleased to say that this has now been fixed and committed to CVS. I have also brought the option to use multi-threading under software control, instead of a compile-time option. I am currently working on a small utility to extract sections of coastline in a given area. This will allow you to load and use only your local coastline as opposed to that for the entire planet. This should reduce the memory footprint a bit, and will not hurt speed either. Hopefully this will be on CVS before christmas, and it later it will be integrated into the main OpenPilot GUI. Cheers for now, Tim B. -- OpenPilot - Open-source Marine Chart Plotter Lead Developer http://openpilot.sourceforge.net |
From: Tim B. <ti...@en...> - 2010-11-19 22:43:24
|
Ladies and gentlemen, We have a WIKI!!! Feel free to visit, register, and start sharing your knowledge and experience of OpenPilot. I have also built a status panel widget. It uses geometry in *.3dm files, which are native to the Rhinoceros CAD system, but there are some open-source packages which will export them. The status panel requires a multiplexed data input, so I've written a widget called "mux" to do the conversion (from, say data(double) to data(int, double) ie. adding a channel number). The status panel expects a file called "settings.xml" in your ~/.openpilot directory, which will become the standard settings file for everything. I have also improved the install script. Please see the FAQ on the wiki for details on how to use this, but it is now a bit more complete. Cheers for now, Tim B. -- OpenPilot - Open-source Marine Chart Plotter Lead Developer http://openpilot.sourceforge.net |
From: Tim B. <ti...@en...> - 2010-11-03 19:41:56
|
Ladies and gentlemen, I have managed to find some time while renovating my house to add some more content to the website. I have added new photos to the photo album, and also uploaded PDF versions of the presentations given so far. I am also considering adding a wiki to the site, though that will have to wait until I have more time. Cheers all, Tim B. -- OpenPilot - Open-source Marine Chart Plotter Lead Developer http://openpilot.sourceforge.net |
From: Tim B. <ti...@en...> - 2010-03-28 23:00:02
|
On Sunday 28 March 2010 22:25:05 you wrote: > Message body follows: > > Hi. > > I just downloaded openPilot release, but had problems > compiling it with windows (microsoft visual studio 2008, Qt > 4.6.2). > > So I downloaded your snapshot, which contains a lot more, > but also seems to have severe problems with windows. Can you > please tell me if I am doing someting wrong, or is the code > not really ported to windows ? > > Which linux platform are you using for development ? > > In case it is not ported to windows, I would like to > volounteer for the job, since I would like to use it for > route planning on my notebook. > > looking forward to hear from you. > rgds > Jan Iversen > > -- > This message has been sent to you, a registered SourceForge.net user, > by another site user, through the SourceForge.net site. This message > has been delivered to your SourceForge.net mail alias. You may reply > to this message using the "Reply" feature of your email client, or > using the messaging facility of SourceForge.net at: > https://sourceforge.net/sendmessage.php?touser=2859889 > Jan, OpenPilot hasn't recently been compiled on Windows. In the last few months, the map widget has been re-written extensively, so I make no guarantees! I did manage to compile the map widget under Windows using MinGW way back in 2009 (2nd Quarter? who knows!). Most of the other code should be possible to port reasonably easily, if it doesn't just compile straight away (one of the advantages of using QT). At present the map widget doesn't contain much for route planning (I just haven't got there yet!) and it is still in a bit of a state of flux as I finish the layout of the chart plotting system. This is moving towards renderers, datastores and data loaders, which is how the CM93/2 and point of interest handling is written. Hopefully this will make the dependencies more modular (eg. enable the user to remove the GDAL dependency without crippling all chart support as at present). My thoughts so far on route planning were to use the map widget to provide locations (perhaps by mouse-click, or nearest object) to a separate widget which could then supply data to an autopilot or similar. This hopefully prevents the map widget from becoming too large (it's already pretty big), and hopefully allows us to re-use the lighter route planning/route control widget on lower-spec hardware than required for the full map widget. At present I'm developing on Debian Squeeze under KDE4.2 with standard tools. If you'd like the job of porting the code then it's yours! I would suggest that you start porting the simpler widgets first, then work up to the widgets which have dependencies (notably AISDecoder--sqlite3 and the map widget - GDAL). I would not be surprised if you have trouble with GDAL, but you can use older versions if you don't want/need GRIB support. Thanks for your interest, Tim B. -- OpenPilot - Open-source Marine Chart Plotter Lead Developer http://openpilot.engineering.selfip.org |
From: hkx <gi...@gm...> - 2010-03-09 08:13:46
|
Noticed that support for radar map overlay is in the roadmap. Does anyone have access or know how to get access to the protocols? Is anyone working on supporting the BR24 on openpilot? Nelson |
From: Sivakumaran S <siv...@gm...> - 2010-02-26 13:23:31
|
Hello, I have created a skeletal qt4 application with one Map widget. the project compiles ok, but gives out the following error when run - Initialising OpenPilot::Map::Coastline Could not load Coastline - /charts/gshhs_l.b Initialising OpenPilot::Map::OSMap Initialising OpenPilot::Map::AIS Grib :: GRIB files are supported by this build Initialising OpenPilot::Map::Gazetteer Initialising OpenPilot::Map Segmentation fault some clues...? S Sivakumaran |
From: Tim B. <ti...@en...> - 2010-02-20 19:04:51
|
Ladies and Gentlemen, I have enabled anonymous posting on the OP forums on sourceforge. If this fills up me RSS reader too quickly then we'll drop back to the old authenticated method, but we'll try this for a while. This should make it nice and easy for you to post comments and questions. The forum URL is below: http://sourceforge.net/projects/openpilot/forums/index/page/1 Tim B. -- OpenPilot - Open-source Marine Chart Plotter Lead Developer http://openpilot.engineering.selfip.org |
From: Tim B. <ti...@en...> - 2010-02-09 09:36:58
|
I would have been a day earlier, but I only found out from facebook! Thanks for e-mailing about a pretty important change SF! Really there is no problem with where the CVS repo is hosted, but if we move it, it might as well be to a locationg that we have complete control over. Tim B. On Tue, February 9, 2010 1:59 am, Jim Thompson wrote: > Tim, > > 1) You're a day late. SF has reversed themselves. > <https://sourceforge.net/blog/some-good-news-sourceforge-removes-blanket-blocking/> > 2) Any reason not to move it to github anyway? > > Jim > > On Feb 8, 2010, at 1:50 PM, Tim Brocklehurst wrote: > >> As some of you may know, Sourceforge recently blocked users in some >> countries >> from downloading content from Sourceforge.net. Interestingly, I can't >> find any >> e-mails from Sourceforge informing me that this blocking was going to >> happen. >> The full story is linked below. >> >> http://sourceforge.net/blog/clarifying-sourceforgenets-denial-of-site-access- >> for-certain-persons-in-accordance-with-us-law/ >> >> I take the freedom of software very seriously, and I see no reason why >> we >> should pander to the US's idiocracy. OpenPilot does not constitute a >> Military >> or Strategic capability, and it is therefore perfectly reasonable that >> it >> should be available worldwide. >> >> For the moment, the CVS repository will remain on Sourceforge, but if >> there is >> any further restrictive action, I will move it to my own server and host >> the >> content myself. I have no intention to stop developing, or change the >> license >> we operate under, but I feel very strongly that if we are to develop >> free >> software, it is for the benefit of everyone, not just our best friends. >> >> You will notice that the web address in my signature has changed. I have >> been >> hosting the site for some time now, with no issues at all. You may use >> the >> direct URL (below) or access the site via sourceforge, whichever is more >> convenient. >> >> Cheers, >> >> Tim B. >> -- >> OpenPilot - Open-source Marine Chart Plotter >> Lead Developer >> http://openpilot.engineering.selfip.org >> >> ------------------------------------------------------------------------------ >> The Planet: dedicated and managed hosting, cloud storage, colocation >> Stay online with enterprise data centers and the best network in the >> business >> Choose flexible plans and management services without long-term >> contracts >> Personal 24x7 support from experience hosting pros just a phone call >> away. >> http://p.sf.net/sfu/theplanet-com >> _______________________________________________ >> Openpilot-developers mailing list >> Ope...@li... >> https://lists.sourceforge.net/lists/listinfo/openpilot-developers > > > -- OpenPilot - Open-source Marine Chart Plotter Lead Developer http://openpilot.sourceforge.net |
From: Jim T. <ji...@ne...> - 2010-02-09 03:51:40
|
Tim, 1) You're a day late. SF has reversed themselves. <https://sourceforge.net/blog/some-good-news-sourceforge-removes-blanket-blocking/> 2) Any reason not to move it to github anyway? Jim On Feb 8, 2010, at 1:50 PM, Tim Brocklehurst wrote: > As some of you may know, Sourceforge recently blocked users in some countries > from downloading content from Sourceforge.net. Interestingly, I can't find any > e-mails from Sourceforge informing me that this blocking was going to happen. > The full story is linked below. > > http://sourceforge.net/blog/clarifying-sourceforgenets-denial-of-site-access- > for-certain-persons-in-accordance-with-us-law/ > > I take the freedom of software very seriously, and I see no reason why we > should pander to the US's idiocracy. OpenPilot does not constitute a Military > or Strategic capability, and it is therefore perfectly reasonable that it > should be available worldwide. > > For the moment, the CVS repository will remain on Sourceforge, but if there is > any further restrictive action, I will move it to my own server and host the > content myself. I have no intention to stop developing, or change the license > we operate under, but I feel very strongly that if we are to develop free > software, it is for the benefit of everyone, not just our best friends. > > You will notice that the web address in my signature has changed. I have been > hosting the site for some time now, with no issues at all. You may use the > direct URL (below) or access the site via sourceforge, whichever is more > convenient. > > Cheers, > > Tim B. > -- > OpenPilot - Open-source Marine Chart Plotter > Lead Developer > http://openpilot.engineering.selfip.org > > ------------------------------------------------------------------------------ > The Planet: dedicated and managed hosting, cloud storage, colocation > Stay online with enterprise data centers and the best network in the business > Choose flexible plans and management services without long-term contracts > Personal 24x7 support from experience hosting pros just a phone call away. > http://p.sf.net/sfu/theplanet-com > _______________________________________________ > Openpilot-developers mailing list > Ope...@li... > https://lists.sourceforge.net/lists/listinfo/openpilot-developers |
From: Tim B. <ti...@en...> - 2010-02-08 23:50:28
|
As some of you may know, Sourceforge recently blocked users in some countries from downloading content from Sourceforge.net. Interestingly, I can't find any e-mails from Sourceforge informing me that this blocking was going to happen. The full story is linked below. http://sourceforge.net/blog/clarifying-sourceforgenets-denial-of-site-access- for-certain-persons-in-accordance-with-us-law/ I take the freedom of software very seriously, and I see no reason why we should pander to the US's idiocracy. OpenPilot does not constitute a Military or Strategic capability, and it is therefore perfectly reasonable that it should be available worldwide. For the moment, the CVS repository will remain on Sourceforge, but if there is any further restrictive action, I will move it to my own server and host the content myself. I have no intention to stop developing, or change the license we operate under, but I feel very strongly that if we are to develop free software, it is for the benefit of everyone, not just our best friends. You will notice that the web address in my signature has changed. I have been hosting the site for some time now, with no issues at all. You may use the direct URL (below) or access the site via sourceforge, whichever is more convenient. Cheers, Tim B. -- OpenPilot - Open-source Marine Chart Plotter Lead Developer http://openpilot.engineering.selfip.org |
From: Tim B. <ti...@en...> - 2010-02-05 20:06:35
|
Ladies and Gentlemen, There have been quite a few changes to the OpenPilot source recently. None of them have been comitted yet, because they're still not particularly stable. There have been some minor improvements in the NMEA Parser and AIS Widgets (like loading xml AIS data in a separate thread), but the main work has been going on in the map widget. The normal screen plotting now uses a multi-thread mechanism, where each layer of data is rendered to a QImage, then each QImage is composited to form the display which we know and love (well some of us love it). While I have been doing this, I have also added alpha-channel blending to the AIS plots, which means that the older position fixes are semi-transparent. This looks quite neat, and an example is in the screenshot below. http://openpilot.engineering.selfip.org/gallery.php?display=Screenshots%2FScreenshot0022.png There is a possibility that we will have a new developer, who wants to develop an autopilot system, and feels that OpenPilot would be a suitable base for this purpose. I find this very exciting, as it's the exact reason for OP being written as it is. Of course, the extra active developer is nice as well! Finally, this news e-mail is new. I'll try to do it every month to let everyone know what's going on with the code. I realise so far I have missed release dates like they haven't even been there, but I'm hoping that the first official version will be something worth waiting for. Cheers for now, Tim B. -- OpenPilot - Open-source Marine Chart Plotter Lead Developer http://openpilot.sourceforge.net |
From: Tim B. <ti...@en...> - 2010-01-14 20:54:34
|
I recieved this e-mail from Andrew today. He seems quite happy to share knowledge of NMEA2000. Would anyone like to develop this in a similar way to the existing NMEA0183? Cheers All, Tim B. ---------- Forwarded Message ---------- Subject: Our C# project Date: Thursday 14 January 2010 From: Andrew Mason <a....@au...> To: tbr...@us... Dear Tim, I have just come across your Open Pilot project (via your comment at http://www.boatdesign.net/forums/onboard-electronics-controls/avia-virtual- instruments-windows-pcs-27994.html), and wanted to tell you about the work that we are doing in the University of Auckland, New Zealand. I supervised a student project last year to understand the NMEA 2000 (N2k) format. As part of this, I have been liaising with Kees (http://yachtelectronics.blogspot.com/) to share what we have learnt; you may have seen his occasional comments on Panbo.com. He has created an XML file containing N2k definitions for us to use. I have also been working with a student on developing open source software in C# to receive and display N2k data. We are currently adding the ability to handle 0183 messages as well. The user can build their own displays using the C# compile time editor, which (with thanks to some C# tricks) gives us access to lots of standard C# dial and text controls. This code is not yet released anywhere, but will be soon(ish!); I will let you know when this happens. Our software does not have any of the plotting capabilities you have developed, but otherwise has similar goals. If you are interested in adding N2k support, then it may be beneficial to work together on this. Our code attempts to be very general in that it read in an XML N2k definition file from which the N2k support is constructed. (Our XML file is somewhat more detailed than Kees' file.) A similar approach would work in C++. Collaborating on standard schemes for sending N2k over ethernet could also be good. We currently use the Actisense NGT N2k-to-USB adapter for our interfacing; if you are interested, I can give you details on how to use this without requiring any Actisense DLL's. I look forward to hearing from you. Cheers, Andrew PS: You can see some early N2k-related images at http://www.yachtsciences.com/ ------------------------------------------------------- -- OpenPilot - Open-source Marine Chart Plotter Lead Developer http://openpilot.sourceforge.net |
From: Tim B. <ti...@en...> - 2009-12-11 20:28:41
|
On Friday 11 December 2009 13:46:28 you wrote: > Hi Tim > > I have been following the openpilot project with some interest for a > long time now. As I am busy building a yacht at the moment I am getting > to the stage > were I have to decide witch direction I am going to go for in the pilot > house ie: navigation / monitoring etc. > > When I look at the pricing of the brand name products I keep on > thinking that there must be a way of not being locked into the big > manufactures. With me being a avid GPL'er i am interested to take this > project to a commercial level. > > Can You please contact me if you are interested. > > Thanx Andre > > > Andre van Biljon > email aj...@gm... > skype ajvb_za > Andre, Thanks for your interest in the OpenPilot project! It's nice to know that it's getting noticed. To be honest, I'm not particularly interested in the commercial aspects of this project at the moment, for a few reasons, but mainly beacuse I don't have the time (or the developers) to develop a commercial piece of software (well, not in addition to a full-time job). However, there are areas which lend themselves to commercial involvment, particularly with miniature tank displays and data repeaters, and with larger multi-monitor bridge systems. The former is under some investigation, and will feed into the latter. Hardware at the moment is starting to look like a bespoke solution on a per- yacht basis (although in it's simplest form it is a PC in a waterproof case). In the first instance, I suggest that you consider installation in your own yacht. I will be approaching some of the large pleasure boat manufacturers at the end of next year to gauge thier interest in a flexible bridge system. If you have any queries please don't hesitate to contact me. Tim Brocklehurst -- OpenPilot - Open-source Marine Chart Plotter Lead Developer http://openpilot.sourceforge.net |
From: Tim B. <ti...@en...> - 2009-10-24 16:29:18
|
Ladies and gentlemen, Due to the e-mail below, I can't afford to develop support for CMap's CM93-3 format for UK waters, and I suggest that we focus our attention on other vector chart formats. The obvious suggestion is the Admiralty Vector Chart Service which uses the IHO-S63 data format and starts at about £140 for a folio of 10 charts, then £15 per chart thereafter if my memory serves me correctly. Thanks, Tim B. -- OpenPilot - Open-source Marine Chart Plotter Lead Developer http://openpilot.sourceforge.net ---------- Forwarded Message ---------- Subject: Cost ofCM-93/3 charts Date: Friday 16 October 2009 From: "Lockhart, Rob (KHSS)" <Rob...@ke...> To: "ti...@en..." <ti...@en...> Hello You can't just get the Solent Area [SC5600]; it would have to be the whole of the South Coast, see pic and the cost is $880. [cid:188125610@16102009-0763]<http://www.c- map.no/img/cmworld/specialareas/Z1-192.png> Best Regards Rob Lockhart. ________________________________ ************************************************ Kelvin Hughes Ltd Registered Office: New North Road, Hainault, Ilford, IG6 2UR United Kingdom Registered in England & Wales: 01030135 The information contained in, or attached to, this e-mail, may contain confidential information and is intended solely for the use of the individual or entity to whom they are addressed and may be subject to legal privilege. If you have received this e-mail in error you should notify the sender immediately by reply e-mail, delete the message from your system and notify your system manager. Please do not copy it for any purpose, or disclose its contents to any other person. The views or opinions presented in this e-mail are solely those of the author and do not necessarily represent those of the company. The recipient should check this e-mail and any attachments for the presence of viruses. The company accepts no liability for any damage caused, directly or indirectly, by any virus transmitted in this email. ************************************************ ______________________________________________________________________ This email has been scanned by the MessageLabs Email Security System. For more information please visit http://www.messagelabs.com/email ______________________________________________________________________ ------------------------------------------------------- |
From: Tim B. <ti...@en...> - 2009-10-24 16:23:54
|
Ladies and Gents, The web site is going through (yet) another facelift, but I'm pretty happy with the result so far, and it makes for easier branding than the 2009 version. Could anyone who wants their details on the site drop me a note with thier details (and perhaps a bit of blurb). I can now get business cards from VistaPrint for OpenPilot. Please let me know if anyone is interested. Thanks, Tim B. -- OpenPilot - Open-source Marine Chart Plotter Lead Developer http://openpilot.sourceforge.net |
From: Tim B. <ti...@en...> - 2009-10-08 20:06:27
|
Dear Sir or Madam, I have recently contacted your southampton office to ask for some assistance in implementing support for C-Map's CM93-3 vector chart format within OpenPilot. OpenPilot is an open-source (freely downloadable) software project to provide sailors with a customisable navigation and monitoring mechanism. The full source-code is available on the web, and anyone with an interest is welcome to contribute. Support is already provided for S-57 charts, which cover North America, but I do not as yet have any coverage for the rest of the world. I have found another Open-Source project (called OpenCPN) which claims to support CM93-3. Since the source-code for this is available, it is my intention to base Open-Pilot's CM93-3 implementation on the read-routines present in OpenCPN. I have no intention of using this system to bypass the security and encrytion of the CM93-3 charts, though I am aware that the system is open to abuse. Therefore, I would very much appreciate any assistance you could provide to see if OpenCPN will import a CM93-3 format chart, and if so, purchase charts for the Solent (similar area to SC5600 folio), which should allow me to begin implementation of at least the UK charts. I would also appreciate it if you could tell me the typical cost of the CM93-3 charts. Many thanks in advance, Tim Brocklehurst. -- OpenPilot - Open-source Marine Chart Plotter Lead Developer http://openpilot.sourceforge.net |
From: Tim B. <ti...@en...> - 2009-10-06 18:48:10
|
Martin, Thanks, that's great. That should be an interesting sender, as the resistance is low.Do you have any information about the rated current for it? I'm a bit busy at work this week and next, but I could pop in on the following monday (19th) if you are around. I would also be happy to give you a demonstration of what OpenPilot can do, as I will have access to a laptop then. Many Thanks, Tim Brocklehurst On Tuesday 06 October 2009 10:47:40 you wrote: > Tim, > > No problem with hardware. I can offer you a 0 - 180 ohm sender and a > matching gauge if you need it. Just let me know when you want to come and > get it an I will make sure it is available. > > Cheers, > > Martin > > Martin Rye > Managing Director > > The Tek-Group, The Old Stables, West End Farm, Upper Froyle, Hampshire. > GU34 4JR. UK. TEL: > +44 (0)1420 520830 > FAX: > +44 (0)1420 520840 > EMAIL: > ma...@te... > WEB: > www.tek-tanks.com > > > > NOTICE: This message, and any attachment transmitted with it, is intended > only for use by the named addressee and may contain privileged and/or > confidential information. If you are not the named addressee you should > not disseminate, copy or take any action in reliance on it. If you have > received this message in error please notify web...@te... and > delete the message and any attachments accompanying it immediately. > Opinions, conclusions and other information in this message that do not > relate to the official businesses of The Tek Group do not necessarily > reflect the views of the company. We have taken all reasonable measures to > protect this email from viruses, however we cannot accept any liability > arising from virus transmission which results in your accessing any part > of this message. > > Please consider the environment before printing this e-mail. > > > > -----Original Message----- > From: Tim Brocklehurst [mailto:ti...@en...] > Sent: 05 October 2009 19:44 > To: Martin Rye > Cc: ope...@li... > Subject: Re: OpenPilot tank sender support > > Martin, > > I'm really interested in making sure that what I think is going on is > actually the case, primarily so that I can document the required circuits > and code. This will allow us to provide a tank display in future, which > will become ever-more useful as OP becomes a mechanism for integrated > bridge systems. > > All I am asking from you is really to borrow some hardware for a few days > to build up the interface electronics. > > Thanks, > > Tim Brocklehurst > > > Tim, > > > > Thank you for your mail. > > To be honest I am not sure what you require from me. > > Please let me know how I can help. > > > > Regards, > > > > Martin > > > > > > Martin Rye > > Managing Director > > > > The Tek-Group, The Old Stables, West End Farm, Upper Froyle, Hampshire. > > GU34 4JR. UK. TEL: > > +44 (0)1420 520830 > > FAX: > > +44 (0)1420 520840 > > EMAIL: > > ma...@te... > > WEB: > > www.tek-tanks.com > > > > > > > > NOTICE: This message, and any attachment transmitted with it, is intended > > only for use by the named addressee and may contain privileged and/or > > confidential information. If you are not the named addressee you should > > not disseminate, copy or take any action in reliance on it. If you have > > received this message in error please notify web...@te... > > and delete the message and any attachments accompanying it immediately. > > Opinions, conclusions and other information in this message that do not > > relate to the official businesses of The Tek Group do not necessarily > > reflect the views of the company. We have taken all reasonable measures > > to protect this email from viruses, however we cannot accept any > > liability arising from virus transmission which results in your accessing > > any part of this message. > > > > Please consider the environment before printing this e-mail. > > > > > > > > -----Original Message----- > > From: Tim Brocklehurst [mailto:ti...@en...] > > Sent: 03 October 2009 18:23 > > To: Martin Rye > > Subject: OpenPilot tank sender support > > > > Martin, > > > > You may remember that we discussed the mechanisms that electronic > > tank-senders use for implementation in the Open-Source project > > OpenPilot. > > > > OpenPilot is designed as primarily a navigational tool, but it is > > developed in a modular fashion, so it is highly flexible in it's > > application. Clearly a useful display aboard any vessel is the tank > > level, and I think this can be included in OpenPilot with a little bit of > > low-cost hardware. > > > > From what you told me at the boat-show, the tank senders operate either > > by varying resistance, or by varying the output voltage. This should be > > reasonably easy to measure, as we have already implemented an 8 channel > > Analogue to Digital converter, so we are just looking at the hardware > > required to convert the signal to something that we can measure on the > > ADC (a 0v to 4.096v analogue signal). > > > > We can then look at using a lower-spec ADC independently (rather than the > > current MAX186 which some might consider overkill). We will, of course, > > provide you with full details of the investigation (though I would like > > to publish any circuit-diagrams and code as part of OpenPilot), and with > > this, we may be able to help develop an on-board digital display, if you > > feel this would be beneficial. > > > > Best Regards, > > > > Tim Brocklehurst > -- OpenPilot - Open-source Marine Chart Plotter Lead Developer http://openpilot.sourceforge.net |
From: Tim B. <ti...@en...> - 2009-10-05 18:44:36
|
Martin, I'm really interested in making sure that what I think is going on is actually the case, primarily so that I can document the required circuits and code. This will allow us to provide a tank display in future, which will become ever-more useful as OP becomes a mechanism for integrated bridge systems. All I am asking from you is really to borrow some hardware for a few days to build up the interface electronics. Thanks, Tim Brocklehurst -- OpenPilot - Open-source Marine Chart Plotter Lead Developer http://openpilot.sourceforge.net On Monday 05 October 2009 16:39:02 you wrote: > Tim, > > Thank you for your mail. > To be honest I am not sure what you require from me. > Please let me know how I can help. > > Regards, > > Martin > > > Martin Rye > Managing Director > > The Tek-Group, The Old Stables, West End Farm, Upper Froyle, Hampshire. > GU34 4JR. UK. TEL: > +44 (0)1420 520830 > FAX: > +44 (0)1420 520840 > EMAIL: > ma...@te... > WEB: > www.tek-tanks.com > > > > NOTICE: This message, and any attachment transmitted with it, is intended > only for use by the named addressee and may contain privileged and/or > confidential information. If you are not the named addressee you should > not disseminate, copy or take any action in reliance on it. If you have > received this message in error please notify web...@te... and > delete the message and any attachments accompanying it immediately. > Opinions, conclusions and other information in this message that do not > relate to the official businesses of The Tek Group do not necessarily > reflect the views of the company. We have taken all reasonable measures to > protect this email from viruses, however we cannot accept any liability > arising from virus transmission which results in your accessing any part > of this message. > > Please consider the environment before printing this e-mail. > > > > -----Original Message----- > From: Tim Brocklehurst [mailto:ti...@en...] > Sent: 03 October 2009 18:23 > To: Martin Rye > Subject: OpenPilot tank sender support > > Martin, > > You may remember that we discussed the mechanisms that electronic > tank-senders use for implementation in the Open-Source project OpenPilot. > > OpenPilot is designed as primarily a navigational tool, but it is developed > in a modular fashion, so it is highly flexible in it's application. > Clearly a useful display aboard any vessel is the tank level, and I think > this can be included in OpenPilot with a little bit of low-cost hardware. > > From what you told me at the boat-show, the tank senders operate either by > varying resistance, or by varying the output voltage. This should be > reasonably easy to measure, as we have already implemented an 8 channel > Analogue to Digital converter, so we are just looking at the hardware > required to convert the signal to something that we can measure on the ADC > (a 0v to 4.096v analogue signal). > > We can then look at using a lower-spec ADC independently (rather than the > current MAX186 which some might consider overkill). We will, of course, > provide you with full details of the investigation (though I would like to > publish any circuit-diagrams and code as part of OpenPilot), and with this, > we may be able to help develop an on-board digital display, if you feel > this would be beneficial. > > Best Regards, > > Tim Brocklehurst > |
From: Tim B. <ti...@en...> - 2009-10-04 12:31:35
|
Graeme, Thanks for your quick response. I appreciate that you would not wish to compromise your signalling protocols (I had assumed that you were using standards-compliant signalling). I am well aware of the current economic situation, and I appreciate that few companies have excess resources. Ironically, this is a very good thing for the uptake of Open-Source software, but it is not good for its development when collaboration is required! Please don't hesitate to contact me if you wish to use OpenPilot, or collaborate in its development in the future. Thanks, Tim Brocklehurst. On Sunday 04 October 2009 10:06:08 you wrote: > Tim > > Although we use the CAN bus in our system we have developed our own > proprietary signalling that I would not want in the public domain. At some > time > in the future we will develop a CAN bridge that conforms to international > standards > (NMEA2000, J1946 etc). > > Right now with the general depression in the industry we have our backs to > the wall and every effort is being expended on current projects that will > provide > short term pay back. At present we simply don't have the resources to > contribute to your > project. > > I will however watch your work with interest and perhaps some time in the > further there will > a possibility for collaboration. > > I wish you all the best > > Graeme > > > > ----- Original Message ----- > From: "Tim Brocklehurst" <ti...@en...> > To: <gr...@ha...> > Sent: Saturday, October 03, 2009 6:01 PM > Subject: Collaboration between Hybrid-Marine Ltd and OpenPilot > > > Graeme, > > > > You may remember that we discussed the Open-Source project OpenPilot at > > the > > > boat-show (final Saturday). I thought I'd allow a little time for you to > > recover after the boat-show (having worked on one a few years back I know > > what > > > it's like!). I am now trying to push forward with some development work > > on OpenPilot, and part of that involves CAN-bus and/or NMEA2000 for > > communication > > > with engines (and later other NMEA2000 instruments). > > > > Having seen your hybrid engine technology at the boatshow, it seems that > > we > > > may be able to work together, as OpenPilot is a good platform to use as a > > data-logger or possibly developed to be a real-time control mechanism, > > and > > I > > > would be happy to demonstrate it's capability in these areas. > > > > In return for your contribution to the project (for enabling the > > development > > > of a CANbus interface), I will add whatever contact details you wish to > > our > > > website. > > > > Best Regards, > > > > Tim Brocklehurst > -- OpenPilot - Open-source Marine Chart Plotter Lead Developer http://openpilot.sourceforge.net |
From: Timothy B. <ti...@en...> - 2009-07-26 08:24:13
|
Ladies and Gentlemen, I am pleased to announce that OpenPilot v1 beta has been released. I hope to release the final V1 in January. As you are all aware, OpenPilot is primarily written for Linux, but can be run on windows if the charts and grib data are disabled. Cheers, Tim B. -- OpenPilot - Open-source Marine Chart Plotter Lead Developer http://openpilot.sourceforge.net |
From: Tim B. <ti...@en...> - 2009-07-09 10:27:07
|
Ladies and Gentlemen, I thought it was about time I sent another quick e-mail to the list. As some of you may know, I have been quite ill recently, which has affected OpenPilot's development somewhat. However, I am now recovering, and you'd be amazed how few things there are to do at home when you can't do anything manual. Hence some of you may have noticed a flurry of commits to CVS in the last week or so. I think we're now at a point where most of the code is quite stable. There are bugs in it (the AIS calculations for instance, and OSM only reporting streetnames for the first loaded patch). I have added a point of interest system, so that you can import chart geometry from an XML file. This needs a small tweak, to allow us to handle all forms of geometry, at present it only does buoys. I'll do this over the next few days. I have re-built the Website, and it is now being hosted on my server. there is an automatic 301 redirect from http://openpilot.sourceforge.net so there is no change in the operation of the site. We also now have a logo, that will make it into CVS when I get round to it. If anyone has screenshots or pictures of OP in action (anyone got it near a boat yet?), just e-mail them to me and I'll get them into the gallery. A point now for our UK developers. I have spoken to Kelvin Hughes (chart suppliers in Southampton) and it seems that all the admiralty Vector Charts are supplied in S-63 format. S-63 it turns out is a security wrapper around S-57, which is a complete pain. However, C-Map's Vector charts are claimed (on the web at least) to be compatible with the S-57 standard. Kelvin Hughes have offered their full support in helping us understand which Charts we may be able to support. American developers are OK here as the NOAA has released everything in S-57 which is currently supported (well, mostly). Cheers for now, Tim Brocklehurst -- OpenPilot - Open-source Marine Chart Plotter Lead Developer http://openpilot.sourceforge.net |
From: Tim B (Software) <ti...@bt...> - 2008-05-16 17:32:00
|
Ladies and Gentlemen, I just thought I'd let you know that the Map Widget used in OpenPilot will now compile under Windows. The method to compile it is documented in the CVS repositories, and will be available via the snapshot on the openpilot website on Sunday night. This should be exciting news for those who don't have Linux systems to develop OpenPilot on. That said, there are still some bugs. Most notably, there is no AIS web feed on windows (requires wget to be in your path) and no OpenStreetmap feed either. If someone would like to investigate these that would be great. I have noticed that Tom Speer (of forums.boatdesign.net) has been quite keen to investigate OpenPilot. Does anyone have a Mac that they could compile OP on for him? It *should* be a fairly straight-forward job. My plan now is to concentrate on writing the documentation and roadmap. Other features high up on the priority list are import of GPS from a log file, and proper serial port settings (options are already in settings file) to allow people to use older NMEA hardware. Cheers All, Tim B. |