Yes - the sensor can be used (with a suitable ADC), but because it's only half a wheatstone bridge it's not going to have such good accuracy (one day the reading could be different to the next).
For using a digital scale, I think it'll depend which model you have. However a scale like this one would be perfect - you can get a simple square wave, the duty cycle of which is the weight.
Putting that into Espruino is trivial - just connect up to any IO, and the software looks like:
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
Yes - the sensor can be used (with a suitable ADC), but because it's only half a wheatstone bridge it's not going to have such good accuracy (one day the reading could be different to the next).
For using a digital scale, I think it'll depend which model you have. However a scale like this one would be perfect - you can get a simple square wave, the duty cycle of which is the weight.
Putting that into Espruino is trivial - just connect up to any IO, and the software looks like: