I know that is possible to hack a body scale, but actually I am trying to hack a kitchen scale which looks pretty similar to this one :
I just want to use it with an arduino so either just replacing the original board or trying to get the output from the original pcb to use as input to arduino will work for me. Specifically I want to output to serial from Arduino to the computer.
There is often a load cell inside. It is possible to remove all the electronics and use an Arduino with extra hardware (to amplify or read the load cell).
If the existing electronics can be used ? Probably not. There might be an unknown chip under a black cover, with no way to read data from it.
If you are very lucky there will be an unusel serial interface somewhere, perhaps even outputing
the readings. However if you can connect after the loadcell amplifier you'll have an analog signal
of use.
Now I opened the kitchen scale (see the picture attached) and this exactly what I found in it: three cables black(VCC), red(Gnd) and the white cable I guess is for the Data. So now how can I use the white cable to send Data to the Arduino and read it.
ahmeddjebali89:
Now I opened the kitchen scale (see the picture attached) and this exactly what I found in it: three cables black(VCC), red(Gnd) and the white cable I guess is for the Data. So now how can I use the white cable to send Data to the Arduino and read it.