Help with some very basic information about hardware

Hello everyone.
I have an idea for a first project after accidently came across the spark core on the web, but only have little knowledge about components like shields, sensors, adapters etc.

So basicly what im asking is,
-What hardware components do i need/want to have in order to build a small digital scale, that transmit the resault to my smartphone?

-Do i need a shield? + What exactly is a shield?? How do i choose one?

In my search for something similar i came across components such as amplifiers. load cells/weight sensors/force sensors/…

-What is the difference between the load, force, weight… sensors?
What do i need to take under consideration choosing components (sensors in specific or other components in general) to my project?

Any other important information you might think the very fresh exicted newbie should know, will be highly appreciated.

Thank you.

1 Like

Hi @offerico5

You will need a small digital scale that can be hooked up to a microcontroller like a Raspberry Pi, or an Arduino (or a Spark Core!)

The requirements for what kinds of connections you need to make to which microcontroller will depend on the digital scale you end up using.

A “Shield” is a circuit that can plug in to an Arduino’s existing pins, essentially adding functionality to the Arduino. Be careful, however, as there are several Arduino types with different pin configurations (so not all Shields can plug into all arduinos).

You should definitely take some time to do research into basic electronics and circuits so you can make a well informed decision on which digital scale to purchase to work with the Spark Core. (The Spark Core will make transmitting to smartphone easier, and also will make testing in a regular home setting easier).

For myself, I would search SparkFun electronics for the scale, and then look at the datasheets/tutorials, etc. and click back on every link/term and go through all those tutorials as well.

In the end, you may find it is best to build your own digital scale to interface with the Spark Core. That’s the great thing about electronics, you can pretty much build whatever you can imagine. :smiley:

1 Like

An interesting, though not so easy, project. Upon some googling, I found some projects with an Arduino:
http://www.avdweb.nl/arduino/hardware-interfacing/scale-interface.html

There’s even a crude version right here on the forum: http://community.spark.io/t/coffee-break-anybody-with-maker-kit-publish/4091 A pressure sensitive resistor is being used to sense whether or not the pot of coffee is full.
At first glance it seems as if the pressure resistors aren’t really suitable for this purpose since they’re not really accurate, and mostly don’t have a linear form. Load cells seem to be the way to go. These are the things you’ll find in commercial scales as well. Like @Elijah said: you could either interface with an existing scale (one of the above links), of you could make an entirely new one yourself. It all depends on how much you’re willing to spend (both time and cost), and the skills you have with electronics. Either one should make for an interesting project.

What hardware components do you need? A Spark obviously, then a weight sensor (be it a resistor/load cell/something else entirely; I’ve read about using linear pots connected to springs), some basic electronics (resistors, capacitors, stuff like that), and maybe an amplifier. It all depends on how you’re planning to make it.

A shield is mostly a breakout board which can be easily interfaced with your product by simply sticking it on there. They can contain all sorts of things like sensors, motor drivers, relays, prototyping boards. Well, you name it, and there’s probably a shield for it. They give you easy access to additional functions without having to worry about how you’re going to connect them, you simply plug it in. Would you need one for this project? I don’t think so. Unless you find a shield with a weight sensor on top, and you’re willing to expose your Spark to the weight being applies, there’s not much use for one I think.
The shield shield for the Spark is simply an adaptor for Arduino shields. Since the spark (obviously) has a different dorm factor than an Arduino, you can’t stuff an Arduino shield on it. The shield shield compensates for this by providing a matching layout for the Arduino shields.

What do you need to consider when choosing components? What kind of scale you you want to make, and how accurate would you like it to be? Are you going to measure grams, or tonnes of weight? That’ll certainly make a difference. The accuracy should also be considered. It’s nice if you’re scale can measure between 0-1kg, but if it does so in steps of 500 grams, then it’s not all that useful. Simply put: you’ve got to match the specs with your requirements. (Excuse my metrics system if you’re unfamiliar with it, but I’d like to use meaningful values :p)

Connecting it do the web it the least of you worries thanks to the Spark. First worry about getting it all working, and then just use one of the awesome tutorials provided here to get it on the web. Should be rather easy. If not, there’s always someone willing to help out.

Good luck :smiley:!

2 Likes

Wow Wow Wow! thank you so much guys…

2 Likes