Earlier quoted context omitted.
My original Beaglebone has been stuck in a colo facility for a while now (18 months?) and has cost me about $20 of hosting fees so far. The power consumption is stupidly low, the colo company had to find a different meter to measure it from their normal server oriented one. I use it as a DNS server, and SSH tunnel destination.
Out of curiosity, where do you have it hosted?
BeagleBone Black: A 1-GHz computer for $45
31–40 of 93 posts
Re: BeagleBone Black: A 1-GHz computer for $45
#32do you have some "motivational" examples of using this kind of board?
Re: BeagleBone Black: A 1-GHz computer for $45
#33I got three of these. I need controllers like I need a hole in my head but hey, they are really really cute. A bit of trouble with the release that was on them but downloaded and burned in the latest and they were fine. Sadly no, I have not yet put them on a meter but will when they are near such a setup. Something that sets these apart from the Raspberry Pi are that they full of easy access I/O, and two the Cloud9 I…
Is the Ethernet PHY connected to the main processor over USB or something faster/more efficient? One of my biggest complaints about the Raspberry Pi is that the Ethernet is capped at a few dozen mbps, presumably due to constraints associated with USB.
Re: BeagleBone Black: A 1-GHz computer for $45
#34The impulse buying tech nerd within me sees a $45 computer with potential for being able to make anything and I am stuck for ideas as to what I could use this for. Does anyone have any suggestions?
Re: BeagleBone Black: A 1-GHz computer for $45
#35Earlier quoted context omitted.
Is the Ethernet PHY connected to the main processor over USB or something faster/more efficient? One of my biggest complaints about the Raspberry Pi is that the Ethernet is capped at a few dozen mbps, presumably due to constraints associated with USB.
Maybe there's something wrong with your Raspberry Pi, all of mine do over 90 Mbit/s downloads over ethernet without any problems.
Re: BeagleBone Black: A 1-GHz computer for $45
#36Re: BeagleBone Black: A 1-GHz computer for $45
#37Earlier quoted context omitted.
No I don't have a power meter. I know the Black works on a USB 2.0 port of my laptop and my desktop too, so it uses less than 500mA. From my experience working with Ti's stuff, they are often pretty good about power consumption though. My main problem with the Pi is that it is very finicky... plug a USB device in, and it dies/connection drops and all kinds of weird things happen. I have seen none so far on the Black.
Isn't the finickiness related to power consumption? USB is only rated up to 500mA, so drawing too much power from the Raspberry Pi's own USB port will cause all sorts of havoc especially when the RPi itself is powered off another computer's USB port. In fact technically RPi model B's official spec is that it requires 700mA. You can often get away with less, but you'll definitely start to hit 500mA+ under stress and w…
pi@raspberrypi ~ $ uptime
10:58:03 up 17 days, 13:45, 1 user, load average: 0.00, 0.01, 0.05
pi@raspberrypi ~ $Re: BeagleBone Black: A 1-GHz computer for $45
#38I got three of these. I need controllers like I need a hole in my head but hey, they are really really cute. A bit of trouble with the release that was on them but downloaded and burned in the latest and they were fine. Sadly no, I have not yet put them on a meter but will when they are near such a setup. Something that sets these apart from the Raspberry Pi are that they full of easy access I/O, and two the Cloud9 I…
I teach a beginning robotics class to local area kids. We were going to use RasPis this year but I could only get 2 of them (I needed about 10) so we ended up going with TP-Link WR703n's and arduinos instead. This actually ended up working better anyway with less hassle. I'm hoping that BBB's (3B's?) are going to take their place in the fall. They seem much more suited to tinkering than raspis. A very exciting platfo…
Re: BeagleBone Black: A 1-GHz computer for $45
#39I got three of these. I need controllers like I need a hole in my head but hey, they are really really cute. A bit of trouble with the release that was on them but downloaded and burned in the latest and they were fine. Sadly no, I have not yet put them on a meter but will when they are near such a setup. Something that sets these apart from the Raspberry Pi are that they full of easy access I/O, and two the Cloud9 I…
No. it's not fun to run any code in a browser . especially when you have a full linux distro with ssh and modern text editors, with decent undo, column editing, auto-completion, regexp, etc. never really understood the appeal of the arduino interface or cloud9. Well, for the arduino i can at least try to explain that, same with android, there are so many bad tutorials based on copy/past and boasting those IDE, that l…
No need for the negativity, can't blame those guys for wanting to get a larger userbase by making things easy. In the end the larger volume/bigger community is beneficial to everyone.
Re: BeagleBone Black: A 1-GHz computer for $45
#40Got mine couple of days back and here are a few tips: - The default OS version had some issues that I was not able to ssh into the board. Once I downloaded and loaded the latest version available on the site, I was able to ssh as root. - I was not able to connect serially (from my mac). Turns out that the FTDI driver they provide is 32 bit but (my) Mac needs a 64 bit. So you have to install the 32 bit, save the Info.…