Tag Archives: Arduino

Dog Weight Scale Part 8: Electronics, Version 2

It’s a good time to recap: This project is a scale that will sit underneath my dog Pippa’s bed, so that I can measure her weight automatically, at night while she sleeps. The project-in-progress is Open Source, at my CurieBLEWeightMonitor Github repository.

In my previous post I covered how to choose matching resistors for the Load Sensor to convert the Load Sensor into a Load Cell that can be wired into Sparkfun’s Load Cell Amplifier. In this post, I nearly finish building the breadboarded circuit and start transferring it to a soldered protoboard.

Continue reading Dog Weight Scale Part 8: Electronics, Version 2

Dog Weight Scale Part 4: Calibration and its Difficulties

In my previous post I finished assembling the Dog Bed Weight Scale, at least enough to allow testing it. In this post, I relate how I calibrated and tested it.

Using the Bogde HX711 Load Cell Amplifier library and examples, and the Sparkfun HX711 Example Arduino Sketches, I quickly wrote a little Sketch to output the raw value from the scale (SCALE = 1.0 and OFFSET = 0L). The library made talking to the HX711 trivial.

Continue reading Dog Weight Scale Part 4: Calibration and its Difficulties

Dog Weight Scale, Part 2: the Electronics

As I said in the previous post, I’m using 4 Sparkfun load sensors, a Load Sensor Combinator board, a Load Cell Amplifier board, and an Arduino 101 (since obsoleted) to build a scale I can put under our dog’s bed, to passively weigh her whenever she’s in bed.

In the previous post, I cut the base for the scale from a sheet of plywood. In this post, I’m assembling the circuit.

Continue reading Dog Weight Scale, Part 2: the Electronics

Arduino Pro Mini, and How to Solder Male Headers

I recently decided to try out the Sparkfun Arduino Pro Mini 5V board. It has almost all the I/O that an Arduino Uno has, in a much smaller board. It comes without connectors, so you can solder in whatever style connector you need. For my uses, I needed to solder on male headers that allow it to plug into a breadboard.

So I tried out a new way of soldering male header pins onto a board. First I snapped off two 12-long headers from a strip of break-away male headers. Then I plugged those headers into a breadboard and laid the Arduino Pro Mini board over them. To keep the flux and solder spatter from getting into the breadboard holes, I put a piece of paper over the unused parts of the breadboard.

Continue reading Arduino Pro Mini, and How to Solder Male Headers

Robotic Glockenspiel and Arduino MIDI File Reader Library on GitHub

In my previous post I pointed to some sources of information about how to read Midi music files. I’ve now Open Sourced my working code.

I’m a total newbie at Git, but even so I’ve managed to create repositories for the Robotic Glockenspiel and the Arduino Midi File Reader library it uses. See My GitHub repositories for the current state of things.

Continue reading Robotic Glockenspiel and Arduino MIDI File Reader Library on GitHub