element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • Community Hub
    Community Hub
    • What's New on element14
    • Feedback and Support
    • Benefits of Membership
    • Personal Blogs
    • Members Area
    • Achievement Levels
  • Learn
    Learn
    • Ask an Expert
    • eBooks
    • element14 presents
    • Learning Center
    • Tech Spotlight
    • STEM Academy
    • Webinars, Training and Events
    • Learning Groups
  • Technologies
    Technologies
    • 3D Printing
    • FPGA
    • Industrial Automation
    • Internet of Things
    • Power & Energy
    • Sensors
    • Technology Groups
  • Challenges & Projects
    Challenges & Projects
    • Design Challenges
    • element14 presents Projects
    • Project14
    • Arduino Projects
    • Raspberry Pi Projects
    • Project Groups
  • Products
    Products
    • Arduino
    • Avnet Boards Community
    • Dev Tools
    • Manufacturers
    • Multicomp Pro
    • Product Groups
    • Raspberry Pi
    • RoadTests & Reviews
  • Store
    Store
    • Visit Your Store
    • Choose another store...
      • Europe
      •  Austria (German)
      •  Belgium (Dutch, French)
      •  Bulgaria (Bulgarian)
      •  Czech Republic (Czech)
      •  Denmark (Danish)
      •  Estonia (Estonian)
      •  Finland (Finnish)
      •  France (French)
      •  Germany (German)
      •  Hungary (Hungarian)
      •  Ireland
      •  Israel
      •  Italy (Italian)
      •  Latvia (Latvian)
      •  
      •  Lithuania (Lithuanian)
      •  Netherlands (Dutch)
      •  Norway (Norwegian)
      •  Poland (Polish)
      •  Portugal (Portuguese)
      •  Romania (Romanian)
      •  Russia (Russian)
      •  Slovakia (Slovak)
      •  Slovenia (Slovenian)
      •  Spain (Spanish)
      •  Sweden (Swedish)
      •  Switzerland(German, French)
      •  Turkey (Turkish)
      •  United Kingdom
      • Asia Pacific
      •  Australia
      •  China
      •  Hong Kong
      •  India
      •  Korea (Korean)
      •  Malaysia
      •  New Zealand
      •  Philippines
      •  Singapore
      •  Taiwan
      •  Thailand (Thai)
      • Americas
      •  Brazil (Portuguese)
      •  Canada
      •  Mexico (Spanish)
      •  United States
      Can't find the country/region you're looking for? Visit our export site or find a local distributor.
  • Translate
  • Profile
  • Settings
Internet of Things
  • Technologies
  • More
Internet of Things
Documents India Entry Page - Sailing Auto Pilot - Competition - Ready For Tomorrow 2022
  • Blog
  • Forum
  • Documents
  • Quiz
  • Events
  • Polls
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Join Internet of Things to participate - click to join for free!
Actions
  • Share
  • More
  • Cancel
Engagement
  • Author Author: e14phil
  • Date Created: 11 Aug 2022 9:19 PM Date Created
  • Last Updated Last Updated: 24 Aug 2022 1:28 PM
  • Views 530 views
  • Likes 2 likes
  • Comments 4 comments
Related
Recommended

India Entry Page - Sailing Auto Pilot - Competition - Ready For Tomorrow 2022

image

This is the Competition entry Page for Ready For Tomorrow 2022 APAC

Ready For Tomorrow 2022 
India only

Based on Alberto's Project here: /technologies/internet-of-things/w/documents/27490/sailing-auto-pilot---competition---ready-for-tomorrow-2022
F
or other regions please visit the main document above. 

Competition

Enter our "Ready for Tomorrow APAC 2022" competition for a chance to win a prize from our prize pool

Multicomp Pro Handheld Oscilloscope - Hand Held Oscilloscope
Multicomp Pro PC USB Oscilloscope - USB Oscilloscope
Multicomp Pro Soldering Station - Soldering Station

Mulitcomp Pro Handheld Multimeter - Multimeter

image

Enter our competition by commenting your improvements to Albertos Project below

What: Comment below your suggested improvements to Alberto's project. 
When: 10th August 2022 00:01am to 30th September 2022 23:59am
Winning Criteria: Our favorite most detailed suggestions will win prizes.
Suggestions must be feasible and cost effective as this is a DIY solution. 

Who: a Member of the element14 Community based in India only
Prize: 1 set of the Prize Pool Listed Above.

