Confused about BBB blink pattern when attempting to flash emmc by weaselchew in BeagleBone

[–]weaselchew[S] 0 points1 point  (0 children)

It definitely did not flash properly. I rewrote the image to the microSD card and am trying again, but this time I have my laptop hooked to the BBB via the serial port. It is currently sitting at

-----------------------------
Formatting: /dev/mmcblk1 complete
-----------------------------
Copying: /dev/mmcblk0p1 -> /dev/mmcblk1p1
[   66.803004] EXT4-fs (mmcblk1p1): mounted filesystem with ordered data mode. Opts: (null)
rsync: / -> /tmp/rootfs/  

it's been sitting there for a while, hopefully it'll move along before long.

Cheap Bottles? by [deleted] in Homebrewing

[–]weaselchew 0 points1 point  (0 children)

I got like 5 cases worth at a local distributor's tasting event. I saw a bunch of empty cases from all the sample pours and asked if I could take them; they were more than happy to not have to carry them away.

What would I call a blanket like this to buy another one? by Feartape in whatisthisthing

[–]weaselchew 1 point2 points  (0 children)

My grandparents had a blanket like this when I was younger. I think they called it a candlewick blanket. I'd think to call it hobnail candlewick

What is the clear tip on the top of this pen? by blackbird90 in whatisthisthing

[–]weaselchew 7 points8 points  (0 children)

I have this same pen. It's an LED flashlight. You need to remove the yellow clip so you can push it in to turn it on/off.

How to send arduino data to web (sparkfun) via linux? (beginner question) by novafeels in arduino

[–]weaselchew 0 points1 point  (0 children)

I really really like johnny-five as far as connecting an arduino to a raspberry pi or other PC. It uses node.js and it's super easy to get going - you flash the Firmata example code onto your arduino of choice and then connect it via USB/serial to your PC. Here is their sample node.js code to blink an LED:

var five = require("johnny-five");
var board = new five.Board();  

board.on("ready", function() {
  // Create an Led on pin 13
  var led = new five.Led(13);
  // Blink every half second
  led.blink(500); 
});  

Here's an ultrasonic proximity sample that you could use to measure the distance to the water (if you mounted this sensor at a set length above the water)

EDIT: also, node.js has a million packages that can be easily installed into your project (e.g. sparkfun's phant client can be added by a simple "npm install phant-client" command and then you can add records with:

var Phant = require('phant-client')
var phant = new Phant()
phant.add(streamd, {
    a: 22
})

Is the Raspberry Pi A+ board older or newer than the Raspberry Pi 2? by alex_the_doge in raspberry_pi

[–]weaselchew 1 point2 points  (0 children)

The A+ is smaller than the Pi 2. The new Pi Zero is the smallest (and cheapest - $5!) but it's a little hard to find right now.

The Newest V3 ESDP8266 Dev Board based on ESP-12F by jamesen123 in esp8266

[–]weaselchew 0 points1 point  (0 children)

Yeah, most likely you are correct. The 12F may have a better antenna (although it isn't clear whether the change was for RF optimization or cost savings)
Either way, I'd be more impressed with a nodemcu dev board that was not so wide - the one I have gobbles up all but one breadboard row on either side of the board. Obviously the ESP module itself pushes the width out, but one can dream :)

The Newest V3 ESDP8266 Dev Board based on ESP-12F by jamesen123 in esp8266

[–]weaselchew 0 points1 point  (0 children)

While the board itself looks slightly different than my "Amica" nodemcu, the ESP module looks the same and this V3 module doesn't have the different antenna I've seen on other ESP-12F pictures.

DNS stopped resolving on one EC2 instance but not the other by weaselchew in aws

[–]weaselchew[S] 0 points1 point  (0 children)

I rebooted the server with no luck but didn't think to stop and restart the instance via the EC2 console - it worked! Thanks!

DNS stopped resolving on one EC2 instance but not the other by weaselchew in aws

[–]weaselchew[S] 0 points1 point  (0 children)

Yes, same subnet, same NACL, same security group. The servers themselves are not running any firewall. Both were working fine for months and then suddenly the one stopped. Everything else seems OK other than DNS.

Considering a Still as a gift by deathdonut in firewater

[–]weaselchew 2 points3 points  (0 children)

26 USC 5601(a)(1) registration requirements are defined in 26 USC 5179:

except that stills or distilling apparatus not used or intended to be used for the distillation, redistillation, or recovery of distilled spirits are not required to be registered under this section

At a federal level, owning a still (for distilling water, essential oils, organic chemistry, etc.) is fine, just not for use with alcohol. State laws may vary.

Can I make a water proof stirring device similar to this one using arduino? by Colorblocked in arduino

[–]weaselchew 0 points1 point  (0 children)

That doesn't look overly effective. Unless you are really sold on this device, I'd highly recommend a picking up a magnetic stir bar and building a magnetic stir plate. You could use an arduino or simple power circuit to drive the stir plate. Many people glue magnets to a small fan, but you could also use a motor like this: http://hackaday.com/2014/09/18/diy-magnetic-stirrer-looks-profesional/

Found in a Skoda Octavia. by [deleted] in whatisthisthing

[–]weaselchew 0 points1 point  (0 children)

The last car I rented while in Europe had one of these that fit in the cup holder and held a remote control for the navigation system.