TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

BeagleBone Blue – A complete, Linux-enabled robotics computer

257 点作者 jeshwanth大约 8 年前

21 条评论

tyingq大约 8 年前
Was initially confused, because there was an earlier &quot;BeagleBone Blue&quot; (well, BlueSteel, I guess) that had nothing to do with robotics:<p><a href="http:&#x2F;&#x2F;www.cnx-software.com&#x2F;2014&#x2F;06&#x2F;18&#x2F;bluesteel-basic-beaglebone-black&#x2F;" rel="nofollow">http:&#x2F;&#x2F;www.cnx-software.com&#x2F;2014&#x2F;06&#x2F;18&#x2F;bluesteel-basic-beagl...</a><p>The interesting part of this one, to me, is the Octavo packaging of the AM335X processor with on-die RAM. That makes the board much simpler. Though, I thought it would make a bigger difference in price. The BeagleBone wireless that uses the same chip is ~$68, which is $7 higher than the Black that has separate RAM.<p>If you haven&#x27;t used a BB product, check out the thing that I think is the biggest upside of these...the built in pair of PRUs. It&#x27;s like having the best of a normal linux board plus a microcontroller on the same board. Since the PRU shares memory with the main CPU, you can offload things that need to be realtime. That allows for things like a near professional-level LED matrix controller (<a href="https:&#x2F;&#x2F;trmm.net&#x2F;LEDscape" rel="nofollow">https:&#x2F;&#x2F;trmm.net&#x2F;LEDscape</a>) or even a DIY video controller (<a href="https:&#x2F;&#x2F;trmm.net&#x2F;Mac-SE_video" rel="nofollow">https:&#x2F;&#x2F;trmm.net&#x2F;Mac-SE_video</a>).
评论 #13879336 未加载
评论 #13875801 未加载
评论 #13880243 未加载
评论 #13876172 未加载
MayeulC大约 8 年前
Oh my. This looks perfect to replace the plethora of daughter boards I usually have in my robotics projects: encoders, power boards for DC and servo motors, I&#x2F;O boards. This also looks clearly oriented towards drones, and seems to have a lot of potential in that regard.<p>To be fair, I was also recently considering switching to other, more integrated boards recently; but this one seems particularly well tailored to my use case, at a decent price, and (perhaps more important in some regard) open source.<p>I didn&#x27;t read the full specification, the only thing I am worried about is the maximum power draw (especially for DC motors). I also usually use 24V PSU&#x2F;batteries, but that&#x27;s only a minimal inconvenience.
andmarios大约 8 年前
The title is a bit misleading, this Beaglebone iteration is oriented towards robotics mainly. It can do autopilot but not without external hardware (e.g GPS). It does have hardware useful in robotics though that common autopilot boards miss.<p>It is very interesting and the price point is good (about €80). A thing that troubles me is that, with a very quick look, I couldn&#x27;t find a nice programming guide.<p>Recently I switched to Raspberry Pi 3 with a Navio2 HAT for an autopilot project. Whilst the Navio2 hardware may be expensive and closed, their software and documentation are top notch. They provide their own rasp pi distro, with code examples for accessing all sensors and even expose some of the hardware in sys-fs.
评论 #13875978 未加载
评论 #13875534 未加载
评论 #13875917 未加载
Animats大约 8 年前
Ah, a board with R&#x2F;C PWM servo ports. That&#x27;s a 1970s interface which should have been replaced by now. There are servos with a bidirectional serial interface, so you can ask what the actuator is doing, but they&#x27;re overpriced.[1] They&#x27;re about 5x-10x as expensive as standard R&#x2F;C servos.<p>There was an open source project, OpenServo, to do something about this, but it was done by 2008 and seems to be dormant. [2] There&#x27;s no multi-manufacturer standard for servos above the dumb level.<p>Annoying things in low-end robotics: 1) motor controllers with significant power handling cost too much, although this is improving, 2) encoders cost too much, although they&#x27;re simple and every mouse wheel has one, and 3) encoders are usually fragile plastic add-ons to motors with strong metal cases, instead of being integrated inside the motor case.<p>[1] <a href="http:&#x2F;&#x2F;www.trossenrobotics.com&#x2F;c&#x2F;robotis-dynamixel-robot-servos.aspx" rel="nofollow">http:&#x2F;&#x2F;www.trossenrobotics.com&#x2F;c&#x2F;robotis-dynamixel-robot-ser...</a> [2] <a href="https:&#x2F;&#x2F;openservo.org&#x2F;" rel="nofollow">https:&#x2F;&#x2F;openservo.org&#x2F;</a>
评论 #13877788 未加载
评论 #13878150 未加载
评论 #13877740 未加载
评论 #13877711 未加载
karmajunkie大约 8 年前
Arrow is running a special—the BeagleBone Blue for ~$77 with free shipping and a free raspberry pi 3. Just in case you were on the fence about picking on up...<p><a href="https:&#x2F;&#x2F;www.arrow.com&#x2F;en&#x2F;products&#x2F;bbblue&#x2F;beagleboardorg" rel="nofollow">https:&#x2F;&#x2F;www.arrow.com&#x2F;en&#x2F;products&#x2F;bbblue&#x2F;beagleboardorg</a>
评论 #13876181 未加载
评论 #13880747 未加载
评论 #13876565 未加载
acdha大约 8 年前
How&#x27;s the BeagleBone quality these days? I bailed a couple of years ago in the Black era after fighting with the buggy serial hardware which required a full power-cycle to recover from faults, and getting tired of the process needed to upgrade the boot flash without bricking the system.
评论 #13882943 未加载
clayrichardson大约 8 年前
I hope they fixed the Easter Egg that blows the CPU if you power up via VDD_5V and plug the USB cable in.
评论 #13958441 未加载
jwr大约 8 年前
What&#x27;s really great about this board is the practical approach: integrate things that people will need to build real-life robotics devices. A good example: 2S LiPo charger, not obvious to do yourself, and required if your project is supposed to move beyond your benchtop.
anujdeshpande大约 8 年前
Beagleboard is part of GSoC &#x27;17 - so if anyone has any cool open source project ideas using BB Blue, please do suggest at <a href="http:&#x2F;&#x2F;bbb.io&#x2F;gsocideas" rel="nofollow">http:&#x2F;&#x2F;bbb.io&#x2F;gsocideas</a>
gte525u大约 8 年前
The page linked seems to indicate a cortex-M3 on there somewhere. I don&#x27;t see it in the OSD3358 docs or on the BOM. Anyone know if that&#x27;s a mistake?
评论 #13875782 未加载
评论 #13928862 未加载
noir_lord大约 8 年前
Business partner has been talking about building a CNC router, this thing is basically <i>perfect</i> for that.
_pmf_大约 8 年前
Here&#x27;s an idea: create a subscription service that signs me up for 20 USD per month and gets me the latest hip boards in a reasonable time frame (I realize that this specific board is outside of this price range).
评论 #13875069 未加载
评论 #13878418 未加载
ritonlajoie大约 8 年前
Does anyone has a list of websites reviewing all those kind of boards ?
technofiend大约 8 年前
Now if only ¨they¨ would re-release R2D2 I´d have the perfect project board for the perfect project bot. But at $500 plus I´m not to inclined to get the sawzall and soldering iron out.<p><a href="https:&#x2F;&#x2F;www.amazon.com&#x2F;gp&#x2F;offer-listing&#x2F;B002KHN23S&#x2F;ref=dp_olp_all_mbc?ie=UTF8&amp;condition=all" rel="nofollow">https:&#x2F;&#x2F;www.amazon.com&#x2F;gp&#x2F;offer-listing&#x2F;B002KHN23S&#x2F;ref=dp_ol...</a>
评论 #13878368 未加载
lima大约 8 年前
Sounds great for ArduPilot.
评论 #13876783 未加载
评论 #13875349 未加载
matt_wulfeck大约 8 年前
&gt; On-board 4GB 8-bit eMMC flash storage<p>Right here is the biggest benefit to these boards over say a raspberry pi. The IO rate on an SD card is so pitiful. It&#x27;s extremely slow to do anything other than writing out logs.<p>Having 4GB of flash will help speed these little devices up a lot!
adityapatadia大约 8 年前
Check this library if you want to interact with BB: <a href="https:&#x2F;&#x2F;github.com&#x2F;theoctal&#x2F;octalbonescript" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;theoctal&#x2F;octalbonescript</a>
nojvek大约 8 年前
This is awesome. Although for any modern robotics project you definitely need a powerful gpu. What&#x27;s the support on the board to hook up an external gpu?
评论 #13877074 未加载
评论 #13877222 未加载
sriram_sun大约 8 年前
I just ordered 2 of these from Arrow and received a free RPi 3 as well!
TeMPOraL大约 8 年前
The board photo seems to call it BeagleBonBlue. Ouch.
saycheese大约 8 年前
[Comment removed.]
评论 #13877606 未加载