Details of your answers and contact details can be shared with element14 Avnet Group

 

  • Share
  • History
  • More
  • Cancel
  • Sign in to reply
  • rsjawale24
    rsjawale24 over 2 years ago in reply to e14phil

    Thanks Phil! I had been waiting for the selections!


    Is there a choice for the prize? As I already have quite a few items from the prize pool. 

    My address details are correct as given in my profile.

    Thanks! 

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • More
    • Cancel
  • e14phil
    e14phil over 2 years ago in reply to rsjawale24

    Congratulations  rsjawale24 you are the winner of this segment.  
    We are pleased to let you know that your suggestion was selected as one of our favorites.
    You will be sent one of the prizes from the prize pool for these competitions. 

    Please make sure the address on your account is current and up to date! 

    Phil 

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • More
    • Cancel
  • rsjawale24
    rsjawale24 over 2 years ago

    e14phil Hey! Any update on the winners of the international as well region/country specific contest?

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • More
    • Cancel
  • rsjawale24
    rsjawale24 over 2 years ago

    The main aim is to take advantage of the smartphone display, reduce cost and complexity of the auto pilot system.
    Here the auto pilot system is divided in two parts - The sensors and the control part.

    The basic block diagram of my suggestion is as shown below -

    image

    There will be multiple sensors(described later) connected to the auto-pilot controller with USB interface and audio-visual alarms.

    • Sensors -

             In order to control the sail and the boat, a rudder sensor, a wind sensor, anemometer, pressure sensor and a position/angle sensor is suggested. The position/angle sensor will sense the direction of the sail and will adjust it accoding to the inputs received from other sensors such as wind and pressure. Last but not least, an underwater ultrasonic sensor to detect any underwater rocks or debris which could prove fatal for the boat if it hits them. All these sensors will be interfaced to the main auto-pilot controller which in Alberto's case is an Arduino.

    • Here, for the main auto-pilot controller, I suggest using an alternate to Arduino as an auto-pilot is a critical component and should do fast computing and processing of many sensor inputs.

          For the auto-pilot controller, I suggest an Raspberry Pi Pico or other smaller variant of Raspberry pi as they offer higher compuational speeds as compared to an Arduino. A Raspberry Pi Pico can replace the main MCU of the system without adding to the cost and overall size of the system. Owing to the Pi Pico's 32-bit architecture and the various GPIO pins and ADC along with SPI, UART, I2C controllers, it will ensure that the calculations required for the PID controllers and the control of the actuator (for auto-pilot) using feedback from sensors can be done much faster and efficient way. Think of this as the ECU of the car or the ADAS in modern vehicles. The core component needs to take fast decisions as any delay could prove to be fatal. By using a Pi Pico, the auto-pilot system can become more powerful where it can handle complex data processing and make faster decisions as compared to an Arduin.

    One  example is given below-
         An Arduino has a 10-bit inbuilt ADC which means the voltage levels of the external signal can be quantized to only 2^10 = 1024 levels whereas a Pi Pico has 12 bit ADC which means, 2^12 = 4096 levels. This allows a much finer resolution for the sensor signals and leaves less margin for error which is crucial for any auto-pilot system.

    • Power
         Along with this, a reliable source of power is also needed. Solar and wind energy could be the best options given that it is a boat sailing on open water. 
    • Emergency -
      In case of an emerygency or faults, the manual override switch is useful. Just in case the control has to be transferred to the user, or if the autopilot system fails or otherwise.

    • A USB interface can be provided such that it can be connected to a modern day smartphone and all the sensor values as well as data and alarms can be dislayed on the smartphone with the help of a smartphone app. Just connect the smartphone over USB to the auto-pilot system and you can see all the sensor data on the mobile screen.
    • Lastly, alarms should be generated for any faults or event triggers in the auto-pilot system. The alarms should be visual as well as audio so that they don't go unnoticed.

    I hope these suggestion will keep the overall cost of the system to a minimum at the same time increase the processing power and speed of the auto-pilot system. Also, I have avoided any kind of wireless connectivity in the auto-pilot system as wireless systems may lead to connectivity issues due to latency, channel fading (due to bad weather on the sea), etc as an auto-pilot system is very critical and we don't want any loss in connectivity.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • More
    • Cancel
element14 Community

element14 is the first online community specifically for engineers. Connect with your peers and get expert answers to your questions.

  • Members
  • Learn
  • Technologies
  • Challenges & Projects
  • Products
  • Store
  • About Us
  • Feedback & Support
  • FAQs
  • Terms of Use
  • Privacy Policy
  • Legal and Copyright Notices
  • Sitemap
  • Cookies

An Avnet Company © 2025 Premier Farnell Limited. All Rights Reserved.

Premier Farnell Ltd, registered in England and Wales (no 00876412), registered office: Farnell House, Forge Lane, Leeds LS12 2NE.

ICP 备案号 10220084.

Follow element14

  • X
  • Facebook
  • linkedin
  • YouTube