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
Single-Board Computers
  • Products
  • Dev Tools
  • Single-Board Computers
  • More
  • Cancel
Single-Board Computers
Forum BeagleBone RED
  • Blog
  • Forum
  • Documents
  • Files
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Join Single-Board Computers to participate - click to join for free!
Actions
  • Share
  • More
  • Cancel
Forum Thread Details
  • Replies 10 replies
  • Subscribers 57 subscribers
  • Views 1388 views
  • Users 0 members are here
  • beagle
  • bbb
  • BeagleBone
  • beagle_bone
  • blue_leds_must_die
  • bb_black
  • beagle_bone_black
Related

BeagleBone RED

Former Member
Former Member over 12 years ago

Ah.. much better image

 

image

and before someone asks, no it's not photoshopped !

 

I used thesethese 0603 leds, not fun to solder.  I bought some 0402 replacement resistors too, but looks like I don't need them - good thing, as I wasn't looking forward to soldering those..

  • Sign in to reply
  • Cancel

Top Replies

  • morgaine
    morgaine over 12 years ago in reply to Former Member +2
    You guys are no fun! You're going to lose all your street cred by not liking Vega-luminosity blue LEDs! Don't you know that retinal evaporation is just the price to be paid for blind peergroup reinforcement…
  • Former Member
    Former Member over 12 years ago in reply to morgaine +2
    Morgaine Dinova wrote: You guys are no fun! You're going to lose all your street cred by not liking Vega-luminosity blue LEDs! Sorry, I value my eyesight more. Blue leds should come with a health warning…
  • Former Member
    Former Member over 12 years ago +2
    BeagleBone Red being watched by R-Pi
Parents
  • shabaz
    shabaz over 12 years ago

    That's nice! I was going for  green or yellow (since I already had them) but I aborted when I saw the resistors. I may go ahead, since you got good results without replacing them.

    By the way, how did you stop the program that flashes the user LEDs seemingly randomly? (I guess this must be obvious, but I couldn't find it : )

    I was trying to use the LEDs for another purpose but I couldn't see in the usual places (rc3.d etc) where that default  resides.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • Former Member
    Former Member over 12 years ago in reply to shabaz

    shabaz wrote:

    By the way, how did you stop the program that flashes the user LEDs seemingly randomly? (I guess this must be obvious, but I couldn't find it : )

    Well it is, and isn't, obvious. It's not really a program that flashes the leds, it's the kernel.  There was a file called /etc/default/leds and some systemd nonesense, but killing those doesn't actually help.

     

    Look in your device tree source files and you'll find the actual built-in defaults. So you can change the dtb to do something else and it'll stay that way until you upgrade.

    See post 109 of http://www.element14.com/community/message/75911#75911/l/re-have-a-question-about-the-next-gen-beaglebone-ask-it-here for how I modded the device tree defaults

     

    After the system's booted you can change the value of /sys/class/leds/beaglebone:green:usr[0-3]/trigger  and no, no idea why the name has green in there. I'd have just used use[0-3] and missed out the whole beaglebone:green: bit altogether

     

    So to take the photo I just set them all to default-on with echo default-on > /sys/class/leds/beaglebone\:green\:usr0/trigger

     

    I didn't look in depth at the options yet, but one of them is gpio and I'm hoping that lets you effectively disable the led-class driver and control the led yourself, if not it'll either be back to trying to disable it in device tree or a recompile to make the driver a module

     

    I may go ahead, since you got good results without replacing them.

    the ones I used are only 15mcd and supposedly have a diffused lens, although it's hard to be sure when they are so small. It does seem to make a difference compared to the usually clear lensed blue ones though.

     

    Lead free solder, tiny device, very close together certainly makes it tricky to swap them. I didn't quite have to reach for the hot air tools and tweezers, but close..

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • shabaz
    shabaz over 12 years ago in reply to Former Member

    Thanks, that's really helpful. I'd missed seeing that bunch of posts.

    I've been working with the device tree again last night for another purpose, and I am amazed at the complexity. Makes sense for a cape ecosystem, but not so easy for those that want to directly use the pins. The aim was to get the modes changed on some pins, and I am currently trying to create a separate dtbo that will get loaded from the main dtb.

    I have fairly thin solder (26swg) which is ok-ish on 0603 but I do need to go thinner.

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

    Thanks, that's really helpful. I'd missed seeing that bunch of posts.

    I've been working with the device tree again last night for another purpose, and I am amazed at the complexity. Makes sense for a cape ecosystem, but not so easy for those that want to directly use the pins. The aim was to get the modes changed on some pins, and I am currently trying to create a separate dtbo that will get loaded from the main dtb.

    I have fairly thin solder (26swg) which is ok-ish on 0603 but I do need to go thinner.

    • 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