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
BeagleBoard
  • Products
  • Dev Tools
  • Single-Board Computers
  • BeagleBoard
  • More
  • Cancel
BeagleBoard
Forum Ben Heck's Beaglebone Black Geocache
  • Blog
  • Forum
  • Documents
  • Quiz
  • Polls
  • Files
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Join BeagleBoard to participate - click to join for free!
Actions
  • Share
  • More
  • Cancel
Forum Thread Details
  • State Suggested Answer
  • Replies 5 replies
  • Answers 1 answer
  • Subscribers 102 subscribers
  • Views 1626 views
  • Users 0 members are here
  • tbhs
  • geocache
  • bbb
  • element14 presents
  • beagle_bone_black
  • beagle_board
Related

Ben Heck's Beaglebone Black Geocache

adamsoileau1
adamsoileau1 over 4 years ago

A few years back Ben created a BeagleBone Geocache that saved pictures and messages when discovered. Currently, I have my hands on it and am curious what you would like to see added or changed on the build. I have some experience with Raspberry Pis, but I would like to know if anyone has worked BeagleBones before and what the benefit may be for using one over a Raspberry Pi -- because a Pi usually my go-to single board computer. I have a few ideas like implementing solar cells to improve the battery life and maybe more clues for unlocking the device, but I would like to know what the community thinks of the project and what they would like to see included!

 

Original Episode: Episode 197: Ben Heck's BeagleBone Black Geocache Episode

  • Sign in to reply
  • Cancel

Top Replies

  • mp2100
    mp2100 over 4 years ago +3 suggested
    Adam, scanning quickly through Ben's geocache video, I assume he selected the BBB for a couple of reasons. Using the built-in eMMC memory, it boots up fast, and shuts down fast, compared to a Raspberry…
  • cstanton
    cstanton over 4 years ago +1
    The BeagleBone Black has three main features going for it: - It's pretty much fully open source - You have two microcontrollers that run at 200MHz onboard for real-time handling of things like vision sensors…
  • adamsoileau1
    adamsoileau1 over 4 years ago in reply to cstanton +1
    Thank you for the information! I definitely need to grab one and try it out. Now, I am certainly interested
Parents
  • cstanton
    0 cstanton over 4 years ago

    The BeagleBone Black has three main features going for it:

     

    - It's pretty much fully open source

    - You have two microcontrollers that run at 200MHz onboard for real-time handling of things like vision sensors and motors

    - You have a lot of GPIO pins to work with along with different communication protocol support (SPI, I2C, etc) and it can do rudimentary audio and HDMI.

     

    It's not the fastest board, but it can run a lightweight debian. The idea is that you would setup your operating system on a microSD card and then when you've decided on the feature you want, then you would write it to the eMMC, because it only has a number of finite write cycles to it, ultimately.

     

    The Pi 4 may well boot faster than the BeagleBone Black, however you can't customise the boot process and steps and roll your own linux kernel as easily for the Raspberry Pi 4 as you can for the BeagleBone Black.

     

    The BeagleBone Black was chosen for the project for two reasons:

     

    - It's not a typically used single board computer

    - It has a lot more functionality available to use if required

     

    The nuance comes in that not everyone has familiarity with:

     

    - uboot

    - devicetrees

    - writing assembly/C code for the PRUSS microcontrollers

    - writing their own libraries if they can't find one that fits the problem they're looking for a solution for.

     

    Eg. the project uses an ATTiny and maybe another microcontroller... I don't think it uses the PRUSS microcontrollers on the BeagleBone Black.

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
Reply
  • cstanton
    0 cstanton over 4 years ago

    The BeagleBone Black has three main features going for it:

     

    - It's pretty much fully open source

    - You have two microcontrollers that run at 200MHz onboard for real-time handling of things like vision sensors and motors

    - You have a lot of GPIO pins to work with along with different communication protocol support (SPI, I2C, etc) and it can do rudimentary audio and HDMI.

     

    It's not the fastest board, but it can run a lightweight debian. The idea is that you would setup your operating system on a microSD card and then when you've decided on the feature you want, then you would write it to the eMMC, because it only has a number of finite write cycles to it, ultimately.

     

    The Pi 4 may well boot faster than the BeagleBone Black, however you can't customise the boot process and steps and roll your own linux kernel as easily for the Raspberry Pi 4 as you can for the BeagleBone Black.

     

    The BeagleBone Black was chosen for the project for two reasons:

     

    - It's not a typically used single board computer

    - It has a lot more functionality available to use if required

     

    The nuance comes in that not everyone has familiarity with:

     

    - uboot

    - devicetrees

    - writing assembly/C code for the PRUSS microcontrollers

    - writing their own libraries if they can't find one that fits the problem they're looking for a solution for.

     

    Eg. the project uses an ATTiny and maybe another microcontroller... I don't think it uses the PRUSS microcontrollers on the BeagleBone Black.

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
Children
  • adamsoileau1
    0 adamsoileau1 over 4 years ago in reply to cstanton

    Thank you for the information! I definitely need to grab one and try it out. Now, I am certainly interested

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Verify Answer
    • 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