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 & Tria Boards Community
    • Dev Tools
    • Manufacturers
    • Multicomp Pro
    • Product Groups
    • Raspberry Pi
    • RoadTests & Reviews
  • About Us
  • 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
Open Source Hardware
  • Technologies
  • More
Open Source Hardware
Forum What would be best for this application? beagleboard? raspberry pi?
  • Blog
  • Forum
  • Documents
  • Events
  • Polls
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Join Open Source Hardware to participate - click to join for free!
Actions
  • Share
  • More
  • Cancel
Forum Thread Details
  • Replies 13 replies
  • Subscribers 320 subscribers
  • Views 1492 views
  • Users 0 members are here
Related

What would be best for this application? beagleboard? raspberry pi?

Former Member
Former Member over 13 years ago

Im starting a project to create an underwater camera system what will monitor fish. The system will need to integrate a camera system, which can take pictures when a sound occurs in the water. Obviously this will include the use of a hydrophone to measure sound pressure and an accelerometer to measure particle velocity as well. I have been looking at some embedded processors and wonder if anyone would know if a beagleboard or raspberry pi would be suitable? I am also looking at TI's TMS320c5515 boards.

 

any ideas/comments would be appreciated

 

Thanks!

  • Sign in to reply
  • Cancel

Top Replies

  • johnsocm
    johnsocm over 13 years ago +1
    This sounds like quite the project! I agree with John as well but I would personally use a BeagleBone or BeagleBoard. I have been playing with one and the python makes programming very easy. It is very…
Parents
  • johnbeetem
    johnbeetem over 13 years ago

    I suggest looking at the STMicroelectronics STM32F4DISCOVERY and STM32F3DISCOVERY boards.  They use ARM Cortex-M4 processors which have DSP instructions and the chips have analog I/Os.  If your application fits, it's a cheap way to go.  Both are available from element14, at least in USA.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • Former Member
    Former Member over 13 years ago in reply to johnbeetem

    Thanks for the reply john!

     

    Just had a quick look at f4discovery and they really are quite cheap at approx £10 here in the uk. ( that does sound correct) which would be very suitable at i have a fairly low budget. Just a quick question, would this board be capable of attaching a webcam to for the camera system to take pictures and store them say approx 1 image per second? Id like them to be saved to an sd card if that would be possible for ease of use.

     

    Thanks again

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • johnbeetem
    johnbeetem over 13 years ago in reply to Former Member

    yasin sheikh wrote:

     

    Just had a quick look at f4discovery and they really are quite cheap at approx £10 here in the uk. ( that does sound correct) which would be very suitable at i have a fairly low budget. Just a quick question, would this board be capable of attaching a webcam to for the camera system to take pictures and store them say approx 1 image per second? Id like them to be saved to an sd card if that would be possible for ease of use.

    Here's my guess: I think the STM32F4DISCOVERY has the hardware interfaces needed for a USB webcam and for an SD card, though you'd have to wire up a socket.  OTOH, I don't know whether the software you'd need for those interfaces is readily available.  Bare metal programming is really easy on a Discovery board.  However, a lot of people would rather just run Linux so they can use Linux device drivers and not deal with the bare metal.  When you run Linux you generally need to accept a truckload of stuff you don't need and a general-purpose Linux won't fit in 1MB Flash plus 192KB RAM.  Now a proper Linux hacker will tell you that you can build your own kernel and fit Linux into a tiny footprint, but I get the impression that the learning curve for that is more painful (JMO/YMMV) than bare metal programming.  Like all engineering problems, you have a trade-off.

     

    Shawn's offer of a BeagleBone is very attractive.  It's a really powerful board.  According to my read of the TI AM3359 TRM, it doesn't have a DSP per se.  I don't know how much DSP your application needs.  OTOH, you can probably use the AM3359 Programmable Real-time Unit Subsystems (PRUSS) for some DSP operations using their MAC hardware.  PRUSS looks like a lot of fun.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • Former Member
    Former Member over 13 years ago in reply to johnbeetem

    I have accepted Shawn’s offer of the beaglebone, I think I will take it from there as it should be capable of meeting some of the requirements needed for the project. I think I’ll start by getting to grips with the board (complete novice), before moving on to the camera system first, and upon receiving the specs for the hydrophone, try and included that within the system as well.


     

    I don’t think i will need a lot of DSP to be honest, as long as I can record the data easily from say an accelerometer and hydrophone, and integrate that with the camera function I should be okay.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • jealderson1
    jealderson1 over 13 years ago in reply to Former Member

    There is actually a camera capecamera cape for the BeagleBone coming out very soon: http://uk.farnell.com/circuitco/bb-bone-cam3-01/board-beaglebone-camera-3-1mp-cape/dp/2144194 - it might be useful? You could team it up with the breadboard capebreadboard cape and use some ultrasonic sensors like COMPACT suggests perhaps.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
Reply
  • jealderson1
    jealderson1 over 13 years ago in reply to Former Member

    There is actually a camera capecamera cape for the BeagleBone coming out very soon: http://uk.farnell.com/circuitco/bb-bone-cam3-01/board-beaglebone-camera-3-1mp-cape/dp/2144194 - it might be useful? You could team it up with the breadboard capebreadboard cape and use some ultrasonic sensors like COMPACT suggests perhaps.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
Children
No Data
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