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
Robotics
  • Technologies
  • More
Robotics
Blog Grendel One
  • Blog
  • Forum
  • Documents
  • Quiz
  • Events
  • Polls
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Join Robotics to participate - click to join for free!
  • Share
  • More
  • Cancel
Group Actions
  • Group RSS
  • More
  • Cancel
Engagement
  • Author Author: johnfire
  • Date Created: 25 Sep 2017 5:27 PM Date Created
  • Views 1630 views
  • Likes 3 likes
  • Comments 5 comments
  • neural network
  • customized raspberry pi
  • arduino uno
  • python 3
  • home assistant
  • remote sensors
  • artificial intelligence
  • computer speach
  • home robotics
  • machine learning
  • ai
  • power supply design
  • germany
  • ultrasonic_distance_meter
  • computer vision
  • arduino
  • raspi3
  • zero w
  • linux
  • java on pi
Related
Recommended

Grendel One

johnfire
johnfire
25 Sep 2017

Hi, to anyone who comes to read this. My name is Christopher Rehm and I am working on a robotics project that some of you may be interested in. basically i have built a custom cluster computer using 5 raspberry pis, which is the control system for a robot. the servos that control the robots movements are run by arduino micro controllers. I have built a website all about the project and would suggest that as first reading about the Grendel One project.  It involves hardware design, power supply, and sensor design, programming, a customized NIO message interface for Java programs to run asynchronously, machine learning and more. It's the kind of thing pretty much anyone could create for a few hundred euros, assuming they have time and interest to do so.  I invite all to have a look at the website and  continue to read the blog on the development of the project.

 

next post ill give a little project history...

 

here is the grendel site:

 

http://grendelone.christopherrehm.de

 

you can also download my working paper here, as I have attached it to this post.

Attachments:
imagegrendelWhitePaper.pdf
  • Sign in to reply

Top Comments

  • DAB
    DAB over 7 years ago +2
    Interesting project. Do you have a build out plan? What parts of the project will you complete first. How are you going to test them. How do you plan to integrate each thread as it becomes active. Just…
  • johnfire
    johnfire over 7 years ago +1
    right now im working on a power supply that can be operated by one of the pis. take a look at the paper i drew up, im going to post more fotos later. it is built up, has 5 raspberry pis, two arduinos 3…
  • johnfire
    johnfire over 7 years ago in reply to DAB +1
    basically each pi runs a control program and they are all connected with an asychronous message passing interface built in java (NIO) some of the Pis are devoted to things like processing incoming video…
  • johnfire
    johnfire over 7 years ago in reply to DAB

    @DAB regarding my power distro system. in hardware no. the plan is to build a power system where i can turn off power to parts not being used. i have VNC installed and use it for remote programming, control etc. i would like to be able to turn on and off the other stuff and just leave a rasp pi zero on as a standby computer when its not running. i plan on building a battery backup system in case there is some kind of power failure but this is germany, very very rare here. as far as board failure im not worried. i have a plan in system software architecture to deal with problems if one of the pis in the cluster fails, but i have one pi that has been running for 2 years non stop and several more than have run without reboot for as long as 9 months. im not worried about board failure really.......

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • More
    • Cancel
  • DAB
    DAB over 7 years ago in reply to johnfire

    Are you looking at a way to keep track of your control boards to look out for failure and to recover your status via state machine implementation?

     

     

     

    DAB

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • More
    • Cancel
  • johnfire
    johnfire over 7 years ago in reply to DAB

    basically each  pi runs a control program  and  they are all connected with an asychronous message passing interface built in java (NIO)  some of the Pis are devoted to things like processing incoming video or audio, some are structured to run general purpose machine learning algorithims on data sent by the controller. they all share a common memory space ( NFS presently) and so they can pass data simply by passing addresses on a hard drive.

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • More
    • Cancel
  • johnfire
    johnfire over 7 years ago

    right now im working on a power supply that can be operated by one of the pis. take a look at the paper i drew up, im going to post more fotos later. it is built up, has 5 raspberry pis, two arduinos 3 tb of hard disk storage. i have the java programs up and running and passing messages back and forth once i get the power supply done ill work more on the programming.

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • More
    • Cancel
  • DAB
    DAB over 7 years ago

    Interesting project.

     

    Do you have a build out plan?

     

    What parts of the project will you complete first.

    How are you going to test them.

    How do you plan to integrate each thread as it becomes active.

     

    Just curious.

     

    DAB

    • Cancel
    • Vote Up +2 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