To view this discussion on the web, visit https://groups.google.com/d/msgid/microtransat/aa560416-480c-6a10-0265-8d5524e70480%40aber.ac.uk.
--
You received this message because you are subscribed to the Google Groups "Microtransat" group.
To unsubscribe from this group and stop receiving emails from it, send an email to microtransat...@googlegroups.com.
To view this discussion on the web, visit https://groups.google.com/d/msgid/microtransat/0afe70a2-d5f0-60f4-5231-30f7bcd36e4a%40kalopa.com.
--
You received this message because you are subscribed to the Google Groups "Microtransat" group.
To unsubscribe from this group and stop receiving emails from it, send an email to microtransat...@googlegroups.com.
To view this discussion on the web, visit https://groups.google.com/d/msgid/microtransat/c75d2269-062c-80d6-bfc4-4782f552c5d7%40gmail.com.
--
You received this message because you are subscribed to the Google Groups "Microtransat" group.
To unsubscribe from this group and stop receiving emails from it, send an email to microtransat...@googlegroups.com.
To view this discussion on the web, visit https://groups.google.com/d/msgid/microtransat/0dac7e73-1f5e-025c-f266-ae25ed8959ce%40gmail.com.
The Ardupilot and the Px4 are very versatile although you don’t actually program it as much as configure the operating parameters, with versatility comes complexity, there’s a lot to them. The Arduino controllers are good for peripheral interface of devices, GPS, compass, servos, WiFi module and so forth. Although you can do some limit control such as P&ID, that’s not what they are really made for especially if you’re trying to send an autonomous boat across the Atlantic. For that you should use a microcomputer such as a Raspberry Pi. I have been working on that kind of a system for a while, actually on and off for a while as I have to many other projects. I have it now that the Arduino reads the GPS and compass and sends that info to the Pi. The pi will store waypoints and calculate the heading based on the info from the Arduino then send a course correction to the Arduino for the servos. There is programming involved with all of these options but I find the Arduino/Pi combo a good middle of the road between the three. I will be upgrading the Arduino to an ESP32 as it has a few other built in options like WiFi that someone had previously mentioned.
They don’t use a lot of battery power, you can put them into a sleep mode where the power consumption goes way down. But while it’s a sleep it’s not in control, you can wake it up every 15 minutes or so, check your course, trim the course, send a status message and go back to sleep.
John
John Lamport
Controls Engineer
Munters Corporation
79 Monroe Street, Amesbury, MA 01913 United States
Tel dir: 978-241-1196,
E-mail: john.l...@munters.com,
FACEBOOK | TWITTER | YOUTUBE | LINKEDIN
This e-mail is solely intended for the addressee(s) and may be of a confidential nature. If received in error, kindly notify the sender and delete the e-mail. E-mail is susceptible to data corruption, interception, unauthorized amendment, tampering and viruses, and we only send and receive e-mails on the basis that we are not liable for any such corruption, interception, amendment, tampering or viruses or any consequences thereof. Any opinions expressed in this message are those of the author and do not necessarily reflect the opinions of Munters.
From: microt...@googlegroups.com <microt...@googlegroups.com>
On Behalf Of Pierce Nichols
Sent: Monday, September 19, 2022 1:13 PM
To: Francis Roussel <franc....@gmail.com>
Cc: Microtransat <microt...@googlegroups.com>
Subject: Re: [microtransat] Choix
You don't often get email from pierce...@gmail.com. Learn why this is important |
CAUTION: This email originated from outside of Munters. Do not click links or open attachments unless you recognize the sender and know the content is safe.
To view this discussion on the web, visit https://groups.google.com/d/msgid/microtransat/CAJf8zHRCDppRSZ70Vk2iLF%2BjYe9q9HiMDWT67s-DAE-t5-H2AQ%40mail.gmail.com.
To view this discussion on the web, visit https://groups.google.com/d/msgid/microtransat/SJ0PR17MB58878D9F67AA26E25AB26D04874D9%40SJ0PR17MB5887.namprd17.prod.outlook.com.
To view this discussion on the web, visit https://groups.google.com/d/msgid/microtransat/3f98678f-d3fd-ec84-7951-5616a673eb01%40gmail.com.
To view this discussion on the web, visit https://groups.google.com/d/msgid/microtransat/3579392b-c922-41d7-9114-b99343601a15n%40googlegroups.com.
[RHYBUDD! E-BOST ALLANOL / CAUTION! EXTERNAL E-MAIL]
To view this discussion on the web, visit https://groups.google.com/d/msgid/microtransat/2aee0f6a-f9e6-7800-5e9f-ad09d7249bcf%40gmail.com.
To view this discussion on the web, visit https://groups.google.com/d/msgid/microtransat/7804732d-78f9-a979-c788-bab701ddd07c%40aber.ac.uk.
To view this discussion on the web, visit https://groups.google.com/d/msgid/microtransat/CAHFnz%3DQrSysqPFk%2B0p8Wrux2u9mNcF2QvZqvnbTWyt_hTYkYmA%40mail.gmail.com.
I’m part of a team developing an entry, we’ve elected to use esp32 as the compute device. It’s powerful enough todo the real time control of an arduino as well as the higher level navigation planning etc of a RPI. We have our own software stack and web management system developed, along with custom circuit boards - will release as open source once sea trials are underway. We’re currently lake testing and building up the endurance.For sensors, we have a MEMS compass, gps, wind direction (via magnetic absolute sensor), wind speed, IMU, power monitoring (current, voltage) and a selection of radios - medium range mesh, long range point to point, wifi and satellite.An AIS module is in development to pickup shipping traffic and inform the navigation algorithm for collision avoidance.The boat is based on a fibreglass covered cnc cut foam core and a self trimming wing sail. We built a cnc hot wire cutter to do the foam parts, which also makes prototyping fairly fast/cost effective. Think we have about 12 test boats in our “fleet” at this point, so gaining lots of experience and having a great time testing/failing!CheersDamian
To view this discussion on the web, visit https://groups.google.com/d/msgid/microtransat/86E177CE-4EF3-47F5-9ED2-42C9A68C736D%40yahoo.com.
To view this discussion on the web, visit https://groups.google.com/d/msgid/microtransat/CAHFnz%3DQrSysqPFk%2B0p8Wrux2u9mNcF2QvZqvnbTWyt_hTYkYmA%40mail.gmail.com.
Hi All,
Way back in 2011 we did a study of the routes and summarized it in a paper at the IRSC. It might be useful in this discussion. Here is a copy of the conclusion,
Climatological data provided the means for determining likely times for different routes. Coastal Pilots provided information for specific departure and arrival conditions. The actual selection also included an analysis of shipping traffic. Both the Northern and Southern Routes have significant traffic, although established shipping lanes and local traffic patterns are well-documented and can be avoided. Figure 5, for instance, shows the shipping density around Newfoundland.
Choosing between the Northern and Southern Routes became a question of the probability of success and mitigating potential problems. A first-order approach used the algebra of random variables based on the most likely voyage time. For instance, the reliability of the three prior USNA SailBots during sailing was calculated from testing logs as 0.9985/hr. This would imply a probability of success for the Northern Route of 58% and for the Southern Route, 33%. The uncertainty however puts this in to question as the new boat uses different, and supposedly more reliable, equipment. Additionally, while both routes have similar wind and sea conditions, the Northern Route has some potential for ice and slightly higher traffic, particularly near Ireland. Using a linear probability for ice encounter based on the extent of the berg limit versus the pack ice line and the route through the ice zone, the Northern Route drops to 49%. Ice travels slowly however and short-term forecasting can mitigate that problem. Finally, the Northern Route will provide only 50% probability of sunlight, versus nearly 100% for the Southern Route(3). This may be significant if solar panels are the primary means of generating power.
The predicted time to sail the Southern Route was about 50% longer than the Northern Route, but the Southern Route had a greater probability of following winds, which are much easier to sail for a small boat than head winds.
Anecdotally, of the 7 attempts I’ve been involved with leaving from Cape Cod, 5 were “pirated” by fishing vessels. That was not included in the study!
Cheers,
Paul
From: Dermot Tynan
Sent: Sunday, September 25, 2022 8:55 AM
To: Microtransat on Google
Subject: Re: [microtransat] Choix
On 23 Sep 2022, at 10:59, 'Colin Sauze' via Microtransat <microt...@googlegroups.com> wrote:
>
> Obviously since then we've had one successful completion
> of the challenge, but that was only in the (possibly) easier (and
> definitely shorter) West to East direction, only in the unmanned
> division where waypoint updates are permitted and with a commercial boat
> near the maximum size. There is still a lot of challenges to make
> smaller, simpler, cheaper, faster, more autonomous boats which can
> manage the East to West direction.
I definitely think the West to East direction is a lot easier, if you look at AIS heat maps for the two routes. A little sailboat wouldn’t have much fun with the typical traffic around Cape Finisterre. And now there are Orcas to deal with. But it’s definitely worth keeping as a goal Eventually, the race could morph into a round-the-world autonomous race, but there’s a lot left to achieve between now and then.
> I've always tried to encourage people to open source their code and
> designs.
You can find a lot of my code here: https://github.com/kalopa
It all needs a big cleanup as a lot of it dates back from earlier thinking of how to divide up the problem, and there are recent additions I have yet to check in, pending further testing. I’d also like to push up the QEMU-driven emulation stuff because I think it would be interesting to do research such as combining the simulation with live AIS data, and evaluating different responses. There is a strong basis for stating that weather information isn’t useful as the boat is too slow to react. I have a suspicion the same is true of AIS, so it would be good to try it out in a simulated/live environment first.
> To throw in one more open source autopilot, I have written a minimum
> viable Arduino based autopilot with PI control of the rudder, a
> multiband if statement for sail setting and Rockblock tracking system.
> You can find the code for it at https://github.com/colinsauze/morwyn.
> This is build for a Honeywell HMC6343 compass and a SIRF3 GPS, with
> small adaptations it should work with any common NMEA GPS or I2C
> compass This has had some testing, but it isn't particularly extensive.
> I think I've got some PCB diagrams somewhere too if anybody is
> interested in using this. I'm currently trying to persuade some students
> to use this code and port it to the ESP32, so I hope to have something
> better tested and for a more up to date platform later this year or next
> year.
I’ve done some design work with the ST32F400 series, which are also very powerful. Not sure what they’re like for power consumption though, as that wasn’t part of the remit. There is a youtube channel called “Phils Lab” which has some great introductions to designing with the ST chips, using CAD packages like Eagle and (my favourite) KiCAD, as well as PCB design/leyout, and even how to order fully-stuffed boards from JLCPCB in China. He is more on the Quadcopter side of things, but he does have an interesting series on designing and building a quadcopter controller using the ST32. I think it includes gyros, accelerometers, gps, compass, and so on. Could be a good project for someone to take Colin’s PCB designs and schematics, along with Phil’s tutorials on getting boards made.
One thing I’d recommend over Phil’s designs though is to use more daughter boards. JLCPCB won’t surface-mount any of the very fancy (and very delicate) sensor chips, so he hand-solders those himself. If you use a board from Sparkfun or Adafruit, you can instead put a socket on your own board and plug (or solder) the daughter board in place. The other nice thing about this approach is it gives you more space underneath. I did an AVR design which included an Si4463 radio module, and rather than try to get perfect impedance traces and all the other RF headaches, I used a pre-made daughter board which I soldered to my board. I also packed a bunch of level converters and passive components underneath the daughter board so the board was actually smaller.
- Der
—
Dermot Tynan
--
You received this message because you are subscribed to the Google Groups "Microtransat" group.
To unsubscribe from this group and stop receiving emails from it, send an email to microtransat...@googlegroups.com.
To view this discussion on the web, visit https://groups.google.com/d/msgid/microtransat/C6954235-080D-43C5-B5FB-FD8B6AA56CE9%40kalopa.com.
I would like to add that I have been following the Microtransat challenge for a number of years and have always enjoyed the discussions about boats, hardware and different methodologies especially these last few threads about the different controllers and programming structures. I have been working on a Arduino/Raspberry Pi systems for a while, Colin I will check out your autopilot. I am not planning on sending a boat across the Atlantic, my ultimate goal is to enter in the International Robotic Sailing Regatta Open class not the Sailbot class, but that’s a ways away before I’m ready for that. Although I am not going across an ocean and just around a lake, the technology is the same, other than I will have the luxury of changing batteries between challenges.
I also belong to a radio control sailboat club so this lets me combine my two hobbies.
I agree there is nothing for us to prove other than to ourselves. I find this a fascinating challenge to myself, plus I’d rather be working on this than watching TV.
Thank you all for sharing your knowledge and passion
John
John Lamport
Controls Engineer
Munters Corporation
79 Monroe Street, Amesbury, MA 01913 United States
Tel dir: 978-241-1196,
E-mail: john.l...@munters.com,
FACEBOOK | TWITTER | YOUTUBE | LINKEDIN
This e-mail is solely intended for the addressee(s) and may be of a confidential nature. If received in error, kindly notify the sender and delete the e-mail. E-mail is susceptible to data corruption, interception, unauthorized amendment, tampering and viruses, and we only send and receive e-mails on the basis that we are not liable for any such corruption, interception, amendment, tampering or viruses or any consequences thereof. Any opinions expressed in this message are those of the author and do not necessarily reflect the opinions of Munters.
From: microt...@googlegroups.com <microt...@googlegroups.com>
On Behalf Of Philip Smith
Sent: Friday, October 7, 2022 7:03 PM
To: Microtransat <microt...@googlegroups.com>
Subject: Re: [microtransat] Compass sensors (was Choix)
CAUTION: This email originated from outside of Munters. Do not click links or open attachments unless you recognize the sender and know the content is safe.
Some notes on my experience of creating an autopilot using a micro.
To view this discussion on the web, visit https://groups.google.com/d/msgid/microtransat/74de2d9c-009b-40f1-aceb-c502658cc924n%40googlegroups.com